CVE-2026-55855
Last modified
CVE-2026-55855 is a medium-severity vulnerability rated 6.5/10 on the CVSS scale. 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 permits SQL injection when attacker-controlled Buffer parameters are escaped client-side under the big5, gbk, sjis, cp932, or gb18030 client character sets. EPSS estimates a 0.31% chance of exploitation in the next 30 days.
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 permits SQL injection when attacker-controlled Buffer parameters are escaped client-side under the big5, gbk, sjis, cp932, or gb18030 client character sets. PacketOutputStream.writeBufferEscape in lib/io/packet-output-stream.js escaped bytes without the charset-aware getMbRecognizer logic in lib/misc/charset-mb.js. The server SQL lexer runs my_ismbchar before escape processing, so an attacker-controlled lead byte can consume the inserted 0x5C backslash as a multibyte trail byte and leave the following 0x27 quote unescaped, terminating the string literal and allowing arbitrary SQL. The default utf8mb4 character set and parameters sent through the execute binary prepared-statement path are not affected. Successful exploitation can expose or modify data available to the database account. This issue is fixed in versions 3.2.4, 3.3.3, 3.4.6, and 3.5.3.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| mariadb-corporation | mariadb-connector-nodejs | < 3.2.4; >= 3.3.0, < 3.3.3; >= 3.4.0, < 3.4.6; >= 3.5.0, < 3.5.3 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-55855?
How severe is CVE-2026-55855?
How do I fix CVE-2026-55855?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-55849@cyclonedx/cyclonedx-npm creates CycloneDX Software Bill of …8.5
- CVE-2026-5585A vulnerability was found in Tencent AI-Infra-Guard 4.0. The…7.5
- CVE-2026-55850Element Web is a Matrix web client built using the Matrix Re…5.3
- CVE-2026-55851Netty is a network application framework for development of …7.5
- CVE-2026-55852Frappe is a full-stack web application framework. Prior to 1…8.6
- CVE-2026-55854MariaDB Connector/Node.js is used to connect applications de…5.9
- CVE-2026-55856MariaDB Connector/J is used to connect applications develope…5.9
- CVE-2026-55857MariaDB Connector/J is used to connect applications develope…5.9
- CVE-2026-55858MariaDB Connector/J is used to connect applications develope…5.9
- CVE-2026-55859MariaDB Connector/R2DBC is a non-blocking MariaDB and MySQL …5.9
- CVE-2026-5586A vulnerability was determined in zhongyu09 openchatbi up to…6.3
- CVE-2026-55860MariaDB Connector/R2DBC is a non-blocking MariaDB and MySQL …5.9
Are you affected by CVE-2026-55855?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
