HTTP header injection

This is an old revision of this page, as edited by Sohom Datta (talk | contribs) at 23:59, 23 March 2024 (Added {{Citation style}} tag). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

HTTP header injection is a general class of web application security vulnerability which occurs when Hypertext Transfer Protocol (HTTP) headers are dynamically generated based on user input. Header injection in HTTP responses can allow for HTTP response splitting, session fixation via the Set-Cookie header, cross-site scripting (XSS), and malicious redirect attacks via the ___location header.

Sources

See also

References