CVE-2026-63767

kvcache-ai · ktransformers

ktransformers contains an unauthenticated pickle deserialization vulnerability in the SchedulerServer ZMQ ROUTER socket, allowing remote attackers to execute arbitrary commands via crafted payloads.

Executive summary

A critical remote code execution vulnerability in ktransformers allows unauthenticated attackers to execute arbitrary commands through malicious pickle deserialization.

Vulnerability

The application utilizes unsafe pickle deserialization on the SchedulerServer ZMQ ROUTER socket, which is bound to all interfaces. An unauthenticated attacker can send a crafted pickle payload containing malicious reduce methods to achieve remote code execution as the server process.

Business impact

The ability for an unauthenticated remote attacker to execute arbitrary shell commands poses an extreme risk to the confidentiality, integrity, and availability of the host system. Given the CVSS score of 9.8, this vulnerability allows for total system compromise, potentially leading to data exfiltration, lateral movement within the network, and complete loss of control over the affected infrastructure.

Remediation

Immediate Action: Update ktransformers to the version containing the fix implemented in commit def0f9313d6e063b5c5ccdfa1f6707f7a40dfdca.

Proactive Monitoring: Inspect network traffic directed at ZMQ ports for unusual serialized payloads and monitor system logs for suspicious process execution.

Compensating Controls: Restrict access to the SchedulerServer ZMQ socket via host-based firewalls or network access control lists to trusted sources only.

Exploitation status

Public Exploit Available: Unknown

Analyst recommendation

This vulnerability represents a critical security failure that could lead to full system takeover. Organizations running ktransformers must prioritize patching immediately, as the attack vector requires no authentication and targets an interface typically exposed to network traffic.