Cyber Resilience

CVE-2026-32610

Nicolargo Glances ≤ 4.5.2

Public PoC
Published
18 March 2026
Modified
21 March 2026
Patch / advisory
CVSS Score v3.1 8.1
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N
EPSS Score 0.0034 27th percentile
Risk Priority 59 floored blend · peak EPSS

Summary

CVE-2026-32610 is a high-severity Permissive Cross-domain Security Policy with Untrusted Domains (CWE-942) vulnerability in Nicolargo Glances. Its CVSS base score is 8.1 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Drive-by Compromise (T1189); ranked at the 27th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified map to AC-4 (Information Flow Enforcement) and SC-7 (Boundary Protection) — see the control section below for these in your framework.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

CVE-2026-32610 is a CORS misconfiguration vulnerability (CWE-942) in Glances, an open-source cross-platform system monitoring tool. In versions prior to 4.5.2, the Glances REST API web server uses Starlette's CORSMiddleware with a default configuration of `allow_origins=["*"]` combined with `allow_credentials=True`. This causes the middleware to reflect the requesting `Origin` header value in the `Access-Control-Allow-Origin` response header instead of the literal `*` wildcard, violating CORS security expectations. The vulnerability carries a CVSS v3.1 base score of 8.1 (AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N) and was published on 2026-03-18.

Attackers can exploit this vulnerability without privileges by tricking users into visiting a malicious website while they have an active browser session with a Glances instance. The malicious site can then issue credentialed cross-origin API requests to the Glances server, as the reflected `Access-Control-Allow-Origin` permits it. Successful exploitation enables cross-site theft of sensitive data, including system monitoring information, configuration secrets, and command-line arguments passed to Glances.

Glances version 4.5.2 addresses the issue by correcting the CORS configuration. Security advisories recommend immediate upgrades to this version or later. Details are available in the GitHub security advisory (GHSA-9jfm-9rc6-2hfq), release notes for v4.5.2, and the fixing commit (4465169b71d93991f1e49740fe02428291099832).

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

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`…

more

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.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1189 Drive-by Compromise Initial Access
Adversaries may gain access to a system through a user visiting a website over the normal course of browsing.
T1557 Adversary-in-the-Middle Credential Access
Adversaries may attempt to position themselves between two or more networked devices using an adversary-in-the-middle (AiTM) technique to support follow-on behaviors such as [Network Sniffing](https://attack.
T1659 Content Injection Initial Access
Adversaries may gain access and continuously communicate with victims by injecting malicious content into systems through online network traffic.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2026-33533Same product: Nicolargo Glances
CVE-2026-34839Same product: Nicolargo Glances
CVE-2026-32634Same product: Nicolargo Glances
CVE-2026-32608Same product: Nicolargo Glances
CVE-2026-32611Same product: Nicolargo Glances
CVE-2026-32596Same product: Nicolargo Glances
CVE-2026-35587Same product: Nicolargo Glances
CVE-2026-33641Same product: Nicolargo Glances
CVE-2026-32633Same product: Nicolargo Glances
CVE-2026-35588Same product: Nicolargo Glances

Affected Assets

nicolargo
glances
≤ 4.5.2

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V3.4.3
  • V3.4.6
  • V3.5.2

Mitigating Controls (NIST 800-53 r5) AI

Information flow enforcement requires approved authorizations and would reject policies permitting untrusted domains.

Boundary protection at external interfaces stops unauthorized cross-domain communication allowed by permissive policies.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-01 mostly match
prevents

Hardened configuration baselines and reviews directly prevent permissive CSP or cross-domain policies.

PR.PS-06 mostly match
prevents

Secure SDLC activities include review and testing of web security policies to avoid untrusted domains.

ID.RA-01 partial match
prevents

Vulnerability identification processes can surface permissive policy misconfigurations.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing can detect overly permissive cross-domain policies but does not prevent their initial introduction.

degrades

Network security policies can restrict cross-domain communication but do not specifically mandate strict CSP or cross-domain policy configuration.

degrades

Security of network services includes defining allowed endpoints, which can limit untrusted domains but does not directly address web-client policy files.

degrades

Web filtering can block untrusted domains at the network level, partially mitigating permissive cross-domain policies.

prevents

Application security requirements should specify secure CSP and cross-domain policy settings, directly addressing the weakness.

prevents

Secure architecture principles include defining trust boundaries, which can reduce permissive cross-domain allowances.

References