PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-55854 mariadb-corporation CVE debrief

CVE-2026-55854 MariaDB Connector/Node.js insecure transport vulnerability debrief. The vulnerability allows account password disclosure in MariaDB Connector/Node.js over insecure transport. Defenders responsible for Node.js applications using MariaDB Connector/Node.js, especially those with default sslMode=DISABLE and restrictedAuth=null settings, should assess exposure and prioritize verification and remediation. The issue is fixed in versions 3.2.4, 3.3.3, 3.4.6, and 3.5.3. Properly verified TLS and a local Unix socket prevent this path, while fingerprint-only server identity validation is not sufficient.

Vendor
mariadb-corporation
Product
mariadb-connector-nodejs
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 responsible for Node.js applications using MariaDB Connector/Node.js, especially those with default sslMode=DISABLE and restrictedAuth=null settings, should assess exposure and prioritize verification and remediation.

Why it matters

CVE-2026-55854 allows account password disclosure in MariaDB Connector/Node.js over insecure transport. Defenders should verify secure transport configuration, upgrade to fixed versions, and assess exposure in Node.js applications.

  • Verify secure transport configuration to prevent account password disclosure.
  • Upgrade to fixed versions to prevent exploitation.
  • Assess exposure in Node.js applications using MariaDB Connector/Node.js with default settings.

Technical summary

MariaDB Connector/Node.js versions prior to 3.2.4, 3.3.3, 3.4.6, and 3.5.3 are vulnerable to account password disclosure when PAM dialog authentication is negotiated over an insecure transport. The vulnerability is due to the lack of a secure-transport gate in the SendPamAuthPacketFactory behavior for the server-side plugin dialog. Defenders should prioritize verifying and upgrading to fixed versions 3.2.4, 3.3.3, 3.4.6, or 3.5.3, and assess exposure in Node.js applications using MariaDB Connector/Node.js with default sslMode=DISABLE and restrictedAuth=null settings. Official source references include commits and release tags from the MariaDB Connector/Node.js repository.

Defensive priority

Defenders should prioritize verifying and upgrading to fixed versions 3.2.4, 3.3.3, 3.4.6, or 3.5.3, and assess exposure in Node.js applications using MariaDB Connector/Node.js with default sslMode=DISABLE and restrictedAuth=null settings.

Recommended defensive actions

  • Verify Node.js applications using MariaDB Connector/Node.js are using secure transport (e.g., TLS) and not default sslMode=DISABLE and restrictedAuth=null settings.
  • Upgrade to fixed versions 3.2.4, 3.3.3, 3.4.6, or 3.5.3.
  • Assess exposure and implement compensating controls, such as properly verified TLS and local Unix sockets, to prevent account password disclosure.
  • 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/Node.js versions prior to 3.2.4, 3.3.3, 3.4.6, and 3.5.3 are vulnerable to account password disclosure when PAM dialog authentication is negotiated over an insecure transport. Official source references include commits and release tags from the MariaDB Connector/Node.js repository.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-55854 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-55854

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-55854 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-55854

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

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.