CVE-2026-44171 PUBLISHED

MariaDB: path traversal in mbstream

Assigner: GitHub_M
Reserved: 05.05.2026 Published: 12.06.2026 Updated: 12.06.2026

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.

Metrics

CVSS Vector: CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:H
CVSS Score: 6.3

Product Status

Vendor MariaDB
Product server
Versions
  • Version >= 10.6.1, < 10.6.26 is affected
  • Version >= 10.11.1, < 10.11.17 is affected
  • Version >= 11.4.1, < 11.4.11 is affected
  • Version >= 11.8.1, < 11.8.7 is affected
  • Version >= 12.3.1, < 12.3.2 is affected

References

Problem Types

  • CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') CWE