CVE-2019-12465: SQL Injection in LibreNMS
8.1
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.00262%
CWE
Published
10/11/2019
Updated
2/1/2023
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
librenms/librenms | composer | < 1.53 | 1.53 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The CVE-2019-12465 description identifies ajax_rulesuggest.php as the vulnerable file where the 'term' parameter is unsafely embedded into a SQL query. Runtime detection would observe the script's execution (typically represented as the global scope in PHP) processing the 'term' input and constructing the SQL query. While PHP's global scope does not have a named function, profilers often reference the script's entry point as the primary execution context. This matches the exploit's entry vector via ajax_rulesuggest.php?term=, making the script's main code the focal point for detection.