News

AI Tool Exposes Novel HTTP Desync Vulnerabilities and Unpatched Apache Zero-Day

Security researchers have demonstrated how AI can accelerate the discovery of complex web vulnerabilities. Using a tool called HTTP Terminator, a research team identified novel HTTP desync techniques—attacks that manipulate the way servers interpret sequential HTTP requests—alongside a previously unknown zero-day vulnerability in the Apache HTTP Server.

HTTP desync attacks exploit inconsistencies in how front-end servers and back-end systems parse and forward HTTP headers. By crafting requests that appear legitimate to one system but malicious to another, attackers can poison web caches, steal session data, or bypass authentication controls. The researchers used AI to automate the generation and testing of desync vectors, significantly speeding up what has traditionally been a labor-intensive process.

The team reported their findings to the Apache Software Foundation, though the zero-day remained unpatched at the time of disclosure. The research highlights both the growing role of AI in offensive security and the ongoing challenges in hardening web infrastructure against subtle protocol-level attacks.

The work underscores the importance of consistent header parsing across the entire request handling chain, a defense-in-depth approach that assumes partial failures will occur.

Sources