AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-73084

MEDIUM · CVSS 6.1 EPSS 0.23% Public Exploit

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

CyberRota Analysis

AI-Generated

Activepieces, an open-source AI workflow automation platform, is vulnerable due to improper handling of the user-supplied code query parameter in the /api/redirect OAuth callback endpoint, allowing for potential cross-site scripting (XSS) attacks. An attacker can exploit this vulnerability to execute arbitrary JavaScript in the context of a logged-in user's session, potentially accessing sensitive session tokens or making unauthorized API calls. Organizations using versions prior to 0.83.0 should prioritize updating to the latest version to mitigate this risk.

Public Exploit Signal

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

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

CVE
CVE-2026-73084
Severity
MEDIUM
CVSS
6.1
EPSS
0.23%
Java

Original NVD Description

Activepieces is an open source AI workflow automation platform. Prior to 0.83.0, the /api/redirect OAuth callback endpoint embeds the user-supplied code query parameter directly into an inline script block without proper escaping. A crafted request to /api/redirect with a malicious code value can break out of the script context and execute arbitrary JavaScript in the Activepieces origin when a logged-in user opens it. An unauthenticated attacker can access the victim's session tokens or make authenticated API calls on the victim's behalf. This issue is fixed in version 0.83.0.