SEPTEMBER 8, 2026
Live Feed
Back to database
Case File

CVE-2026-53535

MEDIUM · CVSS 5.9 EPSS 0.57% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-16 · Last synced 2026-08-15

CyberRota Analysis

AI-Generated

The git-sync feature in Activepieces prior to version 0.82.0 is vulnerable due to improper handling of symbolic links and insufficient validation of user-supplied identifiers, allowing an attacker to manipulate file paths and potentially overwrite arbitrary files on the host filesystem. This could lead to severe consequences such as data tampering, denial of service, or remote code execution. Organizations using self-hosted Enterprise Edition deployments should prioritize upgrading to version 0.82.0 to mitigate these risks.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
remote code execution code execution

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-53535
Severity
MEDIUM
CVSS
5.9
EPSS
0.57%

Original NVD Description

Activepieces is an open source AI workflow automation platform. Prior to 0.82.0, the git-sync feature clones a user-configured Git repository into a temporary directory on the server and then writes flow, table, and connection state into it before pushing back, and two separate weaknesses allowed those writes to escape the intended workspace and land on arbitrary paths on the host filesystem: Git's symbolic-link handling was not disabled on the clone, so an attacker who controlled the remote repository could include symlinks that redirected the writes, and several user-supplied identifiers used to build on-disk paths (the repository slug and the externalId of tables, flows, and connections) were not validated against directory-traversal sequences such as ../. On a self-hosted Enterprise Edition deployment, a user authorized to configure or push to a git-sync repository (holding the WRITE_PROJECT_RELEASE permission) could cause the server to overwrite files anywhere the Activepieces process user can write, which depending on host layout can be leveraged for tampering, denial of service, or remote code execution. This issue is fixed in version 0.82.0.