Algorithm Downgrade in Postgresql JDBC Driver - CVE-2026-54291

 

Algorithm Downgrade in Postgresql JDBC Driver - CVE-2026-54291

Published: June 30, 2026


Vulnerability identifier: #VU135919
CSH Severity: Medium
CVSS v4.0: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N/E:U/U:Green
CVE-ID: CVE-2026-54291
CWE-ID: CWE-757
Exploitation vector: Remote access
Exploit availability: No public exploit available
Vendor: PostgreSQL Global Development Group
Affected software:
Postgresql JDBC Driver

Detailed vulnerability description

The vulnerability allows a remote attacker to bypass channel-binding protection and enable a man-in-the-middle downgrade of authentication.

The vulnerability exists due to failing open and algorithm downgrade in ScramAuthenticator when processing certificates whose signature algorithm has no tls-server-end-point channel-binding hash. A remote attacker can present a certificate with an unsupported signature algorithm while intercepting the TLS connection to bypass channel-binding protection and enable a man-in-the-middle downgrade of authentication.

Only connections configured with channelBinding=require are affected.


How to mitigate CVE-2026-54291

Install security update from vendor's website.

Sources