Skip to content

Commit f443707

Browse files
1 parent 0a03b77 commit f443707

2 files changed

Lines changed: 65 additions & 40 deletions

File tree

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-qwrp-wghp-94q2",
4+
"modified": "2026-05-29T17:26:20Z",
5+
"published": "2026-05-18T12:31:47Z",
6+
"aliases": [
7+
"CVE-2026-7302"
8+
],
9+
"summary": "SGLang's multimodal generation runtime has an unauthenticated path traversal vulnerability",
10+
"details": "SGLang's multimodal generation runtime is vulnerable to an unauthenticated path traversal vulnerability, allowing an attacker to write arbitrary files anywhere the server process has write access, by including ../ sequences in the upload filename when sent to specific endpoints.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H"
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.5.5"
29+
},
30+
{
31+
"last_affected": "0.5.12"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
38+
"references": [
39+
{
40+
"type": "ADVISORY",
41+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-7302"
42+
},
43+
{
44+
"type": "WEB",
45+
"url": "https://antiproof.ai/blog/three-rces-in-sglang"
46+
},
47+
{
48+
"type": "PACKAGE",
49+
"url": "https://github.com/sgl-project/sglang"
50+
},
51+
{
52+
"type": "WEB",
53+
"url": "https://github.com/sgl-project/sglang/tree/main/python/sglang"
54+
}
55+
],
56+
"database_specific": {
57+
"cwe_ids": [
58+
"CWE-35"
59+
],
60+
"severity": "CRITICAL",
61+
"github_reviewed": true,
62+
"github_reviewed_at": "2026-05-29T17:26:20Z",
63+
"nvd_published_at": "2026-05-18T12:16:16Z"
64+
}
65+
}

advisories/unreviewed/2026/05/GHSA-qwrp-wghp-94q2/GHSA-qwrp-wghp-94q2.json

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)