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
http2-bomb — CVE-2026-49975 HTTP/2 Stream Amplification — Docker PoC with Web Console | Kitploit
Tools/GitHubGitHub/obrige/http2-bomb
Vulnerability AnalysisExploitationWeb SecurityLearning & Education
GitHubobrige/http2-bomb

http2-bomb

CVE-2026-49975 HTTP/2 Stream Amplification — Docker PoC with Web Console

View Repository
42 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

HTTP/2 Bomb — CVE-2026-49975

Docker Build & Publish GHCR

HTTP/2 Stream Amplification PoC · Docker · Web Console

Vulnerability

HTTP/2 allows multiplexing multiple streams over a single TCP connection. This PoC crafts specially formed HEADERS frames containing a large number of internal references, forcing the server to allocate massive amounts of memory to track them.

ServerAmplificationEffect
Envoy 1.37.2~5,700:1~32 GB in ~10s
Apache httpd 2.4.67~4,000:1~32 GB in ~18s
NginxHighRapid OOM

Minimal traffic, maximum memory exhaustion.

Quick Start

root@kitploit:~
git clone https://github.com/obrige/http2-bomb.git
cd http2-bomb
docker compose up -d

Open http://localhost:8080

Uses pre-built image from ghcr.io/obrige/http2-bomb:latest. No local build required.

Manual

root@kitploit:~
pip install -r requirements.txt
uvicorn app.main:app --host 0.0.0.0 --port 8080

Pull Image Directly

root@kitploit:~
docker pull ghcr.io/obrige/http2-bomb:latest
docker run -d -p 8080:8080 ghcr.io/obrige/http2-bomb:latest

Features

  • Web console with real-time monitoring
  • One-click HTTP/2 detection
  • Configurable attack parameters
  • SSE real-time log streaming
  • Docker one-click deployment
  • CI/CD auto-publish to GHCR

Disclaimer

For authorized security testing and educational research only. Do not use against targets without explicit written permission. Users assume all legal responsibility.

Download Tool