### [CVE-2024-45699](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-45699) ![](https://img.shields.io/static/v1?label=Product&message=Zabbix&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=6.0.0%20&color=brightgreen) ![](https://img.shields.io/static/v1?label=Version&message=6.4.0%20&color=brightgreen) ![](https://img.shields.io/static/v1?label=Version&message=7.0.0%20&color=brightgreen) ![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-79%20Improper%20Neutralization%20of%20Input%20During%20Web%20Page%20Generation%20(XSS%20or%20'Cross-site%20Scripting')&color=brightgreen) ### Description The endpoint /zabbix.php?action=export.valuemaps suffers from a Cross-Site Scripting vulnerability via the backurl parameter. This is caused by the reflection of user-supplied data without appropriate HTML escaping or output encoding. As a result, a JavaScript payload may be injected into the above endpoint causing it to be executed within the context of the victim's browser. ### POC #### Reference No PoCs from references. #### Github - https://github.com/milo2012/CVE-PoCs - https://github.com/w4zu/Debian_security