CVE-2026-63767
Received Received - Intake

Unauthenticated Pickle Deserialization in ktransformers

Vulnerability report for CVE-2026-63767, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-20

Last updated on: 2026-07-20

Assigner: VulnCheck

Description

ktransformers through 0.6.3, fixed in commit def0f93, contains an unauthenticated pickle deserialization vulnerability that allows remote attackers to execute arbitrary commands by sending crafted pickle payloads to the SchedulerServer ZMQ ROUTER socket bound to all interfaces. Attackers can exploit malicious __reduce__ methods embedded in crafted pickle payloads to execute arbitrary shell commands as the server process.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-20
Last Modified
2026-07-20
Generated
2026-07-21
AI Q&A
2026-07-20
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
kvcache-ai ktransformers to 0.6.3 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-502 The product deserializes untrusted data without sufficiently ensuring that the resulting data will be valid.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-63767 is an unauthenticated remote code execution (RCE) vulnerability in ktransformers through version 0.6.3. The scheduler binds a ZeroMQ ROUTER socket to all network interfaces without authentication. Attackers can send crafted pickle payloads containing malicious __reduce__ methods to execute arbitrary shell commands as the server process.

Detection Guidance

To detect this vulnerability, scan your network for open ports associated with the ktransformers scheduler. Use commands like 'nmap -p- <your-ip>' to identify open ports. Check if the scheduler is bound to all interfaces (0.0.0.0) by examining process bindings with 'ss -tulnp | grep python' or 'netstat -tulnp | grep python'. If the scheduler is exposed, it may be vulnerable.

Impact Analysis

This vulnerability allows attackers to execute arbitrary commands on the server running ktransformers. If the server is exposed to a network, attackers can gain full control over the system with the privileges of the server process. This could lead to data theft, system compromise, or further network infiltration.

Compliance Impact

This vulnerability likely violates compliance requirements for GDPR and HIPAA due to unauthorized remote access and potential data breaches. GDPR mandates protection against unauthorized data access, while HIPAA requires safeguards for protected health information. Exploitation could result in regulatory penalties and loss of compliance certifications.

Mitigation Strategies

Immediately restrict the ZeroMQ ROUTER socket binding to localhost (127.0.0.1) instead of all interfaces. Update ktransformers to the patched version (commit def0f93 or later). If updating is not possible, implement network-level controls to block external access to the scheduler port. Avoid using pickle for deserialization; switch to safer formats like JSON.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-63767. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart