What Happened
The default HTTP/2 configuration of major web servers is vulnerable to an attack chain combining a compression bomb and a Slowloris-style hold. The post ‘HTTP/2 Bomb’ Exploit Knocks Web Servers Offline in Seconds appeared first on SecurityWeek .
Why It Matters
SecurityWeek reports that researchers at Calif used OpenAI’s Codex to automatically chain two *existing* HTTP/2 denial-of-service techniques (an HPACK compression bomb and a Slowloris-style flow-control hold) into a new, highly effective 'HTTP/2 Bomb' DoS exploit affecting default configurations of major web servers such as NGINX, Apache HTTPD, Microsoft IIS, Envoy, and Cloudflare Pingora.[1][2] The attack can be launched from a single home machine and rapidly exhaust tens of gigabytes of RAM on vulnerable servers running HTTP/2 in default settings, with some vendor patches already available and others still pending.[1][2][3] From a CyberSE.AI perspective, this illustrates a concrete AI supply chain risk: AI coding and security-assistance tools (here, Codex) are now powerful enough to discover and weaponize exploit chains against widely deployed infrastructure. Organizations integrating AI-assisted development or offensive testing into their pipelines need controls to track how AI-generated code and findings are used, ensure they are applied for defensive hardening rather than operationalized as ungoverned exploit kits, and verify that web and API frontends exposed to AI-powere
CyberSE Analysis
This signal maps to AI supply chain. Organizations using AI agents, LLM APIs, SaaS integrations, or sensitive data workflows should review whether this class of issue could create unauthorized tool execution, data leakage, weak approval gates, or unmanaged supply-chain exposure.
Recommended Actions
- Restrict AI agent tool permissions and production write paths.
- Review sensitive data access across prompts, logs, embeddings, memory, and SaaS integrations.
- Add human approval workflows for high-impact or state-changing actions.
- Run prompt injection and indirect prompt injection tests against affected workflows.
- Document the owner, control gap, and remediation deadline for this risk class.
Source
https://www.securityweek.com/http-2-bomb-exploit-knocks-web-servers-offline-in-seconds/