CVE-2026-30928 Details
Description
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 contains credentials for all configured backend services including database passwords, API tokens, JWT signing keys, and SSL key passwords. This vulnerability is fixed in 4.5.1.
A vulnerability in Glances versions prior to 4.5.1 allows the /api/4/config REST API endpoint to expose the entire parsed configuration file, glances.conf, without filtering sensitive information. This unfiltered data includes credentials for backend services such as database passwords, API tokens, JWT signing keys, and SSL key passwords. The issue arises because the as_dict() method in the configuration file's parser returns all data without any redaction of sensitive keys. The vulnerability can be exploited by accessing the API endpoint over the network, which could lead to a full compromise of the affected infrastructure by exposing critical database credentials.
Users are advised to upgrade to Glances version 4.5.1, which addresses this vulnerability by implementing a secure version of the configuration API that filters sensitive information. Instructions for upgrading are available in the Glances release notes.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Mar 10, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-200 | Exposure of Sensitive Information to an Unauthorized Actor | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| nicolargo glances | < 4.5.1 |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Mar 17, 2026 | Initial Analysis | [email protected] |
| Mar 10, 2026 | New CVE Received | [email protected] |