A maintenance release with security fixes in backup restore behavior, along with routine bug fixes, a Go toolchain dependency update, and a performance improvement. The backup changes affect manifest-based external decompression and protection against path traversal during restores.
Check if affected (2)
securitycriticalBackup restore path traversal protection
Applies if you use backup storage.
Vitess now prevents a common Path Traversal attack in which someone with write access to backup storage modifies the
MANIFESTto escape the target restore directory and write to arbitrary filesystem paths. This fix includes CVE-2026-27969 and GHSA-r492-hjgh-c9gw.securityhighManifest-based external decompression default, changed
Applies if you use an external decompressor command and do not pass
--external-decompressor-use-manifest.The external decompressor command stored in a backup's
MANIFESTfile is no longer used during restore by default.--external-decompressor-use-manifestrestores manifest-based decompression in this release, which includes CVE-2026-27965 and GHSA-8g8j-r87h-p36x.