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-2026-23918-Apache-HTTP-Server-DoubleFree-PoC — Proof-of-concept exploit for CVE-2026-23918, a double-free vulnerability in Apache HTTP Server, demonstrating remote crash via crafted requests. | Kitploit
Tools/GitHubGitHub/cyfare/cve-2026-23918-apache-http-server-doublefree-poc
Vulnerability AnalysisExploitationWeb Application ExploitationWeb SecurityPenetration Testing
GitHubcyfare/cve-2026-23918-apache-http-server-doublefree-poc

CVE-2026-23918-Apache-HTTP-Server-DoubleFree-PoC

Proof-of-concept exploit for CVE-2026-23918, a double-free vulnerability in Apache HTTP Server, demonstrating remote crash via crafted requests.

View Repository
3 months 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

Watch for the double-free in real-time

sudo tail -f /usr/local/apache2-vuln/logs/error_log | grep -i "double free|exit signal"

Run the PoC

python3 ~/cve-2026-23918-poc.py localhost 9443

Download Tool