SCA: security update for Glances (GHSA-9jfm-9rc6-2hfq)

high Tenable Cloud Security Plugin ID 438837

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 version 4.5.2, the Glances REST
API web server ships with a default CORS configuration that sets `allow_origins=["*"]` combined with
`allow_credentials=True`. When both of these options are enabled together, Starlette's `CORSMiddleware`
reflects the requesting `Origin` header value in the `Access-Control-Allow-Origin` response header instead
of returning the literal `*` wildcard. This effectively grants any website the ability to make
credentialed cross-origin API requests to the Glances server, enabling cross-site data theft of system
monitoring information, configuration secrets, and command line arguments from any user who has an active
browser session with a Glances instance. Version 4.5.2 fixes the issue. (CVE-2026-32610)

Solution

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

See Also

https://github.com/advisories/GHSA-9jfm-9rc6-2hfq

Plugin Details

Severity: High

ID: 438837

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-32610

CVSS v3

Risk Factor: High

Base Score: 8.1

Temporal Score: 7.3

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/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-32610

cwe: CWE-942