CVE-2026-67620 Details
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.
A server-side request forgery (SSRF) vulnerability has been identified in Flowise versions through 3.1.4. The issue arises from an incomplete deny-list in the SSRF guard within httpSecurity.ts, which fails to block access to the Oracle Cloud Infrastructure metadata endpoint 192.0.0.192 and the Alibaba Cloud metadata endpoint 100.100.100.200. This oversight allows authenticated attackers to manipulate the server into making arbitrary GET requests to cloud instance metadata services. The vulnerability can be exploited by sending requests to the fetch-links API endpoint with a crafted URL parameter, bypassing the deny-list validation, including redirects. As a result, instance identity data and role credentials on affected Oracle or Alibaba Cloud deployments can be exposed. Additionally, if URL-fetching nodes are present in public chatflows, this access could be gained without authentication.
No vendor patch will be issued as the Flowise project has been sunset. Operators are advised to switch from a deny-list to an allow-list approach, blocking the omitted metadata IPs and ranges at the network layer, auditing public chatflows for URL-fetching nodes, enforcing provider-specific metadata access controls, and considering migration off Flowise.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Aug 10, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://flowiseai.com/sunset | [email protected] | Not Applicable |
| https://github.com/abdugafforov-bobur/CVE-2026-67620-poc | [email protected] | ExploitMitigationThird Party Advisory |
| https://www.vulncheck.com/advisories/flowise-ssrf-via-fetch-links-endpoint-incomplete-deny-list | [email protected] | Third Party Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-918 | Server-Side Request Forgery (SSRF) | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| flowiseai flowise | <= 3.1.4 |
CPE
Remediation
| |
Change History
3 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 4, 2026 | Initial Analysis | [email protected] |
| Aug 10, 2026 | CVE Modified | CISA-ADP |
| Aug 8, 2026 | New CVE Received | [email protected] |