HTTP header injection

This is an old revision of this page, as edited by SoftX (talk | contribs) at 07:37, 23 March 2007. 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 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 and Cross-site scripting (XSS) attacks. HTTP header injection is a relatively new area for web-based attacks, and has primarily been pioneered by Amit Klein in his work on request/response smuggling/splitting.

Sources


Useful Tools