### [CVE-2024-31443](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-31443) ![](https://img.shields.io/static/v1?label=Product&message=cacti&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=%3D%20%3C%201.2.27%20&color=brighgreen) ![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-79%3A%20Improper%20Neutralization%20of%20Input%20During%20Web%20Page%20Generation%20('Cross-site%20Scripting')&color=brighgreen) ### 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 #### Github No PoCs found on GitHub currently.