HTTP header injection: Difference between revisions

Content deleted Content added
No edit summary
Vadmium (talk | contribs)
Not according to a brief Google search. Undid revision 487582396 by 129.186.252.159 (talk).
Line 1:
{{HTTP}}
'''HTTP header injection''' is a general class of [[web application]] [[security vulnerability]] which occurs when [[Hypertext Transfer Protocol]] (HTTP) [[list of HTTP headers|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 redirects attacks via the ___location header. HTTP header injection is a relatively new area for web-based attacks, and has primarily been pioneered by SimantaAmit MitraKlein in his work on request/response smuggling/splitting.
 
== Sources ==