Skip to content

Commit 5bcc829

Browse files
1 parent 2b13674 commit 5bcc829

1 file changed

Lines changed: 92 additions & 0 deletions

File tree

Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-r492-hjgh-c9gw",
4+
"modified": "2026-02-27T16:03:54Z",
5+
"published": "2026-02-27T16:03:54Z",
6+
"aliases": [
7+
"CVE-2026-27969"
8+
],
9+
"summary": "Vitess users with backup storage access can write to arbitrary file paths on restore",
10+
"details": "### Impact\n\nAnyone 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.\n\n### Patches\n\nv23.0.3 and v22.0.4\n\n### Resources\n\nhttps://github.com/vitessio/vitess/pull/19470",
11+
"severity": [
12+
{
13+
"type": "CVSS_V4",
14+
"score": "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"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Go",
21+
"name": "vitess.io/vitess"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0.23.0-rc1"
29+
},
30+
{
31+
"fixed": "0.23.3"
32+
}
33+
]
34+
}
35+
]
36+
},
37+
{
38+
"package": {
39+
"ecosystem": "Go",
40+
"name": "vitess.io/vitess"
41+
},
42+
"ranges": [
43+
{
44+
"type": "ECOSYSTEM",
45+
"events": [
46+
{
47+
"introduced": "0"
48+
},
49+
{
50+
"fixed": "0.22.4"
51+
}
52+
]
53+
}
54+
]
55+
}
56+
],
57+
"references": [
58+
{
59+
"type": "WEB",
60+
"url": "https://github.com/vitessio/vitess/security/advisories/GHSA-r492-hjgh-c9gw"
61+
},
62+
{
63+
"type": "ADVISORY",
64+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27969"
65+
},
66+
{
67+
"type": "WEB",
68+
"url": "https://github.com/vitessio/vitess/pull/19470"
69+
},
70+
{
71+
"type": "WEB",
72+
"url": "https://github.com/vitessio/vitess/commit/c565cab615bc962bda061dcd645aa7506c59ca4a"
73+
},
74+
{
75+
"type": "PACKAGE",
76+
"url": "https://github.com/vitessio/vitess"
77+
},
78+
{
79+
"type": "WEB",
80+
"url": "https://owasp.org/www-community/attacks/Path_Traversal"
81+
}
82+
],
83+
"database_specific": {
84+
"cwe_ids": [
85+
"CWE-22"
86+
],
87+
"severity": "CRITICAL",
88+
"github_reviewed": true,
89+
"github_reviewed_at": "2026-02-27T16:03:54Z",
90+
"nvd_published_at": "2026-02-26T02:16:24Z"
91+
}
92+
}

0 commit comments

Comments
 (0)