CVE-2026-12813
Deferred Deferred - Pending Action

Server-Side Request Forgery in Activepieces File URL Handler

Vulnerability report for CVE-2026-12813, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-06-21

Last updated on: 2026-06-22

Assigner: VulDB

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-06-21
Last Modified
2026-06-22
Generated
2026-07-12
AI Q&A
2026-06-22
EPSS Evaluated
2026-07-10
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
activepieces activepieces to 0.83.0 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-918 The web server receives a URL or similar request from an upstream component and retrieves the contents of this URL, but it does not sufficiently ensure that the request is being sent to the expected destination.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability exists in activepieces up to version 0.83.0, specifically in the function handleUrlFile within the File URL Handler component. It allows an attacker to perform server-side request forgery (SSRF) by manipulating the function. The attack can be executed remotely, and the exploit is publicly available.

Impact Analysis

The vulnerability can lead to server-side request forgery, which may allow an attacker to make unauthorized requests from the vulnerable server. This can potentially expose internal systems, access sensitive information, or cause other unintended interactions with internal or external services.

Compliance Impact

The vulnerability allows server-side request forgery (SSRF), enabling unauthorized access to internal network resources and metadata endpoints. This can lead to unauthorized data access or leakage, which may impact compliance with data protection regulations such as GDPR and HIPAA that require safeguarding sensitive information and preventing unauthorized access.

Specifically, the SSRF vulnerability could allow attackers to access internal services or sensitive data that should be protected under these regulations, potentially resulting in breaches of confidentiality and integrity requirements.

Remediation involves enforcing SSRF protections and rejecting unsafe URL schemes to mitigate these risks and help maintain compliance.

Detection Guidance

This vulnerability involves the activepieces engine fetching URLs via the FILE property URL processor, bypassing SSRF protections and potentially accessing internal or metadata endpoints.

Detection can involve monitoring network traffic for unexpected requests originating from the activepieces engine to loopback addresses (e.g., 127.0.0.1), private IP ranges (RFC1918), link-local addresses, or cloud metadata service endpoints.

You can use network monitoring tools or commands such as:

  • tcpdump or tshark to capture outgoing HTTP requests from the activepieces process, filtering for internal IP ranges.
  • Example tcpdump command: sudo tcpdump -i any host 127.0.0.1 or net 10.0.0.0/8 or net 192.168.0.0/16 or net 172.16.0.0/12 and port 80 or port 443
  • Use netstat or ss to check for active connections from the activepieces process to internal IPs.
  • Review activepieces logs for any URL fetch attempts or errors related to URL processing.
Mitigation Strategies

Immediate mitigation involves preventing the activepieces engine from fetching unsafe URLs that could lead to SSRF.

Recommended steps include:

  • Restrict network access from the activepieces process to internal IP ranges and metadata service endpoints using firewall rules or network policies.
  • Monitor and block any outgoing requests from activepieces to loopback, private, or link-local addresses.
  • If possible, apply patches or updates that process FILE URLs through SSRF-safe clients or guards, rejecting unsafe schemes and enforcing time/size limits.
  • Until a vendor patch is available, consider disabling or limiting the use of the FILE property URL handler in workflows.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-12813. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart