CVE-2026-55769

Published: Ago 21, 2026 Last Modified: Ago 21, 2026
ExploitDB:
Other exploit source:
Google Dorks:
CRITICAL 9,4
Attack Vector: network
Attack Complexity: low
Privileges Required: low
User Interaction: none
Confidentiality: N/A
Integrity: N/A
Availability: N/A

Description

AI Translation Available

CloudNativePG is a platform designed to manage PostgreSQL databases within Kubernetes environments. Prior to 1.28.4 and 1.29.2, CloudNativePG opened superuser connections without pinning search_path in fillDefaultParameters in pkg/management/postgres/pool/profiles.go. A role holding DATABASE OWNER could create overloaded built-in operators in the public schema and change the database or role search_path, causing instance-manager introspection queries such as SELECT COUNT(*) > 0 FROM pg_catalog.pg_extension WHERE extname = $1 to execute attacker-controlled functions as the postgres superuser. The same trust issue affected direct sql.Open('pgx', ...) callsites and the public.user_search SECURITY DEFINER function, enabling PostgreSQL superuser access, operating system command execution through COPY ... FROM PROGRAM, and access to the pod ServiceAccount token. This issue is fixed in versions 1.28.4, 1.29.2, and 1.30.0.

426

Untrusted Search Path

Stable
Common Consequences
Security Scopes Affected:
Integrity Confidentiality Availability Access Control
Potential Impacts:
Gain Privileges Or Assume Identity Execute Unauthorized Code Or Commands Dos: Crash, Exit, Or Restart Read Files Or Directories
Applicable Platforms
All platforms may be affected
View CWE Details
https://github.com/cloudnative-pg/cloudnative-pg/commit/02b5c6289b7609dc87fcb1a…
https://github.com/cloudnative-pg/cloudnative-pg/commit/db38f4d80315c8f1b21bf51…
https://github.com/cloudnative-pg/cloudnative-pg/commit/e0e2d53adbd907a61f583b1…
https://github.com/cloudnative-pg/cloudnative-pg/pull/10774
https://github.com/cloudnative-pg/cloudnative-pg/releases/tag/v1.28.4
https://github.com/cloudnative-pg/cloudnative-pg/releases/tag/v1.29.2
https://github.com/cloudnative-pg/cloudnative-pg/releases/tag/v1.30.0
https://github.com/cloudnative-pg/cloudnative-pg/security/advisories/GHSA-x8c2-…