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.