HTTP Request Smuggling (H1): CL.TE / TE.CL / TE.TE
HTTP Request Smuggling (H1): CL.TE / TE.CL / TE.TE Severity: Critical | CWE: CWE-444 OWASP: A05:2021 – Security Misconfiguration PortSwigger Research: https://portswigger.net/research/http-desync-attacks-request-smuggling-reborn What Is HTTP Request Smuggling? Modern web architectures use a chain of HTTP processors: a frontend (CDN, load balancer, reverse proxy) that forwards requests to a backend server. These processors must agree on where each HTTP request ends and the next begins. HTTP/1.1 allows two ways to specify body length: ...