Skip to content

Commit b76ceba

Browse files
1 parent dcd6f40 commit b76ceba

File tree

1 file changed

+30
-5
lines changed

1 file changed

+30
-5
lines changed

advisories/unreviewed/2026/04/GHSA-h336-2wxm-pr6q/GHSA-h336-2wxm-pr6q.json renamed to advisories/github-reviewed/2026/04/GHSA-h336-2wxm-pr6q/GHSA-h336-2wxm-pr6q.json

Lines changed: 30 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-h336-2wxm-pr6q",
4-
"modified": "2026-04-07T18:31:38Z",
4+
"modified": "2026-04-08T19:33:51Z",
55
"published": "2026-04-07T18:31:38Z",
66
"aliases": [
77
"CVE-2026-22680"
88
],
9+
"summary": "OpenViking contains a missing authorization vulnerability in the task polling endpoints",
910
"details": "OpenViking versions prior to 0.3.3 contain a missing authorization vulnerability in the task polling endpoints that allows unauthorized attackers to enumerate or retrieve background task metadata created by other users. Attackers can access the /api/v1/tasks and /api/v1/tasks/{task_id} routes without authentication to expose task type, task status, resource identifiers, archive URIs, result payloads, and error information, potentially causing cross-tenant interference in multi-tenant deployments.",
1011
"severity": [
1112
{
@@ -14,10 +15,30 @@
1415
},
1516
{
1617
"type": "CVSS_V4",
17-
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X"
18+
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N"
19+
}
20+
],
21+
"affected": [
22+
{
23+
"package": {
24+
"ecosystem": "PyPI",
25+
"name": "OpenViking"
26+
},
27+
"ranges": [
28+
{
29+
"type": "ECOSYSTEM",
30+
"events": [
31+
{
32+
"introduced": "0"
33+
},
34+
{
35+
"fixed": "0.3.3"
36+
}
37+
]
38+
}
39+
]
1840
}
1941
],
20-
"affected": [],
2142
"references": [
2243
{
2344
"type": "ADVISORY",
@@ -31,6 +52,10 @@
3152
"type": "WEB",
3253
"url": "https://github.com/volcengine/OpenViking/commit/8c1c3f3608364ee0bb0e45f73478771a68aebdf5"
3354
},
55+
{
56+
"type": "PACKAGE",
57+
"url": "https://github.com/volcengine/OpenViking"
58+
},
3459
{
3560
"type": "WEB",
3661
"url": "https://github.com/volcengine/OpenViking/releases/tag/v0.3.3"
@@ -45,8 +70,8 @@
4570
"CWE-862"
4671
],
4772
"severity": "MODERATE",
48-
"github_reviewed": false,
49-
"github_reviewed_at": null,
73+
"github_reviewed": true,
74+
"github_reviewed_at": "2026-04-08T19:33:51Z",
5075
"nvd_published_at": "2026-04-07T18:16:38Z"
5176
}
5277
}

0 commit comments

Comments
 (0)