VYPR
Unrated severityNVD Advisory· Published Jun 21, 2026

activepieces File URL file.ts handleUrlFile server-side request forgery

CVE-2026-12813

Description

A vulnerability was detected in activepieces up to 0.83.0. This vulnerability affects the function handleUrlFile in the library packages/server/engine/src/lib/variables/processors/file.ts of the component File URL Handler. The manipulation results in server-side request forgery. The attack can be executed remotely. The exploit is now public and may be used. The vendor was contacted early about this disclosure but did not respond in any way.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Affected products

2

Patches

Vulnerability mechanics

Root cause

"The `handleUrlFile` function in `file.ts` uses raw `fetch(path)` without applying the engine's SSRF guard, allowing server-side request forgery."

Attack vector

An attacker with the ability to supply a FILE property URL value (e.g., through a workflow input or AI/tool-generated data) can set the URL to a loopback, private network, or cloud metadata endpoint. The `handleUrlFile` function in `file.ts` passes this URL directly to the global `fetch(path)` without applying the engine's SSRF guard. This allows the engine to reach localhost, RFC1918 addresses, link-local addresses, and cloud metadata services, and the returned bytes may become an `ApFile` that flows into subsequent actions, AI prompts, logs, or outbound integrations [ref_id=1].

What the fix does

The advisory recommends routing FILE URL downloads through the same SSRF-safe client/guard used by the engine network layer, rejecting unsafe schemes and private/link-local/loopback targets, revalidating redirects, and enforcing time/size limits [ref_id=1]. No patch has been published by the vendor; the advisory is the sole remediation guidance available.

Preconditions

  • inputAbility to supply a FILE property URL value (e.g., via workflow input or AI/tool-generated data)
  • networkNetwork access to the Activepieces engine worker

Generated on Jun 22, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.

References

5

News mentions

0

No linked articles in our index yet.