GHSA-49g7-2ww7-3vf5 · Severity: high · Ecosystem: pip — Glances has a SQL Injection in DuckDB Export via Unparameterized DDL Statements
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 export module (`glances/exports/glances_duckdb/__init__.py`) was not included in this fix and contains the same class of vulnerability: table names and column names derived from monitoring statistics are directly interpolated into SQL statements via f-strings. While DuckDB INSERT values already use parameterized queries (`?` placeholders), the DDL construction and table name references do not escape or parameterize identifier names. Version 4.5.3 provides a more complete fix.
Conclusion & alert: CVE-2026-32611 is rated Exploit Available (50/100): CVSS High severity, with low exploitation likelihood (EPSS 0.01%). Core evidence: 1 public exploit reference(s) are indexed (Exploit-DB). Mandatory action: Public exploits are available—assess exposure, apply mitigations, and prioritize patching.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
| EDB-ID | Source | Kind | Published | Link |
|---|---|---|---|---|
| — | nvd_ref | exploit_tag | Exploit-DB ↗ |
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-03-19 | — | 0.01% | — |
Full EPSS history (1 record total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 7.0 | 3.1 | HIGH |
|
2.2 | 4.7 | [email protected] |
| 9.1 | 3.1 | CRITICAL |
|
3.9 | 5.2 | [email protected] |
GHSA-49g7-2ww7-3vf5 · Severity: high · Ecosystem: pip — Glances has a SQL Injection in DuckDB Export via Unparameterized DDL Statements
| vendor | priority | summary | link |
|---|---|---|---|
alpine
|
— | CVE-2026-32611: 1 source package rows (glances); 7 state rows across 2 repos (3.23-community, edge-community); fixed 0, open 7. | https://security.alpinelinux.org/vuln/CVE-2026-32611 |
debian
|
not yet assigned | CVE-2026-32611 not yet assigned priority: Debian including 1 source packages (glances), 4 status rows across 4 suites (bookworm, forky, sid, trixie): open 2, resolved 2. | https://security-tracker.debian.org/tracker/CVE-2026-32611 |
ubuntu
|
medium | CVE-2026-32611 medium priority: Ubuntu including 1 source packages (glances), 7 status rows across 7 suites (bionic, focal, jammy, noble, questing, upstream, xenial): needs-triage 6, released 1. | https://ubuntu.com/security/CVE-2026-32611 |
| URL | Tags |
|---|---|
| https://github.com/nicolargo/glances/commit/63b7da28895249d775202d639e5531ba63491a5c | Patch |
| https://github.com/nicolargo/glances/releases/tag/v4.5.2 | Release Notes |
| https://github.com/nicolargo/glances/security/advisories/GHSA-49g7-2ww7-3vf5 | Exploit Vendor Advisory |