Hunting HTTP Request Smuggling And Desync

Hunt for request smuggling where two HTTP processors on the same path disagree about where one request ends and the next begins: a front end and back end that resolve conflicting Content-Length and Transfer-Encoding headers differently, a proxy that forwards a body the origin re-parses, a keep-alive connection where a smuggled prefix poisons the next user's request, and a rewrite or normalization difference that desyncs the stream. Covers chained HTTP/1.1 processors, proxies, load balancers, and origins where request framing is parsed more than once. Use when a request crosses more than one HTTP parser and their framing agreement is the boundary. The desyncing request is the source, the poisoned next request or back-end path is the sink, and the framing disagreement between the two parsers is the bug.

UnboundCompute 8452c68 9.4 KB Updated

File contents

UnboundCompute/security-agent-skills/tree/main/skills/hunting-http-request-smuggling-and-desync commit 8452c68b5f

Frequently asked questions

npx skillmds@latest add unboundcompute/hunting-http-request-smuggling-and-desync