CVE-2026-32611
7.0Nicolargo · Glances
Glances contains an SQL injection vulnerability in the DuckDB export module due to improper neutralization of identifiers. This allows attackers to manipulate SQL queries via unauthenticated input.
Executive summary
An unauthenticated SQL injection vulnerability in the Glances DuckDB export module poses a significant risk to data integrity and system security.
Vulnerability
The application fails to properly sanitize table and column names within the DuckDB export module, allowing for SQL injection via f-string interpolation. This flaw is accessible to unauthenticated remote attackers.
Business impact
The ability to execute unauthorized SQL commands against the backend database can lead to unauthorized data exposure, modification, or potential service disruption. Given the CVSS score of 7.0, this vulnerability is classified as High severity, necessitating prompt remediation to prevent compromise of monitoring data and underlying database infrastructure.
Remediation
Immediate Action: Update the Glances package to version 4.5.3 or later to ensure the DuckDB export module is fully protected against SQL injection.
Proactive Monitoring: Review database query logs for anomalous syntax, unexpected table access, or structural changes that deviate from standard monitoring operations.
Compensating Controls: If an immediate update is not feasible, disable the DuckDB export module or restrict network access to the Glances service to authorized management segments only.
Exploitation status
Public Exploit Available: Unknown.
Analyst recommendation
The presence of an SQL injection vulnerability in a widely used monitoring tool represents a high risk to environment visibility and data security. Administrators should prioritize updating to the patched version immediately to neutralize this vector. Consistent with good security hygiene, ensure that all monitoring tools are isolated from untrusted network segments to minimize exposure.