Skip to content

Commit ce42fcd

Browse files
1 parent abf1dad commit ce42fcd

File tree

1 file changed

+39
-6
lines changed

1 file changed

+39
-6
lines changed

advisories/unreviewed/2025/09/GHSA-9w53-xr52-mwgj/GHSA-9w53-xr52-mwgj.json renamed to advisories/github-reviewed/2025/09/GHSA-9w53-xr52-mwgj/GHSA-9w53-xr52-mwgj.json

Lines changed: 39 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-9w53-xr52-mwgj",
4-
"modified": "2025-09-09T21:30:26Z",
4+
"modified": "2025-10-29T16:00:06Z",
55
"published": "2025-09-09T21:30:26Z",
66
"aliases": [
77
"CVE-2025-10164"
88
],
9+
"summary": "SGLang Remote Code Execution Vulnerability via Unsafe Deserialization in update_weights_from_tensor",
910
"details": "A security flaw has been discovered in lmsys sglang 0.4.6. Affected by this vulnerability is the function main of the file /update_weights_from_tensor. The manipulation of the argument serialized_named_tensors results in deserialization. The attack can be launched remotely. The exploit has been released to the public and may be exploited. The vendor was contacted early about this disclosure but did not respond in any way.",
1011
"severity": [
1112
{
@@ -14,15 +15,46 @@
1415
},
1516
{
1617
"type": "CVSS_V4",
17-
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/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:L/VA:L/SC:N/SI:N/SA:N/E:P"
19+
}
20+
],
21+
"affected": [
22+
{
23+
"package": {
24+
"ecosystem": "PyPI",
25+
"name": "sglang"
26+
},
27+
"ranges": [
28+
{
29+
"type": "ECOSYSTEM",
30+
"events": [
31+
{
32+
"introduced": "0"
33+
},
34+
{
35+
"fixed": "0.5.4"
36+
}
37+
]
38+
}
39+
],
40+
"database_specific": {
41+
"last_known_affected_version_range": "<= 0.5.3"
42+
}
1843
}
1944
],
20-
"affected": [],
2145
"references": [
2246
{
2347
"type": "ADVISORY",
2448
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-10164"
2549
},
50+
{
51+
"type": "WEB",
52+
"url": "https://github.com/sgl-project/sglang/commit/49afb3d9d9deedf6dea3a6dd5c50e85e7d8bcb07"
53+
},
54+
{
55+
"type": "PACKAGE",
56+
"url": "https://github.com/sgl-project/sglang"
57+
},
2658
{
2759
"type": "WEB",
2860
"url": "https://vuldb.com/?ctiid.323203"
@@ -38,11 +70,12 @@
3870
],
3971
"database_specific": {
4072
"cwe_ids": [
41-
"CWE-20"
73+
"CWE-20",
74+
"CWE-502"
4275
],
4376
"severity": "MODERATE",
44-
"github_reviewed": false,
45-
"github_reviewed_at": null,
77+
"github_reviewed": true,
78+
"github_reviewed_at": "2025-10-29T16:00:05Z",
4679
"nvd_published_at": "2025-09-09T19:15:45Z"
4780
}
4881
}

0 commit comments

Comments
 (0)