CyberRota Analysis
AI-GeneratedActivepieces, 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.
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.