PatchSiren cyber security CVE debrief
CVE-2026-55857 mariadb-corporation CVE debrief
CVE-2026-55857 debrief based on the supplied source corpus. The CVE record was published on 2026-08-28T23:17:08.680Z and has not been modified since then. This vulnerability affects MariaDB Connector/J, which is used to connect applications developed in Java to MariaDB and MySQL databases. The issue involves improper configuration of the PAM dialog authentication, allowing account passwords to be transmitted over insecure connections. The vulnerability is fixed in versions 2.7.14, 3.3.5, 3.4.3, and 3.5.9. Defenders should verify exposure and upgrade to fixed versions to prevent cleartext password transmission.
- Vendor
- mariadb-corporation
- Product
- mariadb-connector-j
- CVSS
- MEDIUM 5.9
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-28
- Original CVE updated
- 2026-09-08
- Advisory published
- 2026-08-28
- Advisory updated
- 2026-09-08
Who should care
Defenders and administrators using MariaDB Connector/J in Java applications should verify exposure and upgrade to fixed versions. This includes reviewing and adjusting sslMode and restrictedAuth configurations to prevent cleartext password transmission. Properly verified TLS and local Unix sockets are not exposed to this transport vector. Defenders should prioritize verifying exposure and upgrading to fixed versions 2.7.14, 3.3.5, 3.4.3, or 3.5.9.
Why it matters
CVE-2026-55857 allows account passwords to be transmitted over insecure connections in MariaDB Connector/J, requiring defenders to verify exposure and upgrade to fixed versions.
- Password transmission over insecure connections can lead to unauthorized access.
- Defenders should verify exposure and upgrade to fixed versions to prevent cleartext password transmission.
- Properly verified TLS and local Unix sockets are not exposed to this transport vector.
Technical summary
MariaDB Connector/J is vulnerable to transmitting account passwords over insecure connections due to improper configuration of the PAM dialog authentication. The issue is fixed in versions 2.7.14, 3.3.5, 3.4.3, and 3.5.9. The mysql_clear_password plugin is gated behind a secure transport, but the sibling PAM handler SendPamAuthPacketFactory, named dialog by the server, does not declare that requirement and inherits the default secure-required value false; older branches implement the same affected behavior in SendPamAuthPacket. A hostile or man-in-the-middle server can send an Authentication Switch Request for dialog over plain TCP, causing the driver to return the user's password in cleartext when sslMode=DIS
Defensive priority
Defenders should prioritize verifying exposure and upgrading to fixed versions 2.7.14, 3.3.5, 3.4.3, or 3.5.9.
Recommended defensive actions
- Verify exposure by checking current MariaDB Connector/J versions and configurations.
- Upgrade to fixed versions 2.7.14, 3.3.5, 3.4.3, or 3.5.9.
- Review and adjust sslMode and restrictedAuth configurations to prevent cleartext password transmission.
- Review compensating controls for exposed systems while remediation is scheduled and verified.
- Check relevant monitoring, detection, and logs for exposed assets that need extra review.
- Track exceptions, retest remediated assets, and close the item only after evidence is documented.
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up.
Evidence notes
The CVE record and source references indicate that MariaDB Connector/J is vulnerable to transmitting account passwords over insecure connections due to improper configuration of the PAM dialog authentication. The issue is fixed in versions 2.7.14, 3.3.5, 3.4.3, and 3.5.9.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-55857 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-55857
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-55857 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-55857
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/mariadb-corporation/mariadb-connector-j/commit/a8599ab1cbe4b8818ea945bf56a4e012c302b388
-
Source reference
Unverified legacy reference
URL: https://github.com/mariadb-corporation/mariadb-connector-j/commit/f4a727c764d1cf48fd0c3d5e301dfa92503e0a58
-
Source reference
Unverified legacy reference
URL: https://github.com/mariadb-corporation/mariadb-connector-j/releases/tag/3.4.3
-
Source reference
Unverified legacy reference
URL: https://github.com/mariadb-corporation/mariadb-connector-j/releases/tag/3.5.9
-
Source reference
Unverified legacy reference
URL: https://github.com/mariadb-corporation/mariadb-connector-j/security/advisories/GHSA-qxvw-fvwx-5cp7
-
Source reference
Unverified legacy reference
URL: https://jira.mariadb.org/browse/CONJ-1320
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.