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)
Jun 5, 2026
Anthropic Calls for Global AI Pause as Self-Improving Systems Outpace Safeguards
Anthropic calls for a global pause on frontier AI development, warning that models are approaching the ability to improve without human intervention. Critics call it fear-based marketing from a company now valued at $965 billion.
Jun 1, 2026
AI Costs Spiral as Agentic Systems Burn 1000x More Tokens Than Chatbots
Companies that raced to adopt generative AI are now slamming the brakes as costs outpace returns. Agentic AI systems burn up to 1000x more tokens than chatbots.
Jun 1, 2026
CNN Sues Perplexity AI Over Copyright Theft of 17000 News Stories
CNN has filed a federal lawsuit against Perplexity AI accusing the search startup of scraping more than 17000 news stories without permission.
Related News
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.
May 31, 2026
Anthropic Hits $965B Valuation, Overtakes OpenAI as Most Valuable AI Startup
Anthropic closed a $65 billion Series H round at a $965 billion valuation, leapfrogging OpenAI to become the most valuable private AI startup. Run-rate revenue crossed $47 billion. With chip manufacturers joining the round and an IPO potentially this year, the AI funding race is now a battle for compute infrastructure.
May 31, 2026
OpenAI Codex Adoption Surges 27x in India as Non-Coding Use Takes Off
OpenAI reports that weekly active Codex users in India have grown 27 times since January 2026, making the country a top-5 global market for the coding agent. More than a quarter of all Codex requests from India are now for non-coding tasks like document drafting and research, signaling a shift in how AI coding tools are being used.