Description
Heym before 0.0.53 contains multiple independent vulnerabilities. (1) The workflow condition evaluator uses Python eval() without an effective sandbox, allowing any user who can edit a workflow branch/condition node — or who can import a workflow template containing a malicious condition node — to execute arbitrary Python code as the backend process user when the workflow runs. (2) Slack webhook signature verification and (3) Telegram webhook secret-token verification fail open when the trigger node has no credentialId or an empty signing secret, allowing anyone who knows the public webhook URL to trigger workflows with the owner's credentials without authentication. (4) The OAuth authorization endpoint does not validate the redirect_uri scheme, so an attacker who registers a public OAuth client with a javascript: or data: redirect_uri and lures a victim to the consent screen receives the authorization code and executes attacker-controlled JavaScript in the Heym origin, including access to the victim's HttpOnly auth cookie. (5) WorkflowExecutionToken, PortalSession, HITLRequest.public_token, and OAuthAuthorizationCode values are stored in plaintext, so any database read exposure yields valid scoped bearer tokens, including portal and HITL tokens with a 168-hour TTL that permit workflow execution on behalf of the owner.
Published: 2026-09-27
Score: 8.7 High
EPSS: n/a
KEV: No
Impact: Remote code execution and authentication bypass
Action: Immediate Patch
AI Analysis

Impact

Heym before version 0.0.53 contains multiple independent weaknesses that allow an attacker to execute arbitrary Python code on the backend process, bypass authentication for webhook triggers, exploit weak OAuth redirect handling, and exfiltrate sensitive bearer tokens. The use of Python eval without sandboxing directly enables remote code execution, exposing the system to full compromise. Webhook endpoints that do not validate signing secrets or credential identifiers permit unauthorized workflow execution, providing a foothold for privilege escalation. Likewise, an insecure OAuth redirect_uri validation allows a malicious website to retrieve an authorization code and inject client‑side JavaScript into the Heym origin, potentially accessing HttpOnly authentication cookies. Plaintext storage of workflow and OAuth tokens creates a secondary vector where database exposure results in immediate, scoped access to the application.

Affected Systems

The vulnerabilities affect all instances of the Heym application running any release before 0.0.53, including versions 0.0.0 through 0.0.52. Users of these versions should verify the application level and any custom workflow definitions for the exposed conditions and webhook configurations.

Risk and Exploitability

The CVSS score of 8.7 indicates high severity, and while the EPSS score is not available, the lack of a KEV listing suggests the vulnerability has not yet been widely exploited. Based on the description, the likely attack vector is a remote actor who can create or modify a workflow, import a malicious workflow template, or simply know a public webhook URL. Such an attacker can trigger the vulnerable code paths, leading to arbitrary code execution or impersonation of the backend process user. The risk is amplified by the permissive authentication bypass and the fact that exposed tokens have a 168‑hour TTL, allowing extended misuse if database defenses are weak.

Generated by OpenCVE AI on September 27, 2026 at 03:54 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest heym release (0.0.53 or later) to remove the eval() vulnerability and other fixes
  • Require a non‑empty credentialId and enforce webhook signature verification for all trigger nodes
  • Validate the OAuth redirect_uri scheme to allow only http and https URLs
  • Encrypt sensitive tokens in the database to prevent plaintext exposure
  • Monitor workflow execution logs for signs of unauthorized or arbitrary code execution

Generated by OpenCVE AI on September 27, 2026 at 03:54 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 27 Sep 2026 04:30:00 +0000

Type Values Removed Values Added
First Time appeared Heymrun
Heymrun heym
Vendors & Products Heymrun
Heymrun heym

Sun, 27 Sep 2026 02:00:00 +0000

Type Values Removed Values Added
Description Heym before 0.0.53 contains multiple independent vulnerabilities. (1) The workflow condition evaluator uses Python eval() without an effective sandbox, allowing any user who can edit a workflow branch/condition node — or who can import a workflow template containing a malicious condition node — to execute arbitrary Python code as the backend process user when the workflow runs. (2) Slack webhook signature verification and (3) Telegram webhook secret-token verification fail open when the trigger node has no credentialId or an empty signing secret, allowing anyone who knows the public webhook URL to trigger workflows with the owner's credentials without authentication. (4) The OAuth authorization endpoint does not validate the redirect_uri scheme, so an attacker who registers a public OAuth client with a javascript: or data: redirect_uri and lures a victim to the consent screen receives the authorization code and executes attacker-controlled JavaScript in the Heym origin, including access to the victim's HttpOnly auth cookie. (5) WorkflowExecutionToken, PortalSession, HITLRequest.public_token, and OAuthAuthorizationCode values are stored in plaintext, so any database read exposure yields valid scoped bearer tokens, including portal and HITL tokens with a 168-hour TTL that permit workflow execution on behalf of the owner.
Title Heym before 0.0.53 Multiple RCE and Authentication Bypass Vulnerabilities
Weaknesses CWE-94
References
Metrics cvssV3_1

{'score': 8.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}

cvssV4_0

{'score': 8.7, 'vector': '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'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-27T01:28:53.874Z

Reserved: 2026-09-27T00:20:54.407Z

Link: CVE-2026-100865

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-27T02:17:26.410

Modified: 2026-09-27T02:17:26.410

Link: CVE-2026-100865

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-27T04:15:08Z

Weaknesses
  • CWE-94

    Improper Control of Generation of Code ('Code Injection')