Upgrade embedded PostgreSQL to 14.21 to address CVE-2026-2003
Author: pskrbasuCreated Mar 18, 2026Updated Sep 20, 2026
Labelsbugstale
Summary
Steampipe v2.4.0 embeds PostgreSQL 14.19.0, which is vulnerable to CVE-2026-2003. Security scanners are flagging this. We need to upgrade to PostgreSQL 14.21 which contains the fix.
Vulnerability Details
| Field | Value |
|---|---|
| CVE | CVE-2026-2003 |
| Description | Improper validation of the oidvector type in PostgreSQL allows a database user to disclose a few bytes of server memory |
| CVSS Score | 4.3 (Medium) — AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N |
| Affected Versions | PostgreSQL < 14.21 |
| Fixed In | PostgreSQL 14.21 (published Feb 12, 2026) |
| Reporter | Altan Birler |
Current State
Steampipe v2.4.0 bundles PostgreSQL 14.19.0 (see pkg/constants/db.go):
DatabaseVersion = "14.19.0"
PostgresImageRef = "ghcr.io/turbot/steampipe/db:14.19.0"Source: turbot/steampipe