All intelligence
// vulnerability record
cached · NVD via COSMOS syncCVE-2026-44171
MEDIUMpublished 2026-06-12 18:16 UTC · 13 days ago · modified 2026-06-16 19:38 UTC
6.3
CVSS / 10
// 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 3.1 vector
CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:H
// weaknesses (CWE)
- CWE-22