CVE-2026-44172
Received
Received - Intake
MariaDB Server SQL Injection via Big5 Character Set
Publication date: 2026-06-12
Last updated on: 2026-06-12
Assigner: GitHub, Inc.
Description
Description
MariaDB server is a community developed fork of MySQL server. In versions 3.3.18 and 3.4.8, an application that was taking non-validated user input, escaping it with mysql_real_escape_string() and sending it to the database using text protocol and big5 character set was vulnerable to SQL injections, even though mysql_real_escape_string() was supposed to prevent them. This issue has been patched in versions 3.3.19 and 3.4.9.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| mariadb | mariadb | 3.3.18 |
| mariadb | mariadb | 3.4.8 |
| mariadb | mariadb | 3.3.19 |
| mariadb | mariadb | 3.4.9 |
| mariadb | libmariadb | 3.3 |
| mariadb | libmariadb | 3.4 |
| mariadb | connector_c | 3.3 |
| mariadb | connector_c | 3.4 |
| mariadb | mariadb | to 3.3.19 (exc) |
| mariadb | mariadb | to 3.4.9 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-89 | The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data. |