SCA: security update for Glances (GHSA-49g7-2ww7-3vf5)

critical Tenable Cloud Security Plugin ID 438833

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-x46r fix (commit 39161f0)
addressed SQL injection in the TimescaleDB export module by converting all SQL operations to use
parameterized queries and `psycopg.sql` composable objects. However, the DuckDB export module
(`glances/exports/glances_duckdb/__init__.py`) was not included in this fix and contains the same class of
vulnerability: table names and column names derived from monitoring statistics are directly interpolated
into SQL statements via f-strings. While DuckDB INSERT values already use parameterized queries (`?`
placeholders), the DDL construction and table name references do not escape or parameterize identifier
names. Version 4.5.3 provides a more complete fix. (CVE-2026-32611)

Solution

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

See Also

https://github.com/advisories/GHSA-49g7-2ww7-3vf5

Plugin Details

Severity: Critical

ID: 438833

Version: Revision 1.8

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: Medium

Score: 4.3

Percentile: 53.59

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: High

Base Score: 9.4

Temporal Score: 7.4

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

CVSS Score Source: CVE-2026-32611

CVSS v3

Risk Factor: Critical

Base Score: 9.1

Temporal Score: 8.2

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/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-32611

cwe: CWE-89