AI Security Research
OpenAI Codex Chains Decade-Old DoS Attacks into New HTTP/2 Bomb Exploit
OpenAI Codex agent discovered a new denial‑of‑service attack by combining two decade‑old techniques into an HTTP/2 Bomb that can crash vulnerable servers in seconds from a single home computer. Nearly 880,000 websites may be affected.
The Discovery: An AI Agent Finds What Humans Missed for a Decade
OpenAI Codex agent has discovered a new denial‑of‑service attack chaining together two vulnerabilities public for nearly a decade -- and the result can crash a vulnerable web server in seconds from a single home computer. Dubbed HTTP/2 Bomb, it was uncovered by researcher Quang Luong at security firm Calif, The Register reports. Both halves have been public for a decade. What Codex did was read the codebases, recognize that the two compose, and build the combined attack, the Calif team said. That combination is obvious once you see it, yet no human had put it together against these servers.
How HTTP/2 Bomb Works
The attack marries an HPACK compression bomb (CVE‑2016‑6581) -- exploiting HTTP/2 header compression to force rapid memory allocation -- with a Slowloris‑style hold (CVE‑2016‑8740) that keeps connections alive indefinitely. Combined, per:1 A home computer on a 100Mbps connection can render a vulnerable server inaccessible within seconds. Against Apache and Envoy, a single client can consume 32GB of server memory in roughly 20 seconds.
Who Is Affected and Who Is Patched
A Shodan query estimates roughly 880,000 websites may be vulnerable. nginx patched in 1.29.8. Apache patched in mod_http2 v2.0.41 (CVE‑2026‑49975). Envoy fix published. Microsoft IIS unpatched -- investigating mitigations. Cloudflare Pingora disputed -- existing DDoS protections claimed sufficient.
Responsible Disclosure Timeline
In April, Calif disclosed to nginx -- a fix was committed next day. Apache released a fix same day. Envoy later provided patches. Calif used public diffs to confirm IIS, Envoy, and Pingora were also vulnerable. PoC at califio/publications. Full details at Real World AI Security conference at Stanford.
What Developers Should Do Right Now
Update nginx to 1.29.8+, Apache mod_http2 to v2.0.41+, or apply Envoy patches. For IIS users, disable HTTP/2 if possible and enforce header caps. The broader lesson: Codex did not invent new techniques -- it connected dots humans walked past for a decade. As AI agents become more capable at codebase analysis, patch‑deployment velocity, not discovery speed, becomes the real bottleneck.
The Bigger Picture: AI as Offensive Security Tool
This discovery lands as OpenAI recently launched Codex Security -- an AI application security agent. The same capability that found HTTP/2 Bomb could theoretically be used by attackers. AI ability to hold entire codebases in context and recognize compositional patterns is a capability humans lack at scale -- both a powerful defensive asset and a threat surface worth monitoring.
Sources
- 1.The Register(theregister.com)
Related News
Jun 5, 2026
Google Cloud Quietly Lays Off Cybersecurity Teams as AI Investment Takes Priority
Google has laid off employees across its Cloud division's cybersecurity units, including the Threat Intelligence Group and Mandiant teams, as it redirects resources to AI. The cuts are part of a broader industry trend of security teams being shrunk while AI spending surges.
Jun 5, 2026
Perplexity Brings Orchestrator Agent Personal Computer to Windows
Perplexity's Personal Computer agent is expanding from Mac to Windows, giving millions of developers and enterprise users desktop-level AI orchestration across 19 models. The launch follows a Computex demo showing hybrid local-cloud inference that decides where to process each task in real time.
May 31, 2026
OpenAI Codex Now Controls Windows PCs Autonomously for Testing and Bug Hunting
OpenAI brought Codex Computer Use to Windows 11, letting the AI see, click, and type in desktop apps to test software and hunt bugs autonomously. Background tasks, mobile control, and per-app permissions are built in. For Windows developers, Codex is now the only AI coding assistant that can validate real desktop user experiences.