---
id: CVE-2026-73081
title: Activepieces is an open source AI workflow automation platform
summary: >-
  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…
severity: none
cwe:
  - CWE-78
published: '2026-08-11'
updated: '2026-09-09'
sourceUpdated: '2026-09-09T20:46:02.457'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-73081'
references:
  - url: 'https://github.com/activepieces/activepieces/releases/tag/0.80.0'
    label: security-advisories@github.com
  - url: >-
      https://github.com/activepieces/activepieces/security/advisories/GHSA-3pfv-m69p-5fv5
    label: security-advisories@github.com
tags:
  - nvd
epss: 0.00531
epssPercentile: 0.42419
ingestedAt: '2026-09-09T21:22:45.528Z'
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
