Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-48499 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

Activepieces is an open source AI workflow automation platform. Prior to 0.84.0, an unsanitized path segment in the Code piece sandbox can let an authenticated flow author reach read-write cached flow and code files belonging to other tenants on the same worker, exposing embedded data and allowing modified code to execute on a victim tenant's next flow run. This issue is fixed in version 0.84.0.

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-200Exposure of Sensitive Information to an Unauthorized Actor[email protected]
CWE-285Improper Authorization[email protected]
CWE-668Exposure of Resource to Wrong Sphere[email protected]
CWE-732Incorrect Permission Assignment for Critical Resource[email protected]

Affected Products

ProductVersions
Activepieces
<= 0.83

CPE

  • No CPEs found in CPE dictionary for this product.

Remediation

  • Upgrade: 0.84.0moderate efforthttps://github.com/activepieces/activepieces/releases/tag/0.84.0
  • Workaround:low effort

    Switch to the V8 isolate execution mode by setting AP_EXECUTION_MODE=SANDBOX_CODE_ONLY (or SANDBOX_CODE_AND_PROCESS) on the worker. Note that this will remove child_process, fs, and other Node built-ins from Code pieces, so any Code piece that relies on them will need to be rewritten.

Change History

2 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-48499
NVD Published Date:
Jul 30, 2026
NVD Last Modified:
Jul 30, 2026
Source:
[email protected]
CVE-2026-48499 Details - Not Deferred