Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Network-reachable workflow feature (AV:N/AC:L) but requires an authenticated author account (PR:L); sandbox escape yields full host command execution and secret theft (C:H/I:H/A:H), same authority so S:U.
Primary rating from Vendor (VulnCheck).
CVSS VectorVendor: VulnCheck
Lifecycle Timeline
4DescriptionCVE.org
Heym before 0.0.21 contains a sandbox escape vulnerability in the custom Python tool executor that allows authenticated workflow authors to bypass sandbox restrictions by using object-graph introspection primitives. Attackers can use Python introspection techniques to recover the unrestricted __import__ function, import blocked modules such as os and subprocess, and access inherited backend environment variables containing database credentials and encryption keys to execute arbitrary host commands as the backend service user.
AnalysisAI
Sandbox escape in Heym's custom Python tool executor (versions before 0.0.21) allows authenticated workflow authors to break out of the restricted execution environment using Python object-graph introspection, recover the unrestricted __import__ function, and load blocked modules such as os and subprocess. Once free of the sandbox, an attacker executes arbitrary host commands as the backend service user and reads inherited environment variables holding database credentials and encryption keys. Publicly available exploit code exists (SSVC 'poc'), though the EPSS probability is very low at 0.04% and it is not listed in CISA KEV.
Technical ContextAI
Heym exposes a feature that lets workflow authors write custom Python 'tools' that run inside a restricted interpreter sandbox. The vulnerability is a classic Python sandbox-escape pattern: even when dangerous builtins like __import__ are removed from the namespace, an attacker can walk the object graph - for example via ().__class__.__bases__[0].__subclasses__() or accessing __globals__/__builtins__ on reachable functions - to re-obtain the real __import__ and pull in os and subprocess. This maps to CWE-693 (Protection Mechanism Failure): the sandbox is the intended protection control, and introspection primitives defeat it rather than exploiting a memory-safety bug. The single affected package per CPE is cpe:2.3:a:heymrun:heym, a workflow/automation tool where user-authored Python is a core capability, so the blast radius is the backend service process and every secret exposed to its environment.
RemediationAI
Vendor-released patch: upgrade to Heym 0.0.21 or later, which hardens the Python tool sandbox via PR #94 (commit 32b7e809d987d9b018ec8daa2cdaf48f627f26f1); see https://github.com/heymrun/heym/releases/tag/v0.0.21. Until you can upgrade, restrict who can author or edit custom Python tools and workflows to a small set of fully trusted operators, since exploitation requires an authenticated author account - this reduces functionality for less-trusted users but directly removes the attacker population. Additionally, minimize secrets inherited by the backend service process: move database credentials and encryption keys out of the service's environment variables into a scoped secrets manager or per-request injection so a sandbox escape yields fewer usable secrets, at the cost of some configuration overhead. If feasible, run the tool executor under a dedicated low-privilege service account with a locked-down filesystem and network egress rules to limit what recovered os/subprocess access can reach. Note that v0.0.21 also bundles unrelated security fixes for stored upload path containment (PR #92) and subworkflow access checks (PR #93), so upgrading addresses multiple issues at once.
Wazuh SIEM platform versions 4.4.0 through 4.9.0 contain an unsafe deserialization vulnerability in the DistributedAPI t
BentoML version 1.4.2 and earlier contains an unauthenticated remote code execution vulnerability through insecure deser
pgAdmin 4 contains critical remote code execution vulnerabilities in the Query Tool download and Cloud Deployment endpoi
The renderLocalView function in render/views.py in graphite-web in Graphite 0.9.5 through 0.9.10 uses the pickle Python
BentoML is a Python library for building online serving systems optimized for AI apps and model inference. Rated critica
OpenSSL before 0.9.8za, 1.0.0 before 1.0.0m, and 1.0.1 before 1.0.1h does not properly restrict processing of ChangeCiph
pyLoad download manager version prior to 0.5.0b3.dev77 exposes the Flask SECRET_KEY through an unauthenticated endpoint.
Langflow (a visual LLM pipeline builder) contains a critical unauthenticated code execution vulnerability (CVE-2026-3301
In Mercurial before 4.1.3, "hg serve --stdio" allows remote authenticated users to launch the Python debugger, and conse
Unauthenticated remote code execution affects Kestra OSS (the open-source event-driven orchestration platform) prior to
Unauthenticated remote code execution in Marimo ≤0.20.4 allows attackers to execute arbitrary system commands via the `/
pyLoad is the free and open-source Download Manager written in pure Python. Rated medium severity (CVSS 5.3), this vulne
Same weakness CWE-693 – Protection Mechanism Failure
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-29869
GHSA-vhhj-j98h-xx8p