Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2024-27316_poc — Proof-of-concept exploit for CVE-2024-27316, an HTTP/2 CONTINUATION flood vulnerability in Apache httpd, demonstrating resource exhaustion via crafted requests. | Kitploit
Tools/GitHubGitHub/aeyesec/cve-2024-27316_poc
Vulnerability AnalysisExploitationWeb SecurityFuzzing
GitHubaeyesec/cve-2024-27316_poc

CVE-2024-27316_poc

Proof-of-concept exploit for CVE-2024-27316, an HTTP/2 CONTINUATION flood vulnerability in Apache httpd, demonstrating resource exhaustion via crafted requests.

View Repository
212 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2024-27316 (HTTP/2 CONTINUATION flood) PoC

Target server (Apache httpd)

Start

root@kitploit:~
docker-compose up -d

Connectivity check

httpd v2.4.58 (vulnerable)

root@kitploit:~
curl --http2 -i --head http://localhost:3392/
curl --http2 -i --head -k https://localhost:3393/

httpd v2.4.59 (fixed version)

root@kitploit:~
curl --http2 -i --head http://localhost:3394/
curl --http2 -i --head -k https://localhost:3395/

Check resource status

root@kitploit:~
docker stats cve-2024-27316_v2458 cve-2024-27316_v2459

Stop

root@kitploit:~
docker-compose down

PoC

root@kitploit:~
npm ci
node poc.js
Download Tool