PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-6667 Pgbouncer CVE debrief

CVE-2026-6667 describes an authorization flaw in PgBouncer before 1.25.2 affecting the KILL_CLIENT admin command. According to the NVD record and the linked PgBouncer changelog, users who could access the administration console were able to run this command even though it should have been limited to users listed in admin_users. The issue is rated CVSS 4.3 (Medium) and is primarily an availability concern.

Vendor
Pgbouncer
Product
Unknown
CVSS
MEDIUM 4.3
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

PgBouncer operators, database administrators, platform teams, and security teams that delegate access to the PgBouncer administration console should review this issue. It matters most in environments where multiple users or automation accounts can reach admin console functions.

Technical summary

The vulnerability is an improper authorization check (CWE-862) in PgBouncer’s handling of the KILL_CLIENT admin command. The NVD metadata states that, prior to version 1.25.2, any user with administration console access could invoke KILL_CLIENT, while the intended restriction was to users listed in admin_users. The supplied CVSS vector is AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L, indicating network-reachable impact requiring low privileges and affecting availability.

Defensive priority

Medium. Upgrade priority should be normal-to-urgent depending on how widely administration-console access is granted. If admin access is tightly restricted, this can be scheduled in a standard maintenance window; if broader operator access exists, prioritize sooner.

Recommended defensive actions

  • Upgrade PgBouncer to version 1.25.2 or later.
  • Restrict administration-console access so only explicitly approved users can authenticate.
  • Review the admin_users configuration and remove any accounts that do not require admin command access.
  • Audit service accounts, scripts, and operator workflows that can reach the PgBouncer admin console.
  • Verify deployed PgBouncer versions across all environments and track remediation to completion.

Evidence notes

Source data from NVD identifies CVE-2026-6667 as an authorization issue in PgBouncer before 1.25.2. The record links to the PgBouncer 1.25.x changelog, and the description states that all users with administration-console access could run KILL_CLIENT even though only users in admin_users should have been allowed. NVD also classifies the weakness as CWE-862 and supplies the CVSS 3.1 vector AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-6667 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-6667

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-6667 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-6667

    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.