Description
Activepieces is an open source AI workflow automation platform. Prior to 0.82.0, the POST /api/v1/projects/:projectId/mcp-server/validate-agent-mcp-tool endpoint makes an outbound HTTP or SSE request to a user-supplied serverUrl without URL validation or SSRF protection. An authenticated user can cause the Activepieces server to connect to internal services, cloud metadata endpoints, or arbitrary external hosts and probe network reachability from the Activepieces host. This issue is fixed in version 0.82.0.
Published: 2026-08-11
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Activepieces, an open‑source AI workflow automation platform, has a server‑side request forgery flaw in the MCP tool validation endpoint. The vulnerable POST /api/v1/projects/:projectId/mcp-server/validate-agent-mcp-tool allows an authenticated user to submit an arbitrary serverUrl that the server then requests without any validation; this can lead the Activepieces host to connect to internal services, cloud metadata endpoints, or any external host, thereby exposing internal network information or facilitating lateral movement.

Affected Systems

All Activepieces installations running a version older than 0.82.0 are affected. The flaw resides in the server component that handles the MCP tool validation request, which is available to any user who can authenticate and provide a project ID.

Risk and Exploitability

The CVSS score of 5.3 indicates a moderate severity, and the EPSS score of less than 1% suggests a low likelihood of exploitation at present. The vulnerability is not listed in the CISA KEV catalog. The likely attack vector is authenticated internal exploitation, as an attacker must first log into the Activepieces instance to send the crafted POST request. No public exploits have been reported, but the flaw can cause the server to reach arbitrary URLs, potentially exposing internal host details and enabling lateral movement.

Generated by OpenCVE AI on August 12, 2026 at 21:39 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Activepieces to version 0.82.0 or later, which removes the unvalidated outbound request logic.
  • Restrict outbound network access for the MCP tool validation endpoint by configuring firewall rules or a proxy that only permits approved destinations.
  • Implement strict server‑side URL validation to reject non‑HTTP/HTTPS schemes and enforce a whitelist of allowed hosts, mitigating potential SSRF attacks.

Generated by OpenCVE AI on August 12, 2026 at 21:39 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

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

Tue, 11 Aug 2026 18: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.82.0, the POST /api/v1/projects/:projectId/mcp-server/validate-agent-mcp-tool endpoint makes an outbound HTTP or SSE request to a user-supplied serverUrl without URL validation or SSRF protection. An authenticated user can cause the Activepieces server to connect to internal services, cloud metadata endpoints, or arbitrary external hosts and probe network reachability from the Activepieces host. This issue is fixed in version 0.82.0.
Title Activepieces: Server-side request forgery in MCP tool validation endpoint
Weaknesses CWE-200
CWE-918
References
Metrics cvssV4_0

{'score': 5.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N'}


Subscriptions

Activepieces Activepieces
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-11T17:53:53.473Z

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

Link: CVE-2026-73082

cve-icon Vulnrichment

Updated: 2026-08-11T17:53:46.433Z

cve-icon NVD

Status : Received

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

Modified: 2026-08-11T18:18:26.097

Link: CVE-2026-73082

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T02:15:02Z

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor

  • CWE-918

    Server-Side Request Forgery (SSRF)