| Source | ID | Title |
|---|---|---|
Github GHSA |
GHSA-3vwc-qwhc-3mj7 | Glances has arbitrary file write and command execution via `secure_popen` redirection and chaining operators in AMP command configuration |
Solution
No solution given by the vendor.
Workaround
No workaround given by the vendor.
Thu, 25 Jun 2026 21:30:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| First Time appeared |
Nicolargo
Nicolargo glances |
|
| Vendors & Products |
Nicolargo
Nicolargo glances |
Thu, 25 Jun 2026 19:30:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| Metrics |
ssvc
|
Thu, 25 Jun 2026 18:30:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| Description | 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. These operators are applied without any validation on the target file path, piped command, or chained command. When Application Monitoring Process (AMP) modules load their command or service_cmd configuration values from glances.conf, those values are passed directly to secure_popen() with no sanitization. This allows an attacker who can modify the Glances configuration file to write arbitrary content to arbitrary filesystem paths (via >), chain arbitrary commands (via &&), or pipe command output to arbitrary programs (via |). This vulnerability is fixed in 4.5.5. | |
| Title | Glances: Arbitrary file write and command execution via `secure_popen` redirection and chaining operators in AMP command configuration | |
| Weaknesses | CWE-22 | |
| References |
| |
| Metrics |
cvssV3_1
|
Projects
Sign in to view the affected projects.
Status: PUBLISHED
Assigner: GitHub_M
Published:
Updated: 2026-06-25T18:25:13.508Z
Reserved: 2026-06-11T15:46:12.316Z
Link: CVE-2026-53925
Updated: 2026-06-25T18:24:59.937Z
Status : Deferred
Published: 2026-06-25T19:16:40.017
Modified: 2026-06-25T19:58:30.847
Link: CVE-2026-53925
No data.
OpenCVE Enrichment
Updated: 2026-06-25T21:15:05Z
Github GHSA