mirror of
https://github.com/0xMarcio/cve.git
synced 2025-05-30 02:00:45 +00:00
1.1 KiB
1.1 KiB
CVE-2024-31443
Description
Cacti provides an operational monitoring and fault management framework. Prior to 1.2.27, some of the data stored in form_save()
function in data_queries.php
is not thoroughly checked and is used to concatenate the HTML statement in grow_right_pane_tree()
function from lib/html.php
, finally resulting in cross-site scripting. Version 1.2.27 contains a patch for the issue.
POC
Reference
- https://github.com/Cacti/cacti/security/advisories/GHSA-rqc8-78cm-85j3
- https://github.com/Cacti/cacti/security/advisories/GHSA-rqc8-78cm-85j3
Github
No PoCs found on GitHub currently.