PatchSiren cyber security CVE debrief
CVE-2026-6666 Pgbouncer CVE debrief
CVE-2026-6666 describes a crash risk in PgBouncer before 1.25.2 when a server sends an error response that does not include an SQLSTATE field. The issue is categorized as a null pointer reference and rates Medium severity (CVSS 5.9). The primary operational concern is availability: affected PgBouncer instances may terminate or become unstable after receiving the triggering error response.
- Vendor
- Pgbouncer
- Product
- Unknown
- CVSS
- MEDIUM 5.9
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-05-09
- Original CVE updated
- 2026-07-24
- Advisory published
- 2026-05-09
- Advisory updated
- 2026-07-24
Who should care
Administrators and operators running PgBouncer before 1.25.2, especially in environments where application or backend server errors are routed through PgBouncer. Service owners who depend on PgBouncer for connection pooling or traffic mediation should treat this as an availability issue.
Technical summary
The vulnerability is described as a possible null pointer reference in PgBouncer before version 1.25.2. It can be triggered when a server sends an error response without an SQLSTATE field, which may lead to a crash. The supplied NVD data maps the weakness to CWE-476 and lists the CVSS vector as network-reachable with high attack complexity and high availability impact, with no confidentiality or integrity impact.
Defensive priority
Medium. This is an availability-impacting issue rather than a code-execution or data-exposure flaw, but it can still disrupt dependent services if PgBouncer is exposed to the triggering condition.
Recommended defensive actions
- Upgrade PgBouncer to 1.25.2 or a later fixed release.
- Review the upstream PgBouncer changelog entry for the 1.25.x line referenced in the advisory.
- Monitor PgBouncer processes for unexpected exits or restarts and verify service supervision is in place.
- If you cannot upgrade immediately, assess whether backend/server error handling paths could be generating responses without SQLSTATE fields and prioritize mitigation through operational controls.
Evidence notes
The source corpus contains an NVD record published on 2026-05-09 with the description that PgBouncer before 1.25.2 may crash if a server sends an error response without SQLSTATE. The NVD metadata also includes CWE-476 and a reference to the PgBouncer changelog for the 1.25.x series. No additional exploitability details, affected deployment scope, or vendor statement were provided in the corpus.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-6666 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-6666
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-6666 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-6666
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://www.pgbouncer.org/changelog.html
f86ef6dc-4d3a-42ad-8f28-e6d5547a5007
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.