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

CVE-2026-46607: Glances has Insecure Pickle Deserialization in its Version Cache that Leads to Arbitrary Code Execution

June 22, 2026

glances/outdated.py uses pickle.load() to read a version-check cache file stored at a predictable, world-accessible path (~/.cache/glances/glances-version.db or $XDG_CACHE_HOME/glances/glances-version.db). No integrity check, signature verification, or format validation is performed before deserialization. An attacker with write access to that path — through any of several realistic local or container-level scenarios — can plant a malicious pickle file and achieve arbitrary code execution as the OS user running Glances the next time it starts with version checking enabled (the default).


References

  • github.com/advisories/GHSA-9837-48hr-q32j
  • github.com/nicolargo/glances/releases/tag/v4.5.5
  • github.com/nicolargo/glances/security/advisories/GHSA-9837-48hr-q32j
  • nvd.nist.gov/vuln/detail/CVE-2026-46607

Code Behaviors & Features

Detect and mitigate CVE-2026-46607 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.5

Fixed versions

  • 4.5.5

Solution

Upgrade to version 4.5.5 or above.

Impact 7.8 HIGH

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

Learn more about CVSS

Weakness

  • CWE-502: Deserialization of Untrusted Data

Source file

pypi/Glances/CVE-2026-46607.yml

Spotted a mistake? Edit the file on GitLab.

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

Page generated Tue, 23 Jun 2026 12:24:04 +0000.