Description
Activepieces is an open source AI workflow automation platform. Prior to 0.80.0, in SANDBOX_CODE_ONLY mode, the engine loads the compiled user module with importFresh(), a wrapper around Node.js require(), before the V8 isolate is applied. Top-level module code can therefore call require('child_process'), access fs, and use other Node.js APIs in the host engine process outside the sandbox. An authenticated user who can create a Code step can read environment secrets including AP_ENCRYPTION_KEY and AP_JWT_SECRET, read or write files, and reach internal services. This issue is fixed in version 0.80.0.
Published: 2026-08-11
Score: 7.6 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Activepieces, an open‑source AI workflow automation platform, loads user‑supplied modules with importFresh() before the V8 isolate sandbox is enforced in SANDBOX_CODE_ONLY mode. The wrapper around Node.js require() therefore allows top‑level module code to call require('child_process'), access the file system and use other native Node.js APIs in the host process. Thus an authenticated user who can create a Code step can execute arbitrary commands, read or write files, and expose internal credentials.

Affected Systems

All Activepieces releases before v0.80.0 that operate in SANDBOX_CODE_ONLY mode are affected. The vulnerability is present in every version up to, but not including, 0.80.0.

Risk and Exploitability

The CVSS score of 7.6 classifies the issue as high severity. The EPSS score of less than 1 % indicates a low current exploitation probability, and the vulnerability is not listed in CISA’s KEV catalog. Attackers would need an authenticated account with permission to create Code steps; once enabled, the user could run arbitrary Node.js code and access host secrets and internal services.

Generated by OpenCVE AI on August 12, 2026 at 21:38 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Activepieces to v0.80.0 or later, which removes the importFresh sandbox bypass.
  • If an upgrade cannot be applied immediately, disable SANDBOX_CODE_ONLY mode or restrict creation of Code steps to trusted users only.
  • Rotate the AP_ENCRYPTION_KEY and AP_JWT_SECRET credentials, and enforce strict file‑system permissions to limit the impact of any potential code execution.

Generated by OpenCVE AI on August 12, 2026 at 21:38 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 13 Aug 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Thu, 13 Aug 2026 02:00:00 +0000

Type Values Removed Values Added
First Time appeared Activepieces
Activepieces activepieces
Vendors & Products Activepieces
Activepieces activepieces

Tue, 11 Aug 2026 17:00:00 +0000

Type Values Removed Values Added
Description Activepieces is an open source AI workflow automation platform. Prior to 0.80.0, in SANDBOX_CODE_ONLY mode, the engine loads the compiled user module with importFresh(), a wrapper around Node.js require(), before the V8 isolate is applied. Top-level module code can therefore call require('child_process'), access fs, and use other Node.js APIs in the host engine process outside the sandbox. An authenticated user who can create a Code step can read environment secrets including AP_ENCRYPTION_KEY and AP_JWT_SECRET, read or write files, and reach internal services. This issue is fixed in version 0.80.0.
Title Activepieces: V8 Isolate Sandbox Bypass via importFresh Module Loading
Weaknesses CWE-693
References
Metrics cvssV4_0

{'score': 7.6, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:H/VI:H/VA:N/SC:L/SI:L/SA:N'}


Subscriptions

Activepieces Activepieces
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-13T15:01:34.037Z

Reserved: 2026-08-10T19:37:41.445Z

Link: CVE-2026-73083

cve-icon Vulnrichment

Updated: 2026-08-13T14:43:59.528Z

cve-icon NVD

Status : Received

Published: 2026-08-11T17:19:16.277

Modified: 2026-08-13T15:20:05.890

Link: CVE-2026-73083

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T01:45:02Z

Weaknesses
  • CWE-693

    Protection Mechanism Failure