The multimodal generation runtime scheduler's ROUTER socket calls pickle.loads() on incoming messages, enabling RCE when exposed to the internet.
This is a different socket from the ZeroMQ broker covered by CVE-2026-3059, which binds to all network interfaces unconditionally. The scheduler ROUTER socket follows the configured --host, which defaults to 127.0.0.1, and is exposed when SGLang is run with --host 0.0.0.0 to serve remote clients.