CVE-2026-55856

MEDIUMPre-NVD 5.95.9
EchelonGraph scoreLOW confidence

This medium-severity CVE scores 5.9 under a secondary CVSS source (NVD's own analysis pending). EPSS exploit-prediction score not yet available (the EPSS model rescores nightly; freshly-published CVEs typically appear within 48 hours). GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).

Triggered by: NVD CVSS baseline
Sources: secondary
Trending — 3 sources updated this week
5.9EG
EchelonGraph verdictMonitorLow exploitation likelihood right now — keep watching.
  • Lower severity and no public exploit yet
CISA-KEV: Not listedEPSS PROB: 0%CVSS: 5.9Exploit: None knownExposed: 0

No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.

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.

CVSS v3
5.9
EG Score
5.9(low)
EG Risk
31(Track)
EG Risk 31/100SSVC: Track

EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).

How it’s computed
Severity59% × 45%
Exploitation0% × 40%
Automatability30% × 15%
Action: Routine — remediate on your standard cadence.
EPSS PROB
0%
EPSS %ILE
13%
KEV
Not listed

Published

August 28, 2026

Last Modified

August 28, 2026

Advisory Details (6)

Auto-updated Aug 28, 2026
Patch available. Sources: github_commit, github_release, github.
generic

[CONJ-1325] initial-handshake cleartext password leak - Jira

https://jira.mariadb.org/browse/CONJ-1325
github_release Patch Available

MariaDB Connector/Java 3.5.9

Patch available: mariadb-corporation/mariadb-connector-j 3.5.9

https://github.com/mariadb-corporation/mariadb-connector-j/releases/tag/3.5.9
github_release Patch Available

MariaDB Connector/Java 3.4.3

Patch available: mariadb-corporation/mariadb-connector-j 3.4.3

https://github.com/mariadb-corporation/mariadb-connector-j/releases/tag/3.4.3
github_commit Patch Available

commit d90b9872322c (mariadb-corporation/mariadb-connector-j)

Patch available: mariadb-corporation/mariadb-connector-j 3.5.9 (contains commit d90b9872322c)

https://github.com/mariadb-corporation/mariadb-connector-j/commit/d90b9872322c76b05a48219be66bff1d33102f8a
github_commit Patch Available

commit 149ec6a62637 (mariadb-corporation/mariadb-connector-j)

Patch available: mariadb-corporation/mariadb-connector-j 3.4.3 (contains commit 149ec6a62637)

https://github.com/mariadb-corporation/mariadb-connector-j/commit/149ec6a626376214966c01f42d48be1b80d06056
github Patch Available

Cleartext password disclosure to a MITM on the initial-handshake · Advisory · mariadb-corporation/mariadb-connector-j · GitHub

Affected: 2.7.14, 3.3.5, 3.4.3, and 3.5.9. Upgrade to the patched release on your branch (3

https://github.com/mariadb-corporation/mariadb-connector-j/security/advisories/GHSA-g9jj-cgmh-9f38

Vendor Advisories for CVE-2026-55856(1)

These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.

Weakness Classification(1)

MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.

Data Freshness Timeline

(refreshed 4× in last 7d / 4× in last 30d)

Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.

  1. 2026-08-30 01:22 UTCEPSS rescore
  2. 2026-08-28 23:25 UTCEG score recompute
  3. 2026-08-28 22:46 UTCEG score recompute
  4. 2026-08-28 22:43 UTCMITRE cvelistV5first tracked

Frequently asked(5)

What is CVE-2026-55856?
CVE-2026-55856 is a medium vulnerability published on August 28, 2026. 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,…
When was CVE-2026-55856 disclosed?
CVE-2026-55856 was first published in the National Vulnerability Database on August 28, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-55856 actively exploited?
CVE-2026-55856 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 0% probability of exploitation in the next 30 days, which ranks it in the top 87.4% of all scored CVEs.
What is the CVSS score of CVE-2026-55856?
CVE-2026-55856 has a CVSS v3 base score of 5.9 (NVD). The EG score is currently aggregating — additional source signals are being incorporated as they become available..
How do I remediate CVE-2026-55856?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-55856, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

Explore the affected products and dependency analysis for CVE-2026-55856

Explore →

Is Your Infrastructure Affected by CVE-2026-55856?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.