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.
Published: 2026-08-11
Score: 6.1 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

This flaw allows an attacker to craft a malicious value for the code query parameter in the /api/redirect OAuth callback, which is embedded directly into a script block without sanitization. The result is a reflected cross‑site scripting vulnerability that can execute arbitrary JavaScript in the browser context of any logged‑in user who follows the redirect. The injected code can read or steal the victim’s session tokens or perform authenticated API calls under the victim’s credentials, compromising confidentiality, integrity, and availability of the user’s data within the Activepieces platform. This issue is classified as CWE‑79 and CWE‑94.

Affected Systems

All installations of the open‑source Activepieces workflow automation platform with a version earlier than 0.83.0 are affected. The vulnerability resides in the /api/redirect endpoint and applies to any deployment that has not applied the 0.83.0 fix.

Risk and Exploitability

The attack vector is inferred from the description to be remote user‑interaction with the OAuth redirect endpoint. Because the vulnerability is triggered only when a logged‑in user opens the crafted URL, a social engineering or phishing campaign can be effective. The low EPSS score suggests that, although the technical risk is moderate, the probability of it being exploited in the near term is low, yet it remains important to mitigate the flaw promptly. The CVSS score is 6.1, indicating moderate severity.

Generated by OpenCVE AI on August 13, 2026 at 02:42 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Activepieces to version 0.83.0 or later, which contains the official fix for this reflected XSS flaw.
  • If upgrading is not immediately possible, manually apply the patch identified by commit 8be4c8d5e6a79ccbaa74815027432a3c8c311385 to the source code and redeploy.
  • Add a Content‑Security‑Policy header that restricts inline script execution or otherwise sanitize the code query parameter before embedding it into the HTML page.

Generated by OpenCVE AI on August 13, 2026 at 02:42 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 13 Aug 2026 02:00:00 +0000

Type Values Removed Values Added
First Time appeared Activepieces
Activepieces activepieces
Vendors & Products Activepieces
Activepieces activepieces

Wed, 12 Aug 2026 23:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 11 Aug 2026 17:00:00 +0000

Type Values Removed Values Added
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.
Title Activepieces: Reflected Cross-Site Scripting in OAuth Redirect Endpoint
Weaknesses CWE-79
CWE-94
References
Metrics cvssV3_1

{'score': 6.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N'}


Subscriptions

Activepieces Activepieces
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-12T22:13:48.236Z

Reserved: 2026-08-10T19:37:41.445Z

Link: CVE-2026-73084

cve-icon Vulnrichment

Updated: 2026-08-12T22:07:52.659Z

cve-icon NVD

Status : Received

Published: 2026-08-11T17:19:16.420

Modified: 2026-08-12T23:17:23.323

Link: CVE-2026-73084

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T02:45:03Z

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

  • CWE-94

    Improper Control of Generation of Code ('Code Injection')