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)
Jul 8, 2026
AI Agent MVP vs Automation Architecture: What to Choose
Compare an AI agent MVP with broader automation architecture and see when each option makes sense for cost, speed, control, and scale.
Jun 17, 2026
Anthropic Forced to Pull Fable 5 AI Model After White House Export Ban
The Trump administration forced Anthropic to disable its newest Fable 5 and Mythos 5 AI models after Amazon flagged a jailbreak vulnerability. The unprecedented export control order is sending shockwaves through the AI industry, accelerating open-source adoption and raising existential questions for builders who rely on closed models.
Jun 17, 2026
SpaceX Acquires Cursor for $60 Billion in First Post-IPO Power Move
SpaceX is buying AI coding startup Cursor for $60 billion in an all-stock deal, its first major acquisition since going public. The deal gives Elon Musk's company access to Cursor's 1 million-plus developers and a foothold in the fast-growing AI coding tools market.
Related News
Jun 16, 2026
Judge Dismisses xAI Trade Secret Lawsuit Against OpenAI With Prejudice
A federal judge dismissed xAI's trade secret lawsuit against OpenAI with prejudice, ruling it would be 'futile' for Elon Musk's company to continue. The dismissal marks Musk's second court defeat against OpenAI in four weeks and ends a case that alleged OpenAI sought Grok 4 trade secrets during recruiting.
Jun 14, 2026
Visa Partners With OpenAI to Let AI Agents Make Payments
Visa is integrating directly into OpenAI's platform, enabling AI agents to execute payments on behalf of users. The move signals that AI agents are graduating from chat interfaces to transaction-level autonomy — and Visa wants to be the financial rails.
Jun 12, 2026
OpenAI Buys Cloud Startup Ona So Codex Can Run Tasks While Your Laptop Is Closed
OpenAI is acquiring German cloud startup Ona to give Codex persistent cloud environments where AI agents can run multi-step coding tasks across hours or days — even when your laptop is shut. Codex now has over 5 million weekly active users.