OpenAI Codex Helps Expose Decades Old HTTP/2 Bomb Server Attack


TL;DR

  • Codex Role: OpenAI Codex helped Calif, an AI red-teaming security group, expose HTTP/2 Bomb, which combines old HTTP/2 techniques into a practical server-memory attack.
  • Attack Impact: Calif says one 100Mbps connection can make vulnerable servers unreachable within seconds and consume up to 32GB in Apache and Envoy tests.
  • Exposure Caveat: Calif’s Shodan estimate found more than 880,000 sites running named server products, but that is not a confirmed exploitable-server count.
  • Patch Map: nginx, Apache mod_h2, and Envoy have fixes or mitigations, while IIS and Pingora still need operator or vendor checks.

OpenAI Codex helped Calif, an AI red-teaming security group, expose HTTP/2 Bomb, a denial-of-service attack that combines old HTTP/2 compression and connection-holding techniques against current server defaults.

Calif estimates that more than 880,000 websites may need checking. The number comes from Shodan, a search engine for internet-facing servers, and counts sites that advertise HTTP/2 while running one of the server products Calif named. It is not a confirmed list of vulnerable servers, because CDN protection or private server setups can keep the underlying system from being directly exposed.

The named products are web-server and proxy software that handle HTTP/2 traffic: nginx, Apache HTTP Server, Microsoft IIS, Envoy, and Cloudflare Pingora. The risk is not that an attacker needs huge traffic volume, but that vulnerable HTTP/2 handling can make a server hold far more memory than the request size suggests.

That memory imbalance is what makes the attack dangerous: Calif says one 100Mbps home connection can make a vulnerable server unreachable within seconds. Fixes and mitigations now vary by stack, with nginx, Apache mod_h2, and Envoy covered by public fixes or guidance while Microsoft is still investigating IIS mitigations.

Reverse-proxy buffering can keep low-and-slow traffic from reaching origin servers, a protection Cloudflare explains in its Slowloris mitigation guidance. Calif still lists Cloudflare Pingora among the server products with vulnerable default HTTP/2 behavior.