Bug 2485556 - nginx: HTTP/2: Remote Denial of Service via compression bomb and Slowloris-style attack
Summary: nginx: HTTP/2: Remote Denial of Service via compression bomb and Slowloris-st...
Keywords:
Status: NEW
Alias: None
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2485558
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-06-05 19:37 UTC by OSIDB Bzimport
Modified: 2026-06-23 11:39 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-06-05 19:37:35 UTC
We’re publishing HTTP/2 Bomb, a remote denial-of-service exploit against most major web servers, including:

nginx

Apache httpd

Microsoft IIS

Envoy

Cloudflare Pingora

The vulnerable behavior exists in each server's default HTTP/2 configuration.

The attack was discovered by Codex, which chained two techniques known to humans for a decade: a compression bomb and a Slowloris-style hold. The bomb targets HPACK, HTTP/2's header compression scheme: one byte on the wire becomes one full header allocation on the server, repeated thousands of times per request. The hold is a zero-byte flow-control window that keeps the server from ever freeing any of it.

A curious search on Shodan revealed 880,000+ websites supporting HTTP/2 and running one of these servers, though many sit behind a CDN, which is much harder to bring down.

A home computer on a 100Mbps connection can render a vulnerable server inaccessible within seconds. Against Apache httpd and Envoy, a single client can consume and hold 32GB of server memory in roughly 20 seconds.

Comment 2 Marco Benatto 2026-06-05 20:20:55 UTC
Upstream commit for this fix:
https://github.com/nginx/nginx/commit/365694160a85229a7cb006738de9260d49ff5fa2


Note You need to log in before you can comment on or make changes to this bug.