CVE-2020-15874
Deferred Deferred - Pending Action

Command Injection in LibreNMS

Vulnerability report for CVE-2020-15874, 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 execute arbitrary shell commands through a command injection in the /graph.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 2 associated CPEs
Vendor Product Version / Range
librenms librenms 1.65
librenms librenms 1.65.1

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-77 The product constructs all or part of a command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended command when it is sent to a downstream component.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2020-15874 is an authenticated command injection vulnerability in LibreNMS version 1.65. It allows a remote attacker with normal privileges to execute arbitrary shell commands via the /graph.php API endpoint. The flaw exists due to improper sanitization of the title parameter, enabling command injection through the rrdtool binary.

Detection Guidance

Check LibreNMS version with: grep "VERSION" /opt/librenms/include/defines.inc.php. If version is 1.65, the system is vulnerable. Inspect /graph.php API endpoint for unusual title parameter values or rrdtool binary modifications.

Impact Analysis

This vulnerability allows attackers to execute arbitrary commands on the LibreNMS server, potentially leading to full system compromise. An attacker could steal data, install malware, or take control of the server. The impact depends on the server's role and data stored.

Compliance Impact

This vulnerability allows remote authenticated attackers with normal privileges to execute arbitrary shell commands on the host system. This could lead to unauthorized data access, modification, or exfiltration, which may violate GDPR (data protection) and HIPAA (health data privacy) requirements for access controls and data integrity.

Mitigation Strategies

Upgrade LibreNMS to version 1.65.1 or later immediately. Apply patches from the official release. Review and sanitize all user inputs in /graph.php endpoint. Monitor for unauthorized command execution attempts.

Chat Assistant

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

EPSS Chart