Skip to content

Commit cd111ab

Browse files
1 parent 09923f7 commit cd111ab

File tree

1 file changed

+39
-7
lines changed

1 file changed

+39
-7
lines changed

advisories/unreviewed/2025/12/GHSA-frv8-gffc-37px/GHSA-frv8-gffc-37px.json renamed to advisories/github-reviewed/2025/12/GHSA-frv8-gffc-37px/GHSA-frv8-gffc-37px.json

Lines changed: 39 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,40 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-frv8-gffc-37px",
4-
"modified": "2025-12-04T18:30:53Z",
4+
"modified": "2025-12-05T02:21:42Z",
55
"published": "2025-12-04T18:30:53Z",
66
"aliases": [
77
"CVE-2025-63681"
88
],
9+
"summary": "open-webui is Vulnerable to Incorrect Access Control",
910
"details": "open-webui v0.6.33 is vulnerable to Incorrect Access Control. The API /api/tasks/stop/ directly accesses and cancels tasks without verifying user ownership, enabling attackers (a normal user) to stop arbitrary LLM response tasks.",
10-
"severity": [],
11-
"affected": [],
11+
"severity": [
12+
{
13+
"type": "CVSS_V4",
14+
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:P"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "PyPI",
21+
"name": "open-webui"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"last_affected": "0.6.33"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
1238
"references": [
1339
{
1440
"type": "ADVISORY",
@@ -18,16 +44,22 @@
1844
"type": "WEB",
1945
"url": "https://github.com/TOAST-Research/pocs/blob/main/openwebui/arbitirary_task_stop/report.md"
2046
},
47+
{
48+
"type": "PACKAGE",
49+
"url": "https://github.com/open-webui/open-webui"
50+
},
2151
{
2252
"type": "WEB",
2353
"url": "https://github.com/open-webui/open-webui/blob/46ae3f4f5d7d4d706041bdae4ad2d802e568712b/backend/open_webui/main.py#L1652"
2454
}
2555
],
2656
"database_specific": {
27-
"cwe_ids": [],
28-
"severity": null,
29-
"github_reviewed": false,
30-
"github_reviewed_at": null,
57+
"cwe_ids": [
58+
"CWE-284"
59+
],
60+
"severity": "LOW",
61+
"github_reviewed": true,
62+
"github_reviewed_at": "2025-12-05T02:21:41Z",
3163
"nvd_published_at": "2025-12-04T16:16:22Z"
3264
}
3365
}

0 commit comments

Comments
 (0)