Vulnerability Description
MariaDB Connector/Node.js is used to connect applications developed on Node.js to MariaDB and MySQL databases. Prior to versions 3.3.3, 3.4.6, and 3.5.3, when ssl is enabled without a pinned CA or server certificate, MariaDB Connector/Node.js sends credentials before completing certificate fingerprint validation. In lib/cmd/handshake/auth/handshake.js, a server that selects mysql_clear_password as the initial authentication plugin can receive the password before the post-TLS identity check. In lib/cmd/handshake/authentication.js, an authentication switch can evaluate the previous plugin instead of the requested target plugin, allowing mysql_clear_password to send the credential first. An active man-in-the-middle can present a self-signed certificate, capture the database password, and use it to authenticate directly even though the connector later rejects the server and closes the connection. This issue is fixed in versions 3.3.3, 3.4.6, and 3.5.3.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/mariadb-corporation/mariadb-connector-nodejs/commit/514576a5a
- https://github.com/mariadb-corporation/mariadb-connector-nodejs/commit/c47d72758
- https://github.com/mariadb-corporation/mariadb-connector-nodejs/commit/ecd36958e
- https://github.com/mariadb-corporation/mariadb-connector-nodejs/releases/tag/3.3
- https://github.com/mariadb-corporation/mariadb-connector-nodejs/releases/tag/3.4
- https://github.com/mariadb-corporation/mariadb-connector-nodejs/releases/tag/3.5
- https://github.com/mariadb-corporation/mariadb-connector-nodejs/security/advisor
- https://hackerone.com/reports/3777370
- https://jira.mariadb.org/browse/CONJS-349
FAQ
What is CVE-2026-55215?
CVE-2026-55215 is a vulnerability with a CVSS score of 7.5 (HIGH). MariaDB Connector/Node.js is used to connect applications developed on Node.js to MariaDB and MySQL databases. Prior to versions 3.3.3, 3.4.6, and 3.5.3, when ssl is enabled without a pinned CA or ser...
How severe is CVE-2026-55215?
CVE-2026-55215 has been rated HIGH with a CVSS base score of 7.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-55215?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.