CVE-2025-65093
BaseFortify
Publication date: 2025-11-18
Last updated on: 2025-11-20
Assigner: GitHub, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| librenms | librenms | to 25.11.0 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-89 | The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a boolean-based blind SQL injection in LibreNMS versions prior to 25.11.0. It occurs at the /ajax_output.php endpoint where the hostname parameter is directly inserted into an SQL query without proper sanitization or parameter binding. This allows an attacker to manipulate the SQL query logic and infer data from the database by observing conditional responses.
How can this vulnerability impact me? :
An attacker exploiting this vulnerability can extract sensitive information from the LibreNMS database by manipulating SQL queries. This can lead to unauthorized disclosure of confidential data, potentially compromising the security and integrity of the monitored network information.
What immediate steps should I take to mitigate this vulnerability?
Upgrade LibreNMS to version 25.11.0 or later, where the boolean-based blind SQL injection vulnerability at the /ajax_output.php endpoint has been patched.