Security 10871 Published by

The PostgreSQL JDBC team has released version 42.7.7 to address CVE-2025-49146. This update prevents incorrect connection progress when using non-channel binding authentication methods, which could potentially allow a man-in-the-middle attacker to intercept connections.



PostgreSQL JDBC 42.7.7 Security update for CVE-2025-49146

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.

PostgreSQL JDBC 42.7.7 Security update for CVE-2025-49146