Files
CVEs-PoC/2017/CVE-2017-12066.md
T
2024-06-18 02:51:15 +02:00

18 lines
833 B
Markdown

### [CVE-2017-12066](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-12066)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
Cross-site scripting (XSS) vulnerability in aggregate_graphs.php in Cacti before 1.1.16 allows remote authenticated users to inject arbitrary web script or HTML via specially crafted HTTP Referer headers, related to the $cancel_url variable. NOTE: this vulnerability exists because of an incomplete fix (lack of the htmlspecialchars ENT_QUOTES flag) for CVE-2017-11163.
### POC
#### Reference
- https://github.com/Cacti/cacti/issues/877
#### Github
No PoCs found on GitHub currently.