CVE-2026-84194 HIGH

CVE-2026-84194: LibreNMS 23.10.0 before 26.4.0 OS Command Injection via Hostname

Vendor Librenms
Product librenms
Weakness CWE-78
Published September 1, 2026
Last update September 4, 2026

CVSS base score

8.6/10
Attack vector Network
Attack complexity Low
Privileges required High
User interaction None
Confidentiality
Integrity

CVSS vector

CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:L/SI:L/SA:L

What the vulnerability does

01Description

LibreNMS versions >= 23.10.0 and < 26.2.0 (fixed in 26.4.0) contain an authenticated OS command injection vulnerability in libvirt discovery. When libvirt support is enabled (enable_libvirt=true), the device hostname ($this->getDevice()->hostname) is concatenated into shell commands (ssh, virsh list/dumpxml/domstate) in VminfoLibvirt.php and passed to exec() without escapeshellarg() or argument separation. An authenticated admin can set a crafted device hostname to inject arbitrary OS commands, leading to remote code execution in the discovery worker context.

Key dates

02Disclosure timeline

September 1, 2026 CVE published
September 4, 2026 Record updated

Related vulnerabilities

04Related CVE