CVE-2024-32480

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.
Configurations

No configuration.

History

23 Apr 2024, 12:52

Type Values Removed Values Added
Summary
  • (es) LibreNMS es un sistema de monitoreo de red de código abierto basado en PHP/MySQL/SNMP. Las versiones anteriores a la 24.4.0 son vulnerables a la inyección SQL. El parámetro `order` se obtiene de `$request`. Después de realizar una verificación de cadena, el valor se incorpora directamente a una declaración SQL y se concatena, lo que genera una vulnerabilidad de inyección SQL. Un atacante puede extraer una base de datos completa de esta manera. La versión 24.4.0 soluciona el problema.

22 Apr 2024, 23:15

Type Values Removed Values Added
New CVE

Information

Published : 2024-04-22 23:15

Updated : 2024-04-23 12:52


NVD link : CVE-2024-32480

Mitre link : CVE-2024-32480

CVE.ORG link : CVE-2024-32480


JSON object : View

Products Affected

No product.

CWE
CWE-89

Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')