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
Tomcat-CVE-2025-31650 — Proof-of-concept exploit for Apache Tomcat HTTP/2 DoS vulnerability (CVE-2025-31650). Sends malformed priority headers to trigger memory exhaustion. Includes check-only mode for safe detection and adjustable async intensity. | Kitploit
Tools/GitHubGitHub/b1gn0se/tomcat-cve-2025-31650
Vulnerability AnalysisExploitationWeb SecurityPenetration TestingLearning & Education
GitHubb1gn0se/tomcat-cve-2025-31650

Tomcat-CVE-2025-31650

Proof-of-concept exploit for Apache Tomcat HTTP/2 DoS vulnerability (CVE-2025-31650). Sends malformed priority headers to trigger memory exhaustion. Includes check-only mode for safe detection and adjustable async intensity.

View Repository
1 year 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-2025-31650

🚨 Proof of Concept (PoC) for Apache Tomcat HTTP/2 DoS vulnerability (CVE-2025-31650)

This script triggers a memory exhaustion condition in Apache Tomcat by sending malformed priority headers over HTTP/2.


🎯 Affected Versions

  • Apache Tomcat 9.0.76 – 9.0.102
  • Apache Tomcat 10.1.10 – 10.1.39
  • Apache Tomcat 11.0.0-M2 – 11.0.5

⚙️ Features

  • ✔️ HTTP/2 support verification
  • ✔️ Server header inspection (detect Tomcat)
  • ✔️ --check-only mode (non-intrusive)
  • ✔️ Async-based scalable exploit with adjustable intensity

🚀 Usage

✅ Check-only (safe detection)

root@kitploit:~
python3 PoC.py --target https://example.com:8443 --check-only

💥 Exploit (DoS)

root@kitploit:~
python3 PoC.py --target https://example.com:8443 --exploit --tasks 50 --requests 5000

🧩 Arguments

ParameterDescription
--targetFull target URL with protocol and port
--check-onlyOnly test if the server supports HTTP/2 & Tomcat
--exploitRun the actual DoS attack
--tasksNumber of async tasks (default: 50)
--requestsRequests per task (default: 5000)

⚠️ Disclaimer

This PoC is for educational and authorized security testing only.
Do not use it against systems without explicit permission.


Download Tool