Description
A server-side request forgery (SSRF) vulnerability in automatisch through commit 41f3c56 allows a low-privileged authenticated user with 'manage Flow' permission to make the server fetch arbitrary URLs and retrieve the full response body via the HTTP Request app's Custom Request action.
Published: 2026-08-10
Score: 7.7 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability allows a low‑privileged authenticated user with "manage Flow" permission to instruct the automatically server to fetch any URL and return the response body through the Custom Request action. By directly passing user‑supplied URLs into the HTTP client without any SSRF safeguards, an attacker can access internal network services, metadata endpoints, and potentially exfiltrate sensitive data. This can compromise confidentiality, integrity, and availability of internal resources within the deployment environment.

Affected Systems

The affected system is the automatically platform, specifically the backend module handling custom HTTP requests. The vulnerability resides in the file packages/backend/src/apps/http-request/actions/custom-request/index.js and applies to deployments that have not applied fixes provided in newer releases. No further vendor or product version details were supplied, so any release of automatically prior to the patch is potentially susceptible.

Risk and Exploitability

The CVSS score of 7.7 indicates a high severity with exploit potential. EPSS data is not available, and the vulnerability is not listed in CISA's KEV catalog, suggesting that it has not yet been widely exploited in the wild. However, because any authenticated user with the designated permission can trigger the SSRF, the potential impact on internal systems is considerable, especially in environments with exposed internal services or open metadata endpoints. The likely attack vector is an internal request originating from the server, making the vulnerability valuable for attackers seeking to bypass perimeter defenses.

Generated by OpenCVE AI on August 10, 2026 at 12:28 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade automatically to the latest version where the SSRF issue has been fixed.
  • Restrict the "manage Flow" permission to a minimal set of trusted users to reduce the number of accounts that can trigger custom HTTP requests.
  • Implement network segmentation or firewall rules to block the automatically server from reaching internal IP ranges, thereby mitigating SSRF impact if an update is delayed.

Generated by OpenCVE AI on August 10, 2026 at 12:28 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 10 Aug 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Mon, 10 Aug 2026 12:00:00 +0000

Type Values Removed Values Added
Description A server-side request forgery (SSRF) vulnerability in automatisch through commit 41f3c56 allows a low-privileged authenticated user with 'manage Flow' permission to make the server fetch arbitrary URLs and retrieve the full response body via the HTTP Request app's Custom Request action. The packages/backend/src/apps/http-request/actions/custom-request/index.js handler passes the user-supplied URL directly to the HTTP client with no SSRF controls, enabling access to internal services and metadata endpoints. A server-side request forgery (SSRF) vulnerability in automatisch through commit 41f3c56 allows a low-privileged authenticated user with 'manage Flow' permission to make the server fetch arbitrary URLs and retrieve the full response body via the HTTP Request app's Custom Request action.

Mon, 10 Aug 2026 11:00:00 +0000

Type Values Removed Values Added
Description A server-side request forgery (SSRF) vulnerability in automatisch through commit 41f3c56 allows a low-privileged authenticated user with 'manage Flow' permission to make the server fetch arbitrary URLs and retrieve the full response body via the HTTP Request app's Custom Request action. The packages/backend/src/apps/http-request/actions/custom-request/index.js handler passes the user-supplied URL directly to the HTTP client with no SSRF controls, enabling access to internal services and metadata endpoints.
Title automatisch - Server-Side Request Forgery via HTTP Request Custom Action
Weaknesses CWE-918
References
Metrics cvssV3_1

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


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: TuranSec

Published:

Updated: 2026-08-10T13:05:31.826Z

Reserved: 2026-08-10T10:32:53.853Z

Link: CVE-2026-72566

cve-icon Vulnrichment

Updated: 2026-08-10T13:05:27.388Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-10T12:30:07Z

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)