header-logo
Suggest Exploit
vendor:
ExpressionEngine
by:
SecurityFocus
7.5
CVSS
HIGH
HTTP-response-splitting and Cross-site Scripting
79, 80
CWE
Product Name: ExpressionEngine
Affected Version From: 1.2.2001
Affected Version To: 1.2.2001
Patch Exists: YES
Related CWE: N/A
CPE: a:expressionengine:expressionengine
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2008

ExpressionEngine Multiple Vulnerabilities

ExpressionEngine is prone to an HTTP-response-splitting vulnerability and a cross-site scripting vulnerability because it fails to properly sanitize user-supplied input. An attacker may leverage these issues to execute arbitrary script code in the browser of an unsuspecting user, steal cookie-based authentication credentials, and influence how web content is served, cached, or interpreted.

Mitigation:

Input validation should be used to ensure that untrusted data is not used to generate HTTP headers. Additionally, applications should use a whitelist of acceptable inputs that strictly conform to specifications.
Source

Exploit-DB raw data:

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

ExpressionEngine is prone to an HTTP-response-splitting vulnerability and a cross-site scripting vulnerability because it fails to properly sanitize user-supplied input.

An attacker may leverage these issues to execute arbitrary script code in the browser of an unsuspecting user, steal cookie-based authentication credentials, and influence how web content is served, cached, or interpreted. This could aid in various attacks that try to entice client users into a false sense of trust.

ExpressionEngine 1.2.1 is vulnerable to these issues; other versions may also be affected. 

http://www.example.com/index.php?URL=%0AContent-Type:html%0A%0A%3Cscript%3Ealert(document.cookie)%3C/script%3E