rootpwn

critical · CVSS v3 8.8 · CVSS v4 8.7 · EPSS 0.00686

CVE-2026-100864

CVE-2026-100864 is a critical sandbox escape in the heym expression engine that allows authenticated users to execute arbitrary Python code.

Overview

CVE-2026-100864 is a critical sandbox escape in the heym expression engine that allows authenticated users to execute arbitrary Python code. The vulnerability resides in the DotList map/filter and fallback resolver, enabling attackers to invoke os.system via crafted workflow expressions. It can lead to full system compromise on the backend.

Description

heym before 0.0.91 contains a sandbox escape vulnerability in the expression engine's DotList map/filter and fallback resolver that allows authenticated users to execute arbitrary Python code. Attackers can craft workflow expressions using dunder attribute access through item expressions or the fallback resolver to access os.system and execute commands as the backend process.

Impact

Confidentiality, integrity, and availability are all at risk because attackers can run arbitrary code on the backend, potentially exfiltrating data, modifying system state, or causing denial of service. The primary impact is on the backend service and any data it processes, affecting administrators and users who rely on the platform.

Remediation

Apply the official patch that updates heym to version 0.0.92 or later, which removes the vulnerable DotList map/filter and fallback resolver logic. If a patch is not immediately available, restrict authenticated access to the expression engine, disable the fallback resolver, or sandbox the execution environment to prevent os.system calls.

Risk context

The vulnerability is rated critical with a CVSS v3 score of 8.8 and an EPSS of 0.00686, indicating a low probability but high impact scenario. Defenders should prioritize patching or mitigation promptly to prevent potential exploitation.

Affected products

  • heym 0.0.91

Scores

Severity
critical
CVSS v2
9
CVSS v3
8.8
CVSS v4
8.7
EPSS
0.00686

sandbox escape Python code execution critical heym expression engine authenticated

← All CVEs