CVE-2020-15878
Deferred Deferred - Pending Action

SQL Injection in LibreNMS via AJAX Table API

Vulnerability report for CVE-2020-15878, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-26

Last updated on: 2026-09-03

Assigner: MITRE

Description

An issue was discovered in LibreNMS 1.65. A remote authenticated attacker with normal privileges can extract all the information from the LibreNMS database via a SQL injection in the address parameter in the /ajax_table.php API endpoint.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-26
Last Modified
2026-09-03
Generated
2026-09-16
AI Q&A
2026-08-26
EPSS Evaluated
2026-09-14
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
librenms librenms 1.65

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 SQL injection flaw in LibreNMS version 1.65. It allows a remote attacker with normal user privileges to extract all data from the LibreNMS database by exploiting a vulnerable parameter called 'address' in the /ajax_table.php API endpoint.

Detection Guidance

To detect this SQL injection vulnerability in LibreNMS 1.65, check if the system is running version 1.65 or earlier. Test the /ajax_table.php endpoint by sending crafted requests with the address parameter containing SQL injection payloads like ' OR (SELECT username from users where user_id=1)='librenms'--. Monitor for unusual database queries or errors in logs.

Impact Analysis

If exploited, this vulnerability could lead to unauthorized access to sensitive data stored in the LibreNMS database, including network configurations, device information, and potentially other sensitive details depending on the database contents.

Compliance Impact

This vulnerability allows an authenticated attacker to extract all information from the LibreNMS database via SQL injection. This could lead to unauthorized access to sensitive data, which may violate compliance requirements under GDPR (data protection) and HIPAA (protected health information). Unauthorized database access could result in data breaches, non-compliance with data protection regulations, and potential legal consequences.

Mitigation Strategies

Update LibreNMS to the latest version to patch the SQL injection vulnerability in the /ajax_table.php API endpoint.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2020-15878. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart