CVE-2026-44171
Received
Received - Intake
Path Traversal in MariaDB mbstream
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. From versions 10.6.1 to before 10.6.26, 10.11.1 to before 10.11.17, 11.4.1 to before 11.4.11, 11.8.1 to before 11.8.7, and 12.3.1, mbstream did not check for /../ in the path when unpacking the archive. A proper backup can never contain such paths, but a specially crafted archive could have caused mbstream to create files outside of the target-dir path. This issue has been patched in versions 10.6.26, 10.11.17, 11.4.11, 11.8.7, and 12.3.2.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| mariadb | server | From 12.3.1 (inc) |
| mariadb | server | 10.6 |
| mariadb | server | 10.11 |
| mariadb | server | 11.4 |
| mariadb | server | 11.8 |
| mariadb | server | 12.3 |
| mariadb | server | From 10.6.1 (inc) to 10.6.26 (exc) |
| mariadb | server | From 10.11.1 (inc) to 10.11.17 (exc) |
| mariadb | server | From 11.4.1 (inc) to 11.4.11 (exc) |
| mariadb | server | From 11.8.1 (inc) to 11.8.7 (exc) |
| mariadb | server | 12.3.1 |
| mariadb | server | to 10.6.26 (inc) |
| mariadb | server | to 10.11.17 (inc) |
| mariadb | server | to 11.4.11 (inc) |
| mariadb | server | to 11.8.7 (inc) |
| mariadb | server | 12.3.2 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-22 | The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory. |