Vulnerability Description
Glances is an open-source system cross-platform monitoring tool. Prior to 4.5.5, the Glances KVM/QEMU monitoring engine (glances/plugins/vms/engines/virsh.py) passes VM domain names, read directly from virsh list --all output, into f-string command templates that are processed by secure_popen(). secure_popen() is explicitly designed to interpret &&, |, and > as shell operators. Because domain names are never sanitised before interpolation, any user with the ability to create or rename a KVM/QEMU virtual machine can execute arbitrary commands as the OS user running Glances — commonly root on hypervisor hosts. This vulnerability is fixed in 4.5.5.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/nicolargo/glances/releases/tag/v4.5.5
- https://github.com/nicolargo/glances/security/advisories/GHSA-v5r2-qh84-fjx5
- https://github.com/nicolargo/glances/security/advisories/GHSA-v5r2-qh84-fjx5
FAQ
What is CVE-2026-46606?
CVE-2026-46606 is a vulnerability with a CVSS score of 7.8 (HIGH). Glances is an open-source system cross-platform monitoring tool. Prior to 4.5.5, the Glances KVM/QEMU monitoring engine (glances/plugins/vms/engines/virsh.py) passes VM domain names, read directly fro...
How severe is CVE-2026-46606?
CVE-2026-46606 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-46606?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.