Server-Side Request Forgery (SSRF) in Flowise - CVE-2026-41272
Published: April 20, 2026
Flowise
Detailed vulnerability description
The vulnerability allows a remote user to access internal services and modify data via server-side request forgery.
The vulnerability exists due to improper access control in secureAxiosRequest and secureFetch in packages/components/src/httpSecurity.ts when handling outbound requests. A remote user can supply a crafted URL to access internal services and modify data via server-side request forgery.
Exploitation can occur through a DNS rebinding time-of-check time-of-use condition or when the deny list is left unset by default.