pgjdbc Client Allows Fallback to Insecure Authentication Despite channelBinding=require Configuration
Package
Affected versions
>= 42.7.4, < 42.7.7
Patched versions
42.7.7
Description
Published to the GitHub Advisory Database
Jun 11, 2025
Reviewed
Jun 11, 2025
Published by the National Vulnerability Database
Jun 11, 2025
Last updated
Jun 11, 2025
Impact
When the PostgreSQL JDBC driver is configured with channel binding set to
required
(default value isprefer
), the driver would incorrectly allow connections to proceed with authentication methods that do not support channel binding (such as password, MD5, GSS, or SSPI authentication). This could allow a man-in-the-middle attacker to intercept connections that users believed were protected by channel binding requirements.Patches
TBD
Workarounds
Configure
sslMode=verify-full
to prevent MITM attacks.References
References