Advisory Database
  • Advisories
  • Dependency Scanning
  1. pypi
  2. ›
  3. Glances
  4. ›
  5. CVE-2026-33533

CVE-2026-33533: Glances Vulnerable to Cross-Origin System Information Disclosure via XML-RPC Server CORS Wildcard

March 30, 2026 (updated April 27, 2026)

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).

References

  • github.com/advisories/GHSA-7p93-6934-f4q7
  • github.com/nicolargo/glances
  • github.com/nicolargo/glances/commit/dcb39c3f12b2a1eec708c58d22d7a1d62bdf5fa1
  • github.com/nicolargo/glances/releases/tag/v4.5.3
  • github.com/nicolargo/glances/security/advisories/GHSA-7p93-6934-f4q7
  • nvd.nist.gov/vuln/detail/CVE-2026-33533

Code Behaviors & Features

Detect and mitigate CVE-2026-33533 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 4.5.3

Fixed versions

  • 4.5.3

Solution

Upgrade to version 4.5.3 or above.

Impact 6.5 MEDIUM

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N

Learn more about CVSS

Weakness

  • CWE-942: Permissive Cross-domain Policy with Untrusted Domains

Source file

pypi/Glances/CVE-2026-33533.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Sat, 09 May 2026 12:18:22 +0000.