In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsUpgrade org.postgresql:postgresql
to version 42.7.7 or higher.
org.postgresql:postgresql is a Java JDBC 4.2 (JRE 8+) driver for PostgreSQL database.
Affected versions of this package are vulnerable to Incorrect Implementation of Authentication Algorithm allowing fallback to insecure authentication despite channelBinding
being set to required
. (The default value is prefer
.) A man-in-the-middle attacker can intercept and manipulate connections by exploiting this vulnerability.
This can be mitigated by configuring sslMode=verify-full
to prevent MITM attacks.