glances
PyPI26 known CVEs affecting this package
Aggregated from OSV, GitHub Security Advisories, NVD, and vendor advisories. Each CVE links to its full detail page with vendor advisories, patches, fixed versions, and remediation guidance.
CVEs affecting glancespage 1 of 1
- CVE-2021-23418MEDIUMCVSS 6.3EG 6.3✓ Fixed in 3.2.12021-07-29
vulnerable: 1.3.1 ... 3.2.0 (72 versions)
The package glances before 3.2.1 are vulnerable to XML External Entity (XXE) Injection via the use of Fault to parse untrusted XML data, which is known to be vulnerable to XML attacks.
- CVE-2026-30928HIGHCVSS 7.5EG 7.5✓ Fixed in 4.5.12026-03-10
vulnerable: 1.3.1 ... 4.5.0.5 (130 versions)
Glances is an open-source system cross-platform monitoring tool. Prior to 4.5.1, the /api/4/config REST API endpoint returns the entire parsed Glances configuration file (glances.conf) via self.config.as_dict() with no filtering of sensiti…
- CVE-2026-30930CRITICALCVSS 9.8EG 9.8✓ Fixed in 4.5.12026-03-10
vulnerable: 1.3.1 ... 4.5.0.5 (130 versions)
Glances is an open-source system cross-platform monitoring tool. Prior to 4.5.1, The TimescaleDB export module constructs SQL queries using string concatenation with unsanitized system monitoring data. The normalize() method wraps string v…
- CVE-2026-32596HIGHCVSS 7.5EG 7.5✓ Fixed in 4.5.22026-03-16
vulnerable: 1.3.1 ... 4.5.1 (131 versions)
Glances is an open-source system cross-platform monitoring tool. Prior to 4.5.2, Glances web server runs without authentication by default when started with `glances -w`, exposing REST API with sensitive system information including proces…
- CVE-2026-32608HIGHCVSS 7.0EG 7.0✓ Fixed in 4.5.22026-03-18
vulnerable: 1.3.1 ... 4.5.1 (131 versions)
Glances is an open-source system cross-platform monitoring tool. The Glances action system allows administrators to configure shell commands that execute when monitoring thresholds are exceeded. These commands support Mustache template var…
- CVE-2026-32609HIGHCVSS 7.5EG 7.5✓ Fixed in 4.5.22026-03-18
vulnerable: 1.3.1 ... 4.5.1 (131 versions)
Glances is an open-source system cross-platform monitoring tool. The GHSA-gh4x fix (commit 5d3de60) addressed unauthenticated configuration secrets exposure on the `/api/v4/config` endpoints by introducing `as_dict_secure()` redaction. How…
- CVE-2026-32610HIGHCVSS 8.1EG 8.1✓ Fixed in 4.5.22026-03-18
vulnerable: 1.3.1 ... 4.5.1 (131 versions)
Glances is an open-source system cross-platform monitoring tool. Prior to version 4.5.2, the Glances REST API web server ships with a default CORS configuration that sets `allow_origins=["*"]` combined with `allow_credentials=True`. When b…
- CVE-2026-32611CRITICALCVSS 9.1EG 9.1✓ Fixed in 4.5.22026-03-18
vulnerable: 1.3.1 ... 4.5.1 (131 versions)
Glances is an open-source system cross-platform monitoring tool. The GHSA-x46r fix (commit 39161f0) addressed SQL injection in the TimescaleDB export module by converting all SQL operations to use parameterized queries and `psycopg.sql` co…
- CVE-2026-32632MEDIUMCVSS 5.9EG 5.9✓ Fixed in 4.5.22026-03-18
vulnerable: 1.3.1 ... 4.5.1 (131 versions)
Glances is an open-source system cross-platform monitoring tool. Glances recently added DNS rebinding protection for the MCP endpoint, but prior to version 4.5.2, the main REST/WebUI FastAPI application still accepts arbitrary `Host` heade…
- CVE-2026-32633CRITICALCVSS 9.1EG 9.1✓ Fixed in 4.5.22026-03-18
vulnerable: 1.3.1 ... 4.5.1 (131 versions)
Glances is an open-source system cross-platform monitoring tool. Prior to version 4.5.2, in Central Browser mode, the `/api/4/serverslist` endpoint returns raw server objects from `GlancesServersList.get_servers_list()`. Those objects are …
- CVE-2026-32634HIGHCVSS 8.1EG 8.1✓ Fixed in 4.5.22026-03-18
vulnerable: 1.3.1 ... 4.5.1 (131 versions)
Glances is an open-source system cross-platform monitoring tool. Prior to version 4.5.2, in Central Browser mode, Glances stores both the Zeroconf-advertised server name and the discovered IP address for dynamic servers, but later builds c…
- CVE-2026-33533MEDIUMCVSS 6.5EG 6.5✓ Fixed in 4.5.32026-04-02
vulnerable: 1.3.1 ... 4.5.2 (132 versions)
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 XM…
- CVE-2026-33641HIGHCVSS 7.8EG 7.8✓ Fixed in 4.5.32026-04-02
vulnerable: 1.3.1 ... 4.5.2 (132 versions)
Glances is an open-source system cross-platform monitoring tool. Prior to version 4.5.3, Glances supports dynamic configuration values in which substrings enclosed in backticks are executed as system commands during configuration parsing. …
- CVE-2026-34839MEDIUMCVSS 6.5EG 6.5✓ Fixed in 4.5.42026-04-21
vulnerable: 1.3.1 ... 4.5.3 (133 versions)
Glances is an open-source system cross-platform monitoring tool. Prior to version 4.5.4, the Glances web server exposes a REST API (`/api/4/*`) that is accessible without authentication and allows cross-origin requests from any origin due …
- CVE-2026-35587HIGHCVSS 8.8EG 8.8✓ Fixed in 4.5.42026-04-21
vulnerable: 1.3.1 ... 4.5.3 (133 versions)
Glances is an open-source system cross-platform monitoring tool. Prior to version 4.5.4, a Server-Side Request Forgery (SSRF) vulnerability exists in the Glances IP plugin due to improper validation of the public_api configuration paramete…
- CVE-2026-35588MEDIUMCVSS 6.3EG 6.3✓ Fixed in 4.5.42026-04-21
vulnerable: 1.3.1 ... 4.5.3 (133 versions)
Glances is an open-source system cross-platform monitoring tool. Prior to version 4.5.4, the Cassandra export module (`glances/exports/glances_cassandra/__init__.py`) interpolates `keyspace`, `table`, and `replication_factor` configuration…
- CVE-2026-46606HIGHCVSS 7.8EG 7.8✓ Fixed in 4.5.52026-06-22
vulnerable: 1.3.1 ... 4.5.4 (134 versions)
Glances is an open-source system cross-platform monitoring tool. Prior to 4.5.5, the Glances KVM/QEMU monitoring engine (glances/plugins/vms/engines/virsh.py) passes VM domain names, read directly from virsh list --all output, into f-strin…
- CVE-2026-46607HIGHCVSS 7.8EG 7.8✓ Fixed in 4.5.52026-06-22
vulnerable: 1.3.1 ... 4.5.4 (134 versions)
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 …
- CVE-2026-46608HIGHCVSS 7.4EG 7.4✓ Fixed in 4.5.52026-06-22
vulnerable: 1.3.1 ... 4.5.4 (134 versions)
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 implement…
- CVE-2026-46611MEDIUMCVSS 5.3EG 5.3✓ Fixed in 4.5.52026-06-22
vulnerable: 1.3.1 ... 4.5.4 (134 versions)
Glances is an open-source system cross-platform monitoring tool. Prior to 4.5.5, the Glances XML-RPC server (glances -s, implemented in glances/server.py) does not validate the HTTP Host header, leaving it vulnerable to DNS rebinding attac…
- CVE-2026-53925HIGHCVSS 7.8EG 7.8✓ Fixed in 4.5.52026-06-23
vulnerable: 4.0.8 ... 4.5.4 (29 versions)
Glances is an open-source system cross-platform monitoring tool. From 4.0.8 until 4.5.5, the secure_popen() function in glances/secure.py interprets > (file redirection), | (pipe), and && (command chaining) operators in command strings. Th…
- CVE-2026-62982HIGHCVSS 8.8EG 8.8✓ Fixed in 4.5.62026-08-17
vulnerable: 4.5.2, 4.5.3, 4.5.4, 4.5.5
Glances is an open-source system cross-platform monitoring tool. From 4.5.2 until 4.5.6, _sanitize_mustache_dict() in glances/actions.py skips nested list and dictionary strings such as process cmdline values, allowing pipe characters to s…
- CVE-2026-68517MEDIUMCVSS 6.5EG 6.5✓ Fixed in 4.5.62026-08-17
vulnerable: 1.3.1 ... 4.5.5 (135 versions)
Glances is an open-source system cross-platform monitoring tool. Prior to 4.5.6, the cors_origins guard in glances/outputs/glances_restful_api.py uses exact list equality instead of wildcard membership, allowing a multi-origin list contain…
- CVE-2026-68518HIGHCVSS 8.8EG 8.8✓ Fixed in 4.5.62026-08-17
vulnerable: 1.3.1 ... 4.5.5 (135 versions)
Glances is an open-source system cross-platform monitoring tool. Prior to 4.5.6, _sanitize_mustache_dict() in glances/actions.py sanitizes individual Mustache values before chevron.render(), allowing adjacent unescaped Mustache variables t…
- CVE-2026-68519HIGHCVSS 7.1EG 7.1✓ Fixed in 4.5.62026-08-17
vulnerable: 1.3.1 ... 4.5.5 (135 versions)
Glances is an open-source system cross-platform monitoring tool. Prior to 4.5.6, GlancesActions.run() in glances/actions.py ignores --disable-config-exec for on-alert action commands and invokes secure_popen() with shell operators enabled,…
- CVE-2026-68520MEDIUMCVSS 5.3EG 5.3✓ Fixed in 4.5.62026-08-17
vulnerable: 1.3.1 ... 4.5.5 (135 versions)
Glances is an open-source system cross-platform monitoring tool. Prior to 4.5.6, as_dict_secure() in glances/config.py checks only option names and exposes public_username and credentials embedded in public_api values through unauthenticat…
Check whether glances is used in your infrastructure
EchelonGraph scans your cloud and SBOMs to map every package to your actual deployments. See blast radius for glances CVEs against the assets you own.
Start Free Scan →