-
Notifications
You must be signed in to change notification settings - Fork 331
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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"Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working