Skip to content

Commit ce4f1e0

Browse files
1 parent ae0e2c6 commit ce4f1e0

File tree

4 files changed

+257
-66
lines changed

4 files changed

+257
-66
lines changed
Lines changed: 127 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,127 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-7v39-2hx7-7c43",
4+
"modified": "2025-12-12T20:25:25Z",
5+
"published": "2025-12-12T18:30:35Z",
6+
"aliases": [
7+
"CVE-2025-67818"
8+
],
9+
"summary": "Weaviate OSS has a Path Traversal Vulnerability via Backup ZipSlip",
10+
"details": "An issue was discovered in Weaviate OSS before 1.33.4. An attacker with access to insert data into the database can craft an entry name with an absolute path (e.g., /etc/...) or use parent directory traversal (../../..) to escape the restore root when a backup is restored, potentially creating or overwriting files in arbitrary locations within the application's privilege scope.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V4",
14+
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Go",
21+
"name": "github.com/weaviate/weaviate"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "1.30.20"
32+
}
33+
]
34+
}
35+
]
36+
},
37+
{
38+
"package": {
39+
"ecosystem": "Go",
40+
"name": "github.com/weaviate/weaviate"
41+
},
42+
"ranges": [
43+
{
44+
"type": "ECOSYSTEM",
45+
"events": [
46+
{
47+
"introduced": "1.31.0-rc.0"
48+
},
49+
{
50+
"fixed": "1.31.19"
51+
}
52+
]
53+
}
54+
]
55+
},
56+
{
57+
"package": {
58+
"ecosystem": "Go",
59+
"name": "github.com/weaviate/weaviate"
60+
},
61+
"ranges": [
62+
{
63+
"type": "ECOSYSTEM",
64+
"events": [
65+
{
66+
"introduced": "1.32.0-rc.0"
67+
},
68+
{
69+
"fixed": "1.32.16"
70+
}
71+
]
72+
}
73+
]
74+
},
75+
{
76+
"package": {
77+
"ecosystem": "Go",
78+
"name": "github.com/weaviate/weaviate"
79+
},
80+
"ranges": [
81+
{
82+
"type": "ECOSYSTEM",
83+
"events": [
84+
{
85+
"introduced": "1.33.0-rc.0"
86+
},
87+
{
88+
"fixed": "1.33.4"
89+
}
90+
]
91+
}
92+
]
93+
}
94+
],
95+
"references": [
96+
{
97+
"type": "ADVISORY",
98+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-67818"
99+
},
100+
{
101+
"type": "WEB",
102+
"url": "https://github.com/weaviate/weaviate/commit/169df2dc92bc232df62e8fab0a20db2e5371f7aa"
103+
},
104+
{
105+
"type": "WEB",
106+
"url": "https://github.com/weaviate/weaviate/commit/89c2270869e6d64f5b5276b8626c11cd816c6665"
107+
},
108+
{
109+
"type": "PACKAGE",
110+
"url": "https://github.com/weaviate/weaviate"
111+
},
112+
{
113+
"type": "WEB",
114+
"url": "https://weaviate.io/blog/weaviate-security-release-november-2025"
115+
}
116+
],
117+
"database_specific": {
118+
"cwe_ids": [
119+
"CWE-22",
120+
"CWE-61"
121+
],
122+
"severity": "HIGH",
123+
"github_reviewed": true,
124+
"github_reviewed_at": "2025-12-12T20:25:25Z",
125+
"nvd_published_at": "2025-12-12T17:15:45Z"
126+
}
127+
}
Lines changed: 130 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,130 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-hmmh-292h-3364",
4+
"modified": "2025-12-12T20:25:07Z",
5+
"published": "2025-12-12T18:30:35Z",
6+
"aliases": [
7+
"CVE-2025-67819"
8+
],
9+
"summary": "Weaviate OSS has path traversal vulnerability via the Shard Movement API",
10+
"details": "An issue was discovered in Weaviate OSS before 1.33.4. Due to a lack of validation of the fileName field in the transfer logic, an attacker who can call the GetFile method while a shard is in the \"Pause file activity\" state and the FileReplicationService is reachable can read arbitrary files accessible to the service process.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V4",
14+
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Go",
21+
"name": "github.com/weaviate/weaviate"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "1.30.0"
29+
},
30+
{
31+
"fixed": "1.30.20"
32+
}
33+
]
34+
}
35+
]
36+
},
37+
{
38+
"package": {
39+
"ecosystem": "Go",
40+
"name": "github.com/weaviate/weaviate"
41+
},
42+
"ranges": [
43+
{
44+
"type": "ECOSYSTEM",
45+
"events": [
46+
{
47+
"introduced": "1.31.0-rc.0"
48+
},
49+
{
50+
"fixed": "1.31.19"
51+
}
52+
]
53+
}
54+
]
55+
},
56+
{
57+
"package": {
58+
"ecosystem": "Go",
59+
"name": "github.com/weaviate/weaviate"
60+
},
61+
"ranges": [
62+
{
63+
"type": "ECOSYSTEM",
64+
"events": [
65+
{
66+
"introduced": "1.32.0-rc.0"
67+
},
68+
{
69+
"fixed": "1.32.16"
70+
}
71+
]
72+
}
73+
]
74+
},
75+
{
76+
"package": {
77+
"ecosystem": "Go",
78+
"name": "github.com/weaviate/weaviate"
79+
},
80+
"ranges": [
81+
{
82+
"type": "ECOSYSTEM",
83+
"events": [
84+
{
85+
"introduced": "1.33.0-rc.0"
86+
},
87+
{
88+
"fixed": "1.33.4"
89+
}
90+
]
91+
}
92+
]
93+
}
94+
],
95+
"references": [
96+
{
97+
"type": "ADVISORY",
98+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-67819"
99+
},
100+
{
101+
"type": "WEB",
102+
"url": "https://github.com/weaviate/weaviate/commit/4ff2cc89277c264c37d0f7316d9eb6368cfc30ff"
103+
},
104+
{
105+
"type": "WEB",
106+
"url": "https://github.com/weaviate/weaviate/commit/89c2270869e6d64f5b5276b8626c11cd816c6665"
107+
},
108+
{
109+
"type": "WEB",
110+
"url": "https://github.com/weaviate/weaviate/commit/b18cc7ea82d80a61e7943361a6e335e3fd5a49c7"
111+
},
112+
{
113+
"type": "PACKAGE",
114+
"url": "https://github.com/weaviate/weaviate"
115+
},
116+
{
117+
"type": "WEB",
118+
"url": "https://weaviate.io/blog/weaviate-security-release-november-2025"
119+
}
120+
],
121+
"database_specific": {
122+
"cwe_ids": [
123+
"CWE-22"
124+
],
125+
"severity": "HIGH",
126+
"github_reviewed": true,
127+
"github_reviewed_at": "2025-12-12T20:25:06Z",
128+
"nvd_published_at": "2025-12-12T17:15:45Z"
129+
}
130+
}

advisories/unreviewed/2025/12/GHSA-7v39-2hx7-7c43/GHSA-7v39-2hx7-7c43.json

Lines changed: 0 additions & 33 deletions
This file was deleted.

advisories/unreviewed/2025/12/GHSA-hmmh-292h-3364/GHSA-hmmh-292h-3364.json

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)