Skip to content

Commit 9c6dc8b

Browse files
1 parent f12c591 commit 9c6dc8b

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-c36c-7pc2-f2ph",
4+
"modified": "2026-03-05T18:37:48Z",
5+
"published": "2026-03-05T18:37:48Z",
6+
"aliases": [
7+
"CVE-2026-28682"
8+
],
9+
"summary": "Gokapi has Data Leak in Upload Status Stream",
10+
"details": "## Description\n\nThe upload status SSE implementation on `/uploadStatus` publishes global upload state to any authenticated listener and includes `file_id` values that are not scoped to the requesting user. \n\n## Impact\n\nAny authenticated user can observe other users' file identifiers and retrieve unauthorized content, causing cross-tenant data exposure and loss of confidentiality for uploaded documents.\n\n*Issue found by [aisafe.io](https://aisafe.io)*",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Go",
21+
"name": "github.com/forceu/gokapi"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "2.2.3"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
38+
"references": [
39+
{
40+
"type": "WEB",
41+
"url": "https://github.com/Forceu/Gokapi/security/advisories/GHSA-c36c-7pc2-f2ph"
42+
},
43+
{
44+
"type": "PACKAGE",
45+
"url": "https://github.com/Forceu/Gokapi"
46+
}
47+
],
48+
"database_specific": {
49+
"cwe_ids": [
50+
"CWE-284"
51+
],
52+
"severity": "MODERATE",
53+
"github_reviewed": true,
54+
"github_reviewed_at": "2026-03-05T18:37:48Z",
55+
"nvd_published_at": null
56+
}
57+
}

0 commit comments

Comments
 (0)