Security researchers have disclosed a potent new denial-of-service (DoS) exploit named the "HTTP/2 Bomb." This attack creatively chains together several known, and in some cases, decade-old vulnerabilities to create a highly efficient weapon against modern web servers. With the ability to be launched from a single machine, the exploit can cause major web server software like NGINX, Apache HTTP Server, and Microsoft IIS to crash within seconds. The vulnerability lies in the default implementation of the HTTP/2 protocol, placing hundreds of thousands of websites at immediate risk of being knocked offline.
The "HTTP/2 Bomb" is not a single vulnerability but a clever combination of two distinct attack techniques applied to the HTTP/2 protocol:
By combining these methods, a single attacker using a standard home internet connection can exhaust a server's memory and cause it to crash or become unresponsive very quickly.
The vulnerability affects a wide range of popular web server software that supports HTTP/2 with default configurations. The list of impacted products includes:
An estimated 880,000 websites are potentially vulnerable to this attack.
The researchers have developed a proof-of-concept (PoC) and stated that the attack is practical and can be launched with minimal resources. The fact that it chains together long-known vulnerabilities suggests that many servers may not be configured to defend against this specific combination of techniques.
This attack maps to the MITRE ATT&CK technique T1499 - Endpoint Denial of Service.
The primary impact is a Denial-of-Service condition, making websites and web applications unavailable to legitimate users. This can lead to:
The following patterns may help identify vulnerable or compromised systems:
Applying patches from web server vendors is the primary method for fixing the underlying vulnerabilities.
Hardening server configurations by setting stricter limits on headers, timeouts, and rate limiting can mitigate the exploit's effectiveness.
Using a WAF or ADC to inspect and filter malicious HTTP/2 traffic can block the attack before it reaches the vulnerable server.
To defend against the HTTP/2 Bomb, administrators of NGINX, Apache, and other affected servers must immediately review and harden their HTTP/2 configurations. Do not rely on default settings. Key actions include setting aggressive (low) timeouts for connections and headers, reducing the maximum number of concurrent streams per connection, and setting a reasonable limit on the size of the header compression table. These settings directly counter the Slowloris and HPACK Bomb components of the attack by preventing resource exhaustion. Consult your specific web server's documentation for the exact directives (http2_max_concurrent_streams, http2_idle_timeout, etc.) and apply the most restrictive settings possible that do not impact legitimate traffic.
Deploy a network monitoring solution or WAF that can perform deep packet inspection of HTTP/2 traffic. Configure it to detect the specific signatures of the HTTP/2 Bomb attack. This includes alerting on clients that send highly compressed HEADERS frames or maintain an unusually high number of open streams without sending subsequent data. By analyzing the behavior of HTTP/2 sessions in real-time, these tools can identify and block malicious clients before they can cause the origin server to crash, effectively serving as a protective shield.

Cybersecurity professional with over 10 years of specialized experience in security operations, threat intelligence, incident response, and security automation. Expertise spans SOAR/XSOAR orchestration, threat intelligence platforms, SIEM/UEBA analytics, and building cyber fusion centers. Background includes technical enablement, solution architecture for enterprise and government clients, and implementing security automation workflows across IR, TIP, and SOC use cases.
Help others stay informed about cybersecurity threats
Every tactic, technique, and sub-technique used in this threat has been identified and mapped to the MITRE ATT&CK framework for consistent, actionable threat language.
Observables and indicators of compromise (IOCs) have been extracted and cataloged. Risk has been assessed and correlated with known threat actors and historical campaigns.
Detection rules, incident response steps, and D3FEND-aligned mitigation strategies are included so your team can act on this intelligence immediately.
Structured threat data is packaged as a STIX 2.1 bundle and can be visualized as an interactive graph — relationships between actors, malware, techniques, and indicators.
Sigma detection rules are derived from the threat techniques in this article and can be converted for deployment across any major SIEM or EDR platform.