Medium [CVE-2026-55856] Cleartext password disclosure via man-in-the-middle during initial handshake
This medium-severity Red Hat Linux advisory covers CVE-2026-55856 affecting OpenShift Pipelines, Red Hat build of Debezium 3, Red Hat Build of Keycloak.
Android app · Google Play
Monitor future Red Hat Linux CVEs from your phone.
Choose a whole vendor or a precise platform, then receive matching security advisories by phone notification, email, or both. Coverage follows 32 official vendor sources and 160+ reviewed platform categories.
Summary
MariaDB Connector/J is used to connect applications developed in Java to MariaDB and MySQL databases.
Prior to 2.7.14, 3.3.5, 3.4.3, and 3.5.9, when a Java application connects with sslMode=verify-full or sslMode=verify-ca, supplies a password, and does not configure serverSslCert or trustStore, Connector/J can accept an untrusted self-signed certificate through the fallbackToSystemTrustStore=true ephemeral trust manager and record its certFingerprint for later identity binding.
The OK-packet and authentication-switch paths enforce the certificate fingerprint, but the initial-handshake path does not.
HandshakeResponse.encode() can therefore build and send a mysql_clear_password response before checking certFingerprint!= null &&!isMitMProof(), sslMode, or whether the authentication plugin is resistant to a man-in-the-middle, and the initial path also bypasses restrictedAuth.
An active man-in-the-middle or hostile server can present a self-signed certificate, claim to be MariaDB, select mysql_clear_password as the initial authentication plugin, and receive the full database password before the connection is rejected. This issue is fixed in versions 2.7.14, 3.3.5, 3.4.3, and 3.5.9.
This allows the MITM to receive the full database password in cleartext before the connection is rejected, leading to sensitive information disclosure.
- < 2.7.14
- < 3.3.5
- < 3.4.3
- < 3.5.9
Official advisory · high-confidence parse· fetched 2 hours ago·verify at source
- 2.7.14
- 3.3.5
- 3.4.3
- 3.5.9
Official advisory · high-confidence parse· fetched 2 hours ago·verify at source
Mitigation checklist
- When using sslMode verify-ca or verify-full, configure serverSslCert or a trustStore so the JDBC client validates the server certificate before sending credentials. Upgrade to MariaDB Connector/J 2.7.14, 3.3.5, 3.4.3, or 3.5.9 when available in your product update stream.
Official advisory · high-confidence parse· fetched 2 hours ago·verify at source
Discussion(0)
No comments yet. Share field notes, upgrade gotchas, or questions — verify against the vendor advisory before acting on community advice.
Sign in to join the discussion.