VYPR
Vendor

Pgbouncer

Products
1
CVEs
4
Across products
4
Status
Private

Products

1

Recent CVEs

4
  • CVE-2026-6665HigMay 9, 2026
    risk 0.53cvss 8.1epss 0.00

    The SCRAM code in PgBouncer before 1.25.2 did not check the return value of strlcat() correctly when building the contents of the SCRAM client-final-message. A malicious backend that sends a SCRAM server-final-message with a long nonce can trigger a stack overflow.

  • CVE-2015-4054HigMay 23, 2017
    risk 0.49cvss 7.5epss 0.03

    PgBouncer before 1.5.5 allows remote attackers to cause a denial of service (NULL pointer dereference and crash) by sending a password packet before a startup packet.

  • CVE-2026-6666MedMay 9, 2026
    risk 0.38cvss 5.9epss 0.00

    A possible null pointer reference in PgBouncer before 1.25.2 could lead to a crash, if a server sends an error response without SQLSTATE field.

  • CVE-2026-6667MedMay 9, 2026
    risk 0.28cvss 4.3epss 0.00

    PgBouncer before 1.25.2 did not perform an appropriate authorization check for the KILL_CLIENT admin command. All users with access to the administration console (which itself requires authorization) could run this command. It would have been correct to allow only users listed in the admin_users parameter.