VYPR

Glances

by Nicolargo

pypi: glances

Source repositories

CVEs (17)

  • CVE-2026-30930CriMar 10, 2026
    risk 0.57cvss 9.8epss 0.00

    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 values in single quotes but does not…

  • CVE-2026-32633CriMar 18, 2026
    risk 0.52cvss 9.1epss 0.00

    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 mutated in-place during background…

  • CVE-2026-35587HigApr 21, 2026
    risk 0.50cvss 8.8epss 0.00

    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 parameter. The value of public_api is used…

  • CVE-2026-33641HigApr 2, 2026
    risk 0.47cvss 7.8epss 0.01

    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. This behavior occurs in…

  • CVE-2026-32634HigMar 18, 2026
    risk 0.46cvss 8.1epss 0.00

    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 connection URIs from the untrusted…

  • CVE-2026-32610HigMar 18, 2026
    risk 0.46cvss 8.1epss 0.00

    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 both of these options are enabled…

  • CVE-2026-46606HigJun 25, 2026
    risk 0.44cvss 7.8epss 0.00

    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-string command templates that are processed…

  • CVE-2026-32609HigMar 18, 2026
    risk 0.42cvss 7.5epss 0.01

    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. However, the `/api/v4/args` and…

  • CVE-2026-32596HigMar 18, 2026
    risk 0.42cvss 7.5epss 0.02

    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 process command-lines containing credentials…

  • CVE-2026-30928HigMar 10, 2026
    risk 0.42cvss 7.5epss 0.02

    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 sensitive values. The configuration file…

  • CVE-2026-46608HigJun 25, 2026
    risk 0.41cvss 7.4epss 0.00

    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 implementation silently falls back to…

  • CVE-2026-32611HigMar 18, 2026
    risk 0.39cvss 7.0epss 0.00

    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` composable objects. However, the DuckDB…

  • CVE-2026-32608HigMar 18, 2026
    risk 0.39cvss 7.0epss 0.00

    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 variables (e.g., `{{name}}`, `{{key}}`)…

  • CVE-2026-34839MedApr 21, 2026
    risk 0.35cvss 6.5epss 0.00

    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 to a permissive CORS policy…

  • CVE-2026-33533MedApr 2, 2026
    risk 0.35cvss 6.5epss 0.00

    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…

  • CVE-2026-35588MedApr 21, 2026
    risk 0.34cvss 6.3epss 0.00

    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 values directly into CQL statements…

  • CVE-2026-32632MedMar 18, 2026
    risk 0.31cvss 5.9epss 0.00

    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` headers and does not apply…