Skip to content

Commit ba4347a

Browse files
committed
1 parent 0c185ac commit ba4347a

File tree

1 file changed

+28
-7
lines changed

1 file changed

+28
-7
lines changed

advisories/unreviewed/2025/09/GHSA-9w53-xr52-mwgj/GHSA-9w53-xr52-mwgj.json

Lines changed: 28 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,38 @@
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": [
11-
{
12-
"type": "CVSS_V3",
13-
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L"
14-
},
1512
{
1613
"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"
14+
"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"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "PyPI",
21+
"name": "sglang"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0.4.6"
29+
},
30+
{
31+
"fixed": "0.5.4"
32+
}
33+
]
34+
}
35+
],
36+
"database_specific": {
37+
"last_known_affected_version_range": "<= 0.5.3"
38+
}
1839
}
1940
],
20-
"affected": [],
2141
"references": [
2242
{
2343
"type": "ADVISORY",
@@ -38,7 +58,8 @@
3858
],
3959
"database_specific": {
4060
"cwe_ids": [
41-
"CWE-20"
61+
"CWE-20",
62+
"CWE-502"
4263
],
4364
"severity": "MODERATE",
4465
"github_reviewed": false,

0 commit comments

Comments
 (0)