PostgreSQL JDBC 42.7.7 Security update for CVE-2025-49146

Posted on 2025-06-13 by JDBC Project
Related Open Source Security

The PostgreSQL JDBC team have released version 42.7.7. to address CVE-2025-49146 When the PostgreSQL JDBC driver is configured with channel binding set to required (default value is prefer), 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.

See the security advisory for details Thanks to George MacKerron for finding and reporting the issue.