Flowise SSRF leaks cloud credentials (CVE-2026-67620) [PoC]
CVE-2026-67620
CVE-2026-67620: Flowise 3.1.4 and earlier SSRF leaks Oracle/Alibaba cloud credentials (CVSS 7.7). No patch yet; restrict fetch-links and egress.
Exploitation confirmed - public proof-of-concept - CVE-2026-67620 is a high-severity server-side request forgery (SSRF) in Flowise through 3.1.4 that lets authenticated attackers steal cloud instance identity credentials from Oracle Cloud Infrastructure and Alibaba Cloud metadata endpoints. No vendor patch is available yet; apply the mitigations below.
Overview
Flowise is a popular low-code platform for building LLM applications and visual chatflows. The vulnerability lives in the SSRF guard in httpSecurity.ts, specifically the DEFAULT_DENY_LIST that is supposed to block requests to internal or sensitive endpoints. That list omits two cloud metadata services: Oracle Cloud Infrastructure at 192.0.0.192 and Alibaba Cloud at 100.100.100.200.
An authenticated attacker can exploit this by calling the fetch-links API endpoint with a crafted URL parameter pointing at one of those metadata endpoints. The guard’s validation is weak enough to be bypassed with redirects, so the server follows the chain and issues the request itself. On Oracle or Alibaba Cloud deployments, that exposes instance identity documents and role-based credentials. In setups where URL-fetching nodes exist in public chatflows, the attack can be executed without any authentication.
The CVSS score is 7.7 (High), with a network attack vector, low complexity, and low privileges required. No user interaction is needed.
Impact
The core risk is credential theft from cloud metadata services. An attacker who successfully reaches these endpoints obtains temporary role credentials tied to the Flowise instance. Those credentials can then be used to pivot into other cloud resources, read object storage, access databases, or move laterally within the cloud account. On affected deployments, this effectively turns a low-privilege web request into broad cloud access.
The unauthenticated scenario is worse: if any public chatflow includes a URL-fetching node, the SSRF is reachable by anyone, with no account needed.
Remediation
There is no patched version of Flowise available as of this writing. Until a fix ships, take the following steps:
- Block egress to metadata endpoints at the firewall or cloud security group level. Specifically deny outbound traffic to
192.0.0.192/32and100.100.100.200/32. - Restrict access to the
fetch-linksendpoint so that only trusted, authenticated users can reach it. - Disable or remove URL-fetching nodes from public chatflows to eliminate the unauthenticated attack path.
- Rotate any cloud role credentials if you suspect the metadata service was already queried.
Security Insight
This vulnerability is a reminder that SSRF guardlists are only as good as their completeness. Cloud providers add new metadata endpoints over time, and a hardcoded deny list that misses one region or provider silently weakens the entire defense. The same pattern has bitten other platforms - compare this to the Oracle WebLogic CVE-2024-21182 issue, where a missing input check let attackers reach internal resources. For Flowise operators, the lesson is to treat the built-in SSRF guard as a best-effort baseline, not a security boundary, and enforce real network-layer restrictions on top.
Further Reading
Never miss a critical vulnerability
Get real-time security alerts delivered to your preferred platform.
Public PoC References
Unverified third-party code
These repositories are publicly listed on GitHub and have not been audited by Yazoul Security. They may contain malware, backdoors, destructive payloads, or operational security risks (telemetry, exfiltration). Treat them as hostile binaries. Inspect source before execution. Run only in isolated, disposable lab environments (offline VM, no credentials, no production data).
Authorized use only. This information is provided for defensive research, detection engineering, and patch validation. Using exploit code against systems you do not own or do not have explicit written permission to test is illegal in most jurisdictions and violates Yazoul's terms of use.
| Repository | Stars |
|---|---|
| abdugafforov-bobur/CVE-2026-67620-poc CVE-2026-67620 - Flowise SSRF via incomplete cloud-metadata deny-list (Oracle OCI 192.0.0.192 + Alibaba 100.100.100.200 bypass the DEFAULT_DENY_LIST) | ★ 0 |
Showing 1 of 1 known references. Source: nomi-sec/PoC-in-GitHub.
Related Advisories
A Server-Side Request Forgery (SSRF) vulnerability exists in parisneo/lollms versions prior to 2.2.0, specifically in the `/api/files/export-content` endpoint. The `_download_image_to_temp()` function...
Budibase is a low code platform for creating internal tools, workflows, and admin panels. In versions from 3.30.6 and prior, the REST datasource query preview endpoint (POST /api/queries/preview) make...
Kan is an open-source project management tool. In versions 0.5.4 and below, the /api/download/attatchment endpoint has no authentication and no URL validation. The Attachment Download endpoint accepts...
Server-side request forgery (ssrf) in Azure Custom Locations Resource Provider (RP) allows an authorized attacker to elevate privileges over a network....