CVE-2026-49975

HIGH LAB

Apache HTTP Server: mod_http2 denial of service

Title source: cna
STIX 2.1

Exploitation Summary

EIP tracks 8 public exploits for CVE-2026-49975. PoCs published by Unclecheng-li, mrx-arafat, fevar54.

AI-analyzed exploit summary This repository contains a functional Python-based PoC for CVE-2026-49975, an HTTP/2 Bomb vulnerability that exploits HPACK index-reference amplification combined with HTTP/2 flow-control stalling to trigger memory exhaustion on vulnerable servers. The exploit sends crafted HTTP/2 frames to induce excessive memory allocation and stall responses, leading to a denial-of-service condition.

Description

Memory Allocation with Excessive Size Value vulnerability in Apache HTTP Server's mod_http leads to denial of service via malicious HTTP requests. This issue affects Apache HTTP Server: from 2.4.17 through 2.4.67.

Exploits (8)

github WORKING POC 587 stars
by Unclecheng-li · cpoc
https://github.com/Unclecheng-li/poc-lab/tree/main/CVE-2026-49975 HTTP2 Bomb

This repository contains a functional Python-based PoC for CVE-2026-49975, an HTTP/2 Bomb vulnerability that exploits HPACK index-reference amplification combined with HTTP/2 flow-control stalling to trigger memory exhaustion on vulnerable servers. The exploit sends crafted HTTP/2 frames to induce excessive memory allocation and stall responses, leading to a denial-of-service condition.

Classification
Working Poc 95%
Attack Type
Dos
Complexity
Moderate
Reliability
Reliable
Target: Multiple HTTP/2 implementations (nginx, Apache httpd, Microsoft IIS, Envoy, Cloudflare Pingora)
No auth needed
Prerequisites: Target must support HTTP/2 · Attacker must be able to establish an HTTP/2 connection to the target
devstral-2 · analyzed Jun 11, 2026 Full analysis →
nomisec WORKING POC 7 stars
by mrx-arafat · poc
https://github.com/mrx-arafat/CVE-2026-49975-POC

This repository contains a functional proof-of-concept exploit for CVE-2026-49975, an HTTP/2 denial-of-service vulnerability. The exploit leverages HPACK indexed references and flow-control window manipulation to exhaust server memory, targeting vulnerabilities in nginx, Apache httpd, Envoy, and other HTTP/2 implementations.

Classification
Working Poc 100%
Attack Type
Dos
Complexity
Moderate
Reliability
Reliable
Target: HTTP/2 servers (nginx < 1.29.8, Apache httpd < 2.4.67, Envoy < 1.37.2, etc.)
No auth needed
Prerequisites: HTTP/2 support on target server · Network connectivity to target
devstral-2 · analyzed Jun 08, 2026 Full analysis →
nomisec WORKING POC 5 stars
by fevar54 · poc
https://github.com/fevar54/Proof-of-Concept-POC---CVE-2026-49975-HTTP-2-Bomb-

This repository contains a functional proof-of-concept exploit for CVE-2026-49975, an HTTP/2 Bomb vulnerability that combines HPACK Bomb and Slowloris-style techniques to cause a denial-of-service (DoS) by consuming server memory. The exploit includes a Python script that crafts malicious HTTP/2 frames to trigger the vulnerability, along with detection scripts and a Docker lab for testing.

Classification
Working Poc 95%
Attack Type
Dos
Complexity
Moderate
Reliability
Reliable
Target: nginx < 1.29.8, Apache httpd < mod_http2 v2.0.41, Microsoft IIS, Envoy, Cloudflare Pingora
No auth needed
Prerequisites: Target server with HTTP/2 enabled · Network connectivity to the target
devstral-2 · analyzed Jun 08, 2026 Full analysis →
github WRITEUP 3 stars
by LSG-PolarBear · poc
https://github.com/LSG-PolarBear/CVE-2026-49975

This repository provides a detailed technical explanation of CVE-2026-49975, an HTTP/2 vulnerability affecting major web servers like Apache, nginx, and Envoy. It describes the attack mechanism combining HPACK compression bombs and window stalling to cause memory exhaustion and DoS.

Classification
Writeup 90%
Attack Type
Dos
Complexity
Moderate
Reliability
Reliable
Target: Apache, nginx, Envoy, IIS (HTTP/2 implementations)
No auth needed
Prerequisites: HTTP/2 enabled on target server · Network access to target
devstral-2 · analyzed Jun 10, 2026 Full analysis →
nomisec WORKING POC 1 stars
by obrige · poc
https://github.com/obrige/http2-bomb

This repository contains a functional HTTP/2 stream amplification PoC targeting CVE-2026-49975, which exploits memory exhaustion via crafted HEADERS frames with excessive internal references. The tool includes a web interface for launching attacks and monitoring results.

Classification
Working Poc 95%
Attack Type
Dos
Complexity
Moderate
Reliability
Reliable
Target: HTTP/2 servers (Envoy, Apache httpd, Nginx)
No auth needed
Prerequisites: Target server supporting HTTP/2
devstral-2 · analyzed Jun 08, 2026 Full analysis →
github WORKING POC
by LiaoZiqi-GZFLS · pythonpoc
https://github.com/LiaoZiqi-GZFLS/CVE-2026-49975

This repository contains a functional HTTP/2 denial-of-service exploit for CVE-2026-49975, leveraging HPACK compression bombs, slowloris flow control, and cookie fragmentation to exhaust server memory. The PoC includes both an attack script and a vulnerable test server for validation.

Classification
Working Poc 95%
Attack Type
Dos
Complexity
Moderate
Reliability
Reliable
Target: Apache httpd (<2.0.41), nginx (<1.29.8), Envoy (<1.37.3), Microsoft IIS, Cloudflare Pingora
No auth needed
Prerequisites: HTTP/2 support on target server · Python 3.x with h2/hpack/hyperframe libraries
devstral-2 · analyzed Jun 10, 2026 Full analysis →
nomisec WRITEUP
by qpzmalqp · poc
https://github.com/qpzmalqp/CVE-2026-49975

This repository provides a detailed technical explanation of CVE-2026-49975, an HTTP/2 vulnerability affecting major web servers like Apache, nginx, and Envoy. It describes the attack mechanism combining HPACK compression bombs and window stalling to cause memory exhaustion and DoS.

Classification
Writeup 90%
Attack Type
Dos
Complexity
Moderate
Reliability
Reliable
Target: Apache, nginx, Envoy, IIS (HTTP/2 implementations)
No auth needed
Prerequisites: HTTP/2 support on target server · ability to send crafted HTTP/2 requests
devstral-2 · analyzed Jun 10, 2026 Full analysis →
github SCANNER
by renzi25031469 · shellpoc
https://github.com/renzi25031469/CVE-2026-49975-HTTP-2-Bomb

This repository contains a detection script for CVE-2026-49975, which identifies HTTP/2-enabled servers and flags potential exposure to the 'HTTP/2 Bomb' vulnerability. It does not exploit the vulnerability but scans for affected software versions and HTTP/2 support.

Classification
Scanner 100%
Attack Type
Dos
Complexity
Moderate
Reliability
Reliable
Target: nginx, Apache httpd, Microsoft IIS, Envoy, Cloudflare Pingora
No auth needed
Prerequisites: HTTP/2-enabled server · curl with HTTP/2 support
devstral-2 · analyzed Jun 08, 2026 Full analysis →

Scores

CVSS v3 7.5
EPSS 0.0042
EPSS Percentile 62.5%
Attack Vector NETWORK
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

CISA SSVC

Vulnrichment
Exploitation none
Automatable yes
Technical Impact partial

Details

CWE
CWE-789
Status published
Products (4)
apache/http_server 2.4.17 - 2.4.68
Apache Software Foundation/Apache HTTP Server 2.4.17 - 2.4.67
debian/debian_linux 11.0
f5/nginx < 1.29.8
Published Jun 08, 2026
Tracked Since Jun 08, 2026