Description
Flowise through 3.1.4 contains a server-side request forgery vulnerability in the SSRF guard implemented in httpSecurity.ts, where the DEFAULT_DENY_LIST omits the Oracle Cloud Infrastructure metadata endpoint 192.0.0.192 and the Alibaba Cloud metadata endpoint 100.100.100.200, allowing authenticated attackers to force the server to issue arbitrary GET requests to cloud instance metadata services. Attackers can send requests to the fetch-links API endpoint with a crafted URL parameter, bypassing deny-list validation including redirect-based bypasses, to reach instance metadata services and expose instance identity data and role credentials on Oracle Cloud Infrastructure or Alibaba Cloud deployments, with unauthenticated access possible when URL-fetching nodes exist in public chatflows.
Published: 2026-08-08
Score: 6.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Flowise versions up to 3.1.4 contain a server‑side request forgery flaw in the httpSecurity.ts component. The SSRF guard’s default deny list does not block the Oracle Cloud Infrastructure metadata endpoint (192.0.0.192) or the Alibaba Cloud metadata endpoint (100.100.100.200). An attacker who can submit a crafted URL to the fetch‑links API, even by temporarily bypassing denial‑list validation or redirect handling, can force the Flowise server to perform arbitrary GET requests to these cloud metadata services. The result is disclosure of instance identity information and, where available, temporary role credentials that may be exploitable to further permissions escalation or data exfiltration. If the Flowise deployment exposes URL‑fetching nodes in public chatflows, even unauthenticated users may leverage the flaw.

Affected Systems

FlowiseAI’s Flowise platform, any instance running version 3.1.4 or earlier, supports the vulnerable fetch‑links endpoint. Systems that host public chatflows with URL‑fetching nodes are at heightened risk.

Risk and Exploitability

The CVSS score of 6.3 indicates a medium severity with potential for significant data exposure but without direct code execution. The EPSS score is not available; therefore, current exploitation probability remains unclear. The vulnerability is not listed in CISA’s KEV catalog. Attackers can exploit the flaw by sending an authenticated request to the fetch‑links endpoint, substituting a URL that points to 192.0.0.192 or 100.100.100.200 or by mimicking a redirect to bypass the deny list. Publicly exposed Flowise deployments may allow unauthenticated exploitation if they publish URL‑fetching nodes. Containing the exploitation requires configuring the SSRF guard, restricting outbound traffic to metadata services, or applying a patch.

Generated by OpenCVE AI on August 8, 2026 at 17:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Flowise to the latest stable release (3.1.5 or newer) where the SSRF guard’s deny list is updated to block OCI and Alibaba Cloud metadata endpoints.
  • If an update is not immediately possible, tighten the SSRF guard configuration to explicitly deny 192.0.0.192 and 100.100.100.200, and disable or restrict the fetch‑links API for unauthenticated users.
  • Implement network controls such as firewall rules or cloud security groups that prevent outbound traffic from the Flowise service to the IP ranges 192.0.0.192 and 100.100.100.200.
  • Audit and limit public exposure of chatflows that include URL‑fetching nodes, ensuring that only authenticated or trusted users can invoke the fetch‑links endpoint.

Generated by OpenCVE AI on August 8, 2026 at 17:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 08 Aug 2026 17:45:00 +0000

Type Values Removed Values Added
First Time appeared Flowiseai
Flowiseai flowise
Vendors & Products Flowiseai
Flowiseai flowise

Sat, 08 Aug 2026 16:15:00 +0000

Type Values Removed Values Added
Description Flowise through 3.1.4 contains a server-side request forgery vulnerability in the SSRF guard implemented in httpSecurity.ts, where the DEFAULT_DENY_LIST omits the Oracle Cloud Infrastructure metadata endpoint 192.0.0.192 and the Alibaba Cloud metadata endpoint 100.100.100.200, allowing authenticated attackers to force the server to issue arbitrary GET requests to cloud instance metadata services. Attackers can send requests to the fetch-links API endpoint with a crafted URL parameter, bypassing deny-list validation including redirect-based bypasses, to reach instance metadata services and expose instance identity data and role credentials on Oracle Cloud Infrastructure or Alibaba Cloud deployments, with unauthenticated access possible when URL-fetching nodes exist in public chatflows.
Title Flowise 3.1.4 SSRF via fetch-links Endpoint Incomplete Deny-List
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'}

cvssV4_0

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


Subscriptions

Flowiseai Flowise
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-08T16:03:39.904Z

Reserved: 2026-07-29T21:07:39.203Z

Link: CVE-2026-67620

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-08T17:30:16Z

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)