KTransformers through 0.5.3 contains an unsafe deserialization vulnerability in the balance_serve backend mode where the scheduler RPC server binds a ZMQ ROUTER socket to all interfaces with no authentication and deserializes incoming messages using pickle.loads() without validation. Attackers can send a crafted pickle payload to the exposed ZMQ socket to execute arbitrary code on the server with the privileges of the ktransformers process.
References
| Link | Resource |
|---|---|
| https://chocapikk.com/posts/2026/ktransformers-pickle-rce/ | Exploit Mitigation Third Party Advisory |
| https://github.com/kvcache-ai/ktransformers/pull/1944 | Issue Tracking Patch |
| https://www.vulncheck.com/advisories/ktransformers-unsafe-deserialization-rce-via-balance-serve | Third Party Advisory |
Configurations
History
No history.
Information
Published : 2026-04-23 22:16
Updated : 2026-07-14 16:16
NVD link : CVE-2026-26210
Mitre link : CVE-2026-26210
CVE.ORG link : CVE-2026-26210
JSON object : View
Products Affected
kvcache-ai
- ktransformers
CWE
CWE-502
Deserialization of Untrusted Data
