Bug 2448682 (CVE-2026-32611) - CVE-2026-32611 glances: SQL injection in DuckDB export via unparameterized DDL statements
Summary: CVE-2026-32611 glances: SQL injection in DuckDB export via unparameterized DD...
Keywords:
Status: NEW
Alias: CVE-2026-32611
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2448760 2448761
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-03-18 18:02 UTC by OSIDB Bzimport
Modified: 2026-03-18 19:10 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-03-18 18:02:07 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.