CVE-2025-65093
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-11-18

Last updated on: 2025-11-20

Assigner: GitHub, Inc.

Description
LibreNMS is an auto-discovering PHP/MySQL/SNMP based network monitoring tool. Prior to version 25.11.0, a boolean-based blind SQL injection vulnerability was identified in the LibreNMS application at the /ajax_output.php endpoint. The hostname parameter is interpolated directly into an SQL query without proper sanitization or parameter binding, allowing an attacker to manipulate the query logic and infer data from the database through conditional responses. This issue has been patched in version 25.11.0.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-11-18
Last Modified
2025-11-20
Generated
2026-06-16
AI Q&A
2025-11-19
EPSS Evaluated
2026-06-15
NVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
librenms librenms to 25.11.0 (exc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
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 Quick Actions
Instant insights powered by AI
Executive Summary

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.

Impact Analysis

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.

Mitigation Strategies

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.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2025-65093. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart