SCA: security update for glances (GHSA-v5r2-qh84-fjx5)

high Tenable Cloud Security Plugin ID 443765

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- 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. (CVE-2026-46606)

Solution

Update the glances library and its related packages to version 4.5.5 or later.

See Also

https://github.com/advisories/GHSA-v5r2-qh84-fjx5

Plugin Details

Severity: High

ID: 443765

Version: Revision 1.6

Type: Local

Family: SCA Checks

Published: 6/23/2026

Updated: 7/2/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Medium

Score: 4.9

Percentile: 58.03

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: Medium

Base Score: 6.8

Temporal Score: 5

Vector: CVSS2#AV:L/AC:L/Au:S/C:C/I:C/A:C

CVSS Score Source: CVE-2026-46606

CVSS v3

Risk Factor: High

Base Score: 7.8

Temporal Score: 6.8

Vector: CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Temporal Vector: CVSS:3.0/E:U/RL:O/RC:C

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 6/22/2026

Vulnerability Publication Date: 6/22/2026

Reference Information

CVE: CVE-2026-46606

cwe: CWE-78