Skip to content

Commit 8670d2c

Browse files
1 parent e6c4ff3 commit 8670d2c

File tree

1 file changed

+39
-7
lines changed

1 file changed

+39
-7
lines changed

advisories/unreviewed/2025/11/GHSA-7xcv-9j6c-2fmc/GHSA-7xcv-9j6c-2fmc.json renamed to advisories/github-reviewed/2025/11/GHSA-7xcv-9j6c-2fmc/GHSA-7xcv-9j6c-2fmc.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-7xcv-9j6c-2fmc",
4-
"modified": "2025-11-18T21:32:31Z",
4+
"modified": "2025-11-18T22:08:39Z",
55
"published": "2025-11-18T21:32:31Z",
66
"aliases": [
77
"CVE-2025-60455"
88
],
9+
"summary": "Modular Max Serve has Unsafe Deserialization vulnerability",
910
"details": "Unsafe Deserialization vulnerability in Modular Max Serve before 25.6, specifically when the \"--experimental-enable-kvcache-agent\" feature is used allowing attackers to execute arbitrary code.",
10-
"severity": [],
11-
"affected": [],
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:H/VA:H/SC:N/SI:N/SA:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "PyPI",
21+
"name": "modular"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "25.6.0"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
1238
"references": [
1339
{
1440
"type": "ADVISORY",
@@ -30,6 +56,10 @@
3056
"type": "WEB",
3157
"url": "https://github.com/modular/modular/commit/ee9c4ab02345dd30bed8b79771b6909ff1b930a1"
3258
},
59+
{
60+
"type": "PACKAGE",
61+
"url": "https://github.com/modular/modular"
62+
},
3363
{
3464
"type": "WEB",
3565
"url": "https://github.com/modular/modular/blame/main/max/serve/kvcache_agent/kvcache_agent.py#L220"
@@ -40,10 +70,12 @@
4070
}
4171
],
4272
"database_specific": {
43-
"cwe_ids": [],
44-
"severity": null,
45-
"github_reviewed": false,
46-
"github_reviewed_at": null,
73+
"cwe_ids": [
74+
"CWE-502"
75+
],
76+
"severity": "CRITICAL",
77+
"github_reviewed": true,
78+
"github_reviewed_at": "2025-11-18T22:08:39Z",
4779
"nvd_published_at": "2025-11-18T19:15:49Z"
4880
}
4981
}

0 commit comments

Comments
 (0)