Back to overview

CVE-2026-46608

HIGH
7.4
CVSS 3.1
Description
Glances is an open-source system cross-platform monitoring tool. Prior to 4.5.5, the Glances XML-RPC server (glances -s) introduced a configurable CORS origin list in version 4.5.3 as a mitigation for CVE-2026-33533. However, the implementation silently falls back to Access-Control-Allow-Origin: * whenever cors_origins contains more than one entry. An operator who configures an explicit two-entry allowlist (e.g. two internal dashboard origins) intending to restrict browser access instead receives the unrestricted wildcard. A malicious web page served from any origin can issue a CORS simple request to /RPC2 and read the full system monitoring dataset without the victim's knowledge. This vulnerability is fixed in 4.5.5.

Metadata

CVE ID
CVE-2026-46608
State
PUBLISHED
Assigner
GitHub_M
Reserved
2026-05-15 19:34 UTC
Published
2026-06-25 18:05 UTC
Last updated
2026-06-25 18:05 UTC
Primary CWE
CWE-183
CWE-183: Permissive List of Allowed Inputs
Vendor / Product
nicolargo / glances
Sources
cve.org  ·  NVD

Severity & Metrics

7.4 HIGH CVSS 3.1
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:N/A:N
Affected products (1)
VendorProductPlatformVersions
nicolargo glances < 4.5.5
Weakness (CWE)
CWESourceDescription
CWE-183 cna CWE-183: Permissive List of Allowed Inputs
CWE-942 cna CWE-942: Permissive Cross-domain Policy with Untrusted Domains
CVSS scores (1)
ScoreSeverityVersionSourceVector
7.4 HIGH 3.1 cna CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:N/A:N
References (2)
Back to overview