TTPwire Vol. 1 · MITRE ATT&CK·Tagged

← All stories

PortSwigger Research

Beware the false false-positive: how to distinguish HTTP pipelining from request smuggling

2025-08-19 · Read original ↗

ATT&CK techniques detected

5 predictions
T1190Exploit Public-Facing Application
98%
"themselves receive a surprising response ". connection - locked request smuggling can ' t be used for direct cross - user attacks, but you can still : - exploit other users by poisoning the server cache, if it has one - exploit an input reflection to disclose internal http header…"
T1190Exploit Public-Facing Application
93%
"request smuggling to bypass them. finally, explore how the application responds to host - header tampering, both directly and in smuggled requests. you may be able to use connection - locked request smuggling to gain access to some previously off - limits internal systems, or lau…"
T1190Exploit Public-Facing Application
71%
"the support center - published : tuesday, 19 august 2025 at 14 : 30 utc - updated : tuesday, 19 august 2025 at 14 : 31 utc sometimes people think they ' ve found http request smuggling, when they ' re actually just observing http keep - alive or pipelining. this is usually a fals…"
T1190Exploit Public-Facing Application
35%
"##or doesn ' t even have a back - end so it ' s immune to request smuggling. hopefully that helps clarify why reusing client connections can cause false positives - please let me know if you have any lingering questions. it would be nice if i could simply say " never reuse connec…"
T1190Exploit Public-Facing Application
31%
"can ' t use any header obfuscation techniques. for further information, refer to browser - powered desync attacks, and our client - side desync academy topic. i hope you found that useful! request smuggling is a topic with immense depth and this is just a taster. if you ' d like …"

Summary

Sometimes people think they've found HTTP request smuggling, when they're actually just observing HTTP keep-alive or pipelining. This is usually a false positive, but sometimes there's actually a real