Search Results (3 CVEs found)

CVE Vendors Products Updated CVSS v3.1
CVE-2026-3059 1 Sglang 1 Sglang 2026-03-13 9.8 Critical
SGLang's multimodal generation module is vulnerable to unauthenticated remote code execution through the ZMQ broker, which deserializes untrusted data using pickle.loads() without authentication.
CVE-2026-3060 1 Sglang 1 Sglang 2026-03-13 9.8 Critical
SGLang' encoder parallel disaggregation system is vulnerable to unauthenticated remote code execution through the disaggregation module, which deserializes untrusted data using pickle.loads() without authentication.
CVE-2026-3989 1 Sglang 1 Sglang 2026-03-13 N/A
SGLangs `replay_request_dump.py` contains an insecure pickle.load() without validation and proper deserialization. An attacker can take advantage of this by providing a malicious .pkl file, which will execute the attackers code on the device running the script.