Description
Activepieces is an open source AI workflow automation platform. Prior to 0.80.0, the worker's code-compilation pipeline builds the on-disk path for a Code step from the step's name and passes that path to a shell-invoked build command. A step name containing shell metacharacters can break out of the intended build invocation and execute arbitrary commands during compilation before any code sandbox is created. An authenticated user with permission to create or edit a flow can execute commands as the worker process user, read and write the worker filesystem, exfiltrate environment secrets, and reach internal services available to the worker. This issue is fixed in version 0.80.0.
Published: 2026-08-11
Score: 8.7 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Activepieces, an open‑source AI workflow automation platform, had a flaw in its worker code‑compilation pipeline. Prior to version 0.80.0, the pipeline constructed an on‑disk path for a Code step from the step’s name and handed that path to a shell‑invoked build command. A step name that included shell metacharacters could escape the intended build context and run arbitrary commands during compilation. This allows an authenticated user who can create or edit a flow to execute commands as the worker user, read and write the worker filesystem, exfiltrate secrets, and reach internal services.

Affected Systems

The vulnerability impacts the Activepieces platform, specifically all releases before 0.80.0. Users of the standard installation must check the worker component that performs code compilation. Version 0.80.0 and later contain the fix.

Risk and Exploitability

The CVSS score is 8.7, indicating high severity. The EPSS score is less than 1 %, suggesting a very low exploitation likelihood, and the vulnerability is not listed in the CISA KEV catalog. Attackers need only authenticated access with flow‑creation rights, a relatively common privilege in an organization. When satisfied, an attacker can inject a malicious step name to trigger arbitrary shell commands during the compilation phase, prior to the sandbox, giving them full control over the worker process.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Activepieces to version 0.80.0 or later to eliminate the command‑injection issue.
  • If an upgrade cannot occur immediately, limit creative privileges for Code steps to trusted accounts only, preventing untrusted users from inserting malicious step names.
  • Continuously monitor worker logs for unexpected shell activity and verify that step names do not contain shell metacharacters, ensuring that only harmless names are processed.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

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

Wed, 12 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'}


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, the worker's code-compilation pipeline builds the on-disk path for a Code step from the step's name and passes that path to a shell-invoked build command. A step name containing shell metacharacters can break out of the intended build invocation and execute arbitrary commands during compilation before any code sandbox is created. An authenticated user with permission to create or edit a flow can execute commands as the worker process user, read and write the worker filesystem, exfiltrate environment secrets, and reach internal services available to the worker. This issue is fixed in version 0.80.0.
Title Activepieces: Remote Code Execution via Command Injection in Code Step Name
Weaknesses CWE-78
References
Metrics 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:L/SI:L/SA:L'}


Subscriptions

Activepieces Activepieces
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-12T14:40:52.532Z

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

Link: CVE-2026-73081

cve-icon Vulnrichment

Updated: 2026-08-12T14:40:41.998Z

cve-icon NVD

Status : Received

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

Modified: 2026-08-12T15:18:30.560

Link: CVE-2026-73081

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T02:30:12Z

Weaknesses
  • CWE-78

    Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')