Glances is an open-source system cross-platform monitoring tool. Prior to 4.5.5, 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). This vulnerability is fixed in 4.5.5.
References
Configurations
No configuration.
History
25 Jun 2026, 19:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-06-25 19:16
Updated : 2026-06-25 19:58
NVD link : CVE-2026-46607
Mitre link : CVE-2026-46607
CVE.ORG link : CVE-2026-46607
JSON object : View
Products Affected
No product.
CWE
CWE-502
Deserialization of Untrusted Data
