diff --git a/security/vuxml/vuln/2025.xml b/security/vuxml/vuln/2025.xml index acdf824a62ad..897ec85ca6a8 100644 --- a/security/vuxml/vuln/2025.xml +++ b/security/vuxml/vuln/2025.xml @@ -1,3 +1,41 @@ + + PostgreSQL JDBC library -- Improper Authentication + + + postgresql-jdbc + 42.7.7 + + + + +

PostgreSQL JDBC Driver project reports:

+
+

+ Client Allows Fallback to Insecure Authentication Despite + channelBinding=require configuration. Fix channel binding + required handling to reject non-SASL authentication Previously, + when channel binding was set to "require", the driver + would silently ignore this requirement for non-SASL + authentication methods. This could lead to a false sense of + security when channel binding was explicitly requested but not + actually enforced. The fix ensures that when channel binding is + set to "require", the driver will reject connections that use + non-SASL authentication methods or when SASL authentication has + not completed properly. +

+
+ +
+ + CVE-2025-49146 + https://nvd.nist.gov/vuln/detail/CVE-2025-49146 + + + 2025-06-12 + 2025-06-12 + +
+ ModSecurity -- possible DoS vulnerability