Bug 2493119 (CVE-2026-46606) - CVE-2026-46606 glances: Glances: Command Injection via KVM/QEMU VM Domain Names in glances/plugins/vms/engines/virsh.py
Summary: CVE-2026-46606 glances: Glances: Command Injection via KVM/QEMU VM Domain Nam...
Keywords:
Status: NEW
Alias: CVE-2026-46606
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On: 2494489 2494490
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-06-25 19:03 UTC by OSIDB Bzimport
Modified: 2026-06-29 16:37 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-06-25 19:03:18 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.