PortSwigger announced that its AI-assisted research system, HTTP Terminator, developed by James Kettle, successfully generated and proved new HTTP desynchronization techniques. The system explored 30,000 candidate desync vectors, leading to the discovery of novel attack methods. This demonstrates the capability of AI in identifying complex security vulnerabilities.
The research produced new desync triggers, including a dual-matching Content-Length pattern and a "dangling-byte" technique. The dangling-byte method aims to make Response Queue Poisoning (RQP) more reliable by eliminating race conditions. RQP can lead to a front end misattributing back-end responses to users, potentially exposing sensitive data like session cookies or API keys. The system also proposed Shared-Parser Confusion, a broader attack concept that was later validated.
A separate human-guided discovery process, stemming from the research, exposed a zero-day vulnerability in Apache Traffic Server. This issue has reportedly been patched and assigned CVE-2026-63078. However, public records for this CVE were not found on CVE.org or NVD as of August 7, and it was not listed in Apache's July advisory.
HTTP Terminator tested 30,000 authorized websites, identifying approximately 700 vulnerable targets across various sectors, including banks, government infrastructure, security products, and an airport. PortSwigger recommends avoiding HTTP/1.1 upstream where possible. If HTTP/1.1 must be used, they advise allow-listing methods at both layers and restricting which methods can carry request bodies to mitigate desynchronization risks.
✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →
One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.
One email a day. Unsubscribe in one click, any time.
Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.
▶ Play today's briefNew every morning, and the back catalogue is archived by date.
PortSwigger's AI-assisted research system, HTTP Terminator, identified new HTTP desynchronization techniques and a zero-day vulnerability in Apache Traffic Server. This research highlights the potential for AI to uncover novel attack vectors and improve the reliability of existing exploits like Response Queue Poisoning (RQP).