SCA: security update for Glances (GHSA-cvwp-r2g2-j824)

high Tenable Self-Hosted Container Security Plugin ID 438845

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. The GHSA-gh4x fix (commit 5d3de60)
addressed unauthenticated configuration secrets exposure on the `/api/v4/config` endpoints by introducing
`as_dict_secure()` redaction. However, the `/api/v4/args` and `/api/v4/args/{item}` endpoints were not
addressed by this fix. These endpoints return the complete command-line arguments namespace via
`vars(self.args)`, which includes the password hash (salt + pbkdf2_hmac), SNMP community strings, SNMP
authentication keys, and the configuration file path. When Glances runs without `--password` (the
default), these endpoints are accessible without any authentication. Version 4.5.2 provides a more
complete fix. (CVE-2026-32609)

Solution

Update the Glances library and its related packages to version 4.5.2 or later.

See Also

https://github.com/advisories/GHSA-cvwp-r2g2-j824

Plugin Details

Severity: High

ID: 438845

Version: Revision 1.7

Type: Local

Family: SCA Checks

Published: 3/16/2026

Updated: 7/2/2026

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

Risk Information

VPR

Risk Factor: Low

Score: 3

Percentile: 23.73

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: High

Base Score: 7.8

Temporal Score: 6.1

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

CVSS Score Source: CVE-2026-32609

CVSS v3

Risk Factor: High

Base Score: 7.5

Temporal Score: 6.7

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

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

Vulnerability Information

Exploit Available: true

Exploit Ease: Exploits are available

Patch Publication Date: 3/16/2026

Vulnerability Publication Date: 3/16/2026

Reference Information

CVE: CVE-2026-32609

cwe: CWE-200