Vitess users with backup storage access can write to arbitrary file paths on restore
CriticalCVE-2026-27969 · Published Feb 27, 2026 · updated Mar 23, 2026
### Impact Anyone with read/write access to the backup storage location (e.g. an S3 bucket) can manipulate backup manifest files so that files in the manifest , which may be files that they have also added to the manifest and backup contents , are written to any accessible location on restore. This is a common [Path Traversal](https://owasp.org/www-community/attacks/Path_Traversal) security issue. This can be used to provide that attacker with unintended/unauthorized access to the production deployment environment , allowing them to access information available in that environment as well as run any additional arbitrary commands there. ### Patches v23.0.3 and v22.0.4 ### Resources https://github.com/vitessio/vitess/pull/19470
Affected versions
| Package | Affected | Fixed in |
|---|---|---|
| vitess.io/vitess Go | >= 0.23.0-rc1, < 0.23.3 | 0.23.3 |
| < 0.22.4 | 0.22.4 |
Details and references
- CVSS 4.0
- CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:P/VC:H/VI:H/VA:L/SC:L/SI:H/SA:H
- Severity from
- GitHub (reviewed advisory)
- Weakness
- CWE-22
- Also known as
- CVE-2026-27969, GO-2026-4570
More vitess advisories
All vitess| Date | Advisory | Severity | Fixed in |
|---|---|---|---|
| Aug 18 | Vitess: Missing authorization on vttablet /debug/vrlog exposes live VReplication SQL data | Medium5.3 | No fix yet |
| Feb 26 | Vitess users with backup storage access can gain unauthorized access to production deployment environments | High | No fix yet |
| Dec 32024 | Vitess allows HTML injection in /debug/querylogz & /debug/env | Medium4.9 | 0.19.8+2 more |
| May 82024 | Vitess vulnerable to infinite memory consumption and vtgate crash | Medium4.9 | 0.17.7+5 more |
| May 112023 | VTAdmin users that can create shards can deny access to other functions | Medium4.1 | 0.16.2 |
| Apr 112023 | vitess allows users to create keyspaces that can deny access to already existing keyspaces | Medium4.1 | 0.16.1 |