CVE-2026-33533 Details
Description
Glances is an open-source system cross-platform monitoring tool. Prior to version 4.5.3, the Glances XML-RPC server (activated with glances -s or glances --server) sends Access-Control-Allow-Origin: * on every HTTP response. Because the XML-RPC handler does not validate the Content-Type header, an attacker-controlled webpage can issue a CORS "simple request" (POST with Content-Type: text/plain) containing a valid XML-RPC payload. The browser sends the request without a preflight check, the server processes the XML body and returns the full system monitoring dataset, and the wildcard CORS header lets the attacker's JavaScript read the response. The result is complete exfiltration of hostname, OS version, IP addresses, CPU/memory/disk/network stats, and the full process list including command lines (which often contain tokens, passwords, or internal paths). This issue has been patched in version 4.5.3.
A vulnerability exists in the Glances XML-RPC server, active in versions through 4.5.1, where the server improperly handles Cross-Origin Resource Sharing (CORS) headers. The server sends 'Access-Control-Allow-Origin: *' with every HTTP response, allowing any website to make cross-origin requests. This issue arises because the XML-RPC handler does not validate the Content-Type header. An attacker-controlled webpage can send a CORS 'simple request' (POST with Content-Type: text/plain) containing a valid XML-RPC payload. The server processes the request without a preflight check, executing the XML-RPC method calls and returning sensitive system data. The vulnerability is exacerbated by the server's default configuration, which has no authentication, making it easy for attackers to exploit.
Users can update to Glances version 4.5.3 or later, where this vulnerability has been patched.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Apr 2, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/nicolargo/glances/commit/dcb39c3f12b2a1eec708c58d22d7a1d62bdf5fa1 | [email protected] | Patch |
| https://github.com/nicolargo/glances/releases/tag/v4.5.3 | [email protected] | ProductRelease Notes |
| https://github.com/nicolargo/glances/security/advisories/GHSA-7p93-6934-f4q7 | [email protected] | ExploitVendor Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-942 | Permissive Cross-domain Policy with Untrusted Domains | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| nicolargo glances | < 4.5.3 |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Apr 7, 2026 | Initial Analysis | [email protected] |
| Apr 2, 2026 | New CVE Received | [email protected] |