Vulnerability Description
linuxfabrik-lib provides Python modules for database access, caching, shell execution, and API integrations, and Linuxfabrik Monitoring Plugins uses those modules to run external monitoring commands. From the earliest affected releases until linuxfabrik-lib 5.0.0 and Linuxfabrik Monitoring Plugins 6.0.0, check plugins embedded user-controlled values in command strings passed to lib.shell.shell_exec(), which split strings at pipe characters and executed the resulting commands. In check-plugins/restic-check/restic-check, the --repo parameter could inject a pipe-delimited command into a constructed restic invocation, and sudo-authorized execution allowed a compromised nagios or icinga account to run that command as root. The shared library also accepted command strings and a shell parameter, while numerous plugins constructed external commands from attacker-influenced arguments. The fixes require argv lists, always use shell=False, remove pipe splitting, and reject option-like positional values through lib.shell.safe_cli_value(). These issues are fixed in linuxfabrik-lib 5.0.0 and Linuxfabrik Monitoring Plugins 6.0.0.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/Linuxfabrik/lib/blob/main/CHANGELOG.md
- https://github.com/Linuxfabrik/lib/releases/tag/v5.0.0
- https://github.com/Linuxfabrik/monitoring-plugins/blob/main/CHANGELOG.md
- https://github.com/Linuxfabrik/monitoring-plugins/commit/23bb570f41fc8d9caf30b30
- https://github.com/Linuxfabrik/monitoring-plugins/releases/tag/v6.0.0
- https://github.com/Linuxfabrik/monitoring-plugins/security/advisories/GHSA-798h-
FAQ
What is CVE-2026-55426?
CVE-2026-55426 is a vulnerability with a CVSS score of 7.8 (HIGH). linuxfabrik-lib provides Python modules for database access, caching, shell execution, and API integrations, and Linuxfabrik Monitoring Plugins uses those modules to run external monitoring commands. ...
How severe is CVE-2026-55426?
CVE-2026-55426 has been rated HIGH with a CVSS base score of 7.8/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-55426?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.