The bitnami/pgpool Docker image, and the bitnami/postgres-ha k8s chart, under default configurations, comes with an 'repmgr' user that allows unauthenticated access to the database inside the cluster. The PGPOOL_SR_CHECK_USER is the user that Pgpool itself uses to perform streaming replication checks against nodes, and should not be at trust level. This allows to log into a PostgreSQL database using the repgmr user without authentication. If Pgpool is exposed externally, a potential attacker could use this user to get access to the service. This is also present within the bitnami/postgres-ha Kubernetes Helm chart.
CVSS
No CVSS.
References
Configurations
No configuration.
History
13 May 2025, 13:15
Type | Values Removed | Values Added |
---|---|---|
CWE | CWE-1188 |
13 May 2025, 10:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2025-05-13 10:15
Updated : 2025-05-13 19:35
NVD link : CVE-2025-22248
Mitre link : CVE-2025-22248
CVE.ORG link : CVE-2025-22248
JSON object : View
Products Affected
No product.
CWE
CWE-1188
Initialization of a Resource with an Insecure Default