cve/2024/CVE-2024-32480.md
2024-06-09 00:33:16 +00:00

1.1 KiB

CVE-2024-32480

Description

LibreNMS is an open-source, PHP/MySQL/SNMP-based network monitoring system. Versions prior to 24.4.0 are vulnerable to SQL injection. The order parameter is obtained from $request. After performing a string check, the value is directly incorporated into an SQL statement and concatenated, resulting in a SQL injection vulnerability. An attacker may extract a whole database this way. Version 24.4.0 fixes the issue.

POC

Reference

Github

No PoCs found on GitHub currently.