Vulnerability Description
MariaDB Connector/Node.js is used to connect applications developed on Node.js to MariaDB and MySQL databases. Prior to 3.2.4, 3.3.3, 3.4.6, and 3.5.3, MariaDB Connector/Node.js can disclose an account password when PAM dialog authentication is negotiated over an insecure transport. In lib/cmd/handshake/auth/pam-password-auth.js and lib/cmd/handshake/authentication.js, the SendPamAuthPacketFactory behavior for the server-side plugin dialog lacked the secure-transport gate applied to mysql_clear_password. With the default sslMode=DISABLE and restrictedAuth=null settings, a hostile or on-path server can send an Authentication Switch Request for dialog over plain TCP, causing the connector to return the account password in cleartext. Properly verified TLS and a local Unix socket prevent this path, while fingerprint-only server identity validation is not sufficient. This issue is fixed in versions 3.2.4, 3.3.3, 3.4.6, and 3.5.3.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/mariadb-corporation/mariadb-connector-nodejs/commit/29733403c
- https://github.com/mariadb-corporation/mariadb-connector-nodejs/commit/53b304264
- https://github.com/mariadb-corporation/mariadb-connector-nodejs/commit/9781de636
- https://github.com/mariadb-corporation/mariadb-connector-nodejs/commit/fbc159c2c
- https://github.com/mariadb-corporation/mariadb-connector-nodejs/releases/tag/3.2
- 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://jira.mariadb.org/browse/CONJS-353
FAQ
What is CVE-2026-55854?
CVE-2026-55854 is a vulnerability with a CVSS score of 5.9 (MEDIUM). MariaDB Connector/Node.js is used to connect applications developed on Node.js to MariaDB and MySQL databases. Prior to 3.2.4, 3.3.3, 3.4.6, and 3.5.3, MariaDB Connector/Node.js can disclose an accoun...
How severe is CVE-2026-55854?
CVE-2026-55854 has been rated MEDIUM with a CVSS base score of 5.9/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-55854?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.