### [CVE-2024-32461](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-32461) ![](https://img.shields.io/static/v1?label=Product&message=librenms&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=%3D%20%3C%2024.4.0%20&color=brighgreen) ![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-89%3A%20Improper%20Neutralization%20of%20Special%20Elements%20used%20in%20an%20SQL%20Command%20('SQL%20Injection')&color=brighgreen) ### Description LibreNMS is an open-source, PHP/MySQL/SNMP-based network monitoring system. A SQL injection vulnerability in POST /search/search=packages in LibreNMS prior to version 24.4.0 allows a user with global read privileges to execute SQL commands via the package parameter. With this vulnerability, an attacker can exploit a SQL injection time based vulnerability to extract all data from the database, such as administrator credentials. Version 24.4.0 contains a patch for the vulnerability. ### POC #### Reference - https://github.com/librenms/librenms/security/advisories/GHSA-cwx6-cx7x-4q34 - https://github.com/librenms/librenms/security/advisories/GHSA-cwx6-cx7x-4q34 #### Github No PoCs found on GitHub currently.