CVE-2026-55854

Published: Ago 29, 2026 Last Modified: Ago 29, 2026
ExploitDB:
Other exploit source:
Google Dorks:
MEDIUM 5,9
Attack Vector: network
Attack Complexity: high
Privileges Required: none
User Interaction: none
Scope: unchanged
Confidentiality: high
Integrity: none
Availability: none

Description

AI Translation Available

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.

319

Cleartext Transmission of Sensitive Information

Draft
Common Consequences
Security Scopes Affected:
Integrity Confidentiality
Potential Impacts:
Read Application Data Modify Files Or Directories Other
Applicable Platforms
Technologies: Not Technology-Specific, Cloud Computing, Mobile, ICS/OT, System on Chip, Test/Debug Hardware
View CWE Details
522

Insufficiently Protected Credentials

Incomplete
Common Consequences
Security Scopes Affected:
Access Control
Potential Impacts:
Gain Privileges Or Assume Identity
Applicable Platforms
Technologies: Not Technology-Specific, Web Based, ICS/OT
View CWE Details
https://github.com/mariadb-corporation/mariadb-connector-nodejs/commit/29733403…
https://github.com/mariadb-corporation/mariadb-connector-nodejs/commit/53b30426…
https://github.com/mariadb-corporation/mariadb-connector-nodejs/commit/9781de63…
https://github.com/mariadb-corporation/mariadb-connector-nodejs/commit/fbc159c2…
https://github.com/mariadb-corporation/mariadb-connector-nodejs/releases/tag/3.…
https://github.com/mariadb-corporation/mariadb-connector-nodejs/releases/tag/3.…
https://github.com/mariadb-corporation/mariadb-connector-nodejs/releases/tag/3.…
https://github.com/mariadb-corporation/mariadb-connector-nodejs/releases/tag/3.…
https://github.com/mariadb-corporation/mariadb-connector-nodejs/security/adviso…
https://jira.mariadb.org/browse/CONJS-353