Server-Side Request Forgery (SSRF) in Flowise - CVE-2026-69257
Published: July 30, 2026
Vulnerability details
The vulnerability allows a remote user to access internal services and disclose sensitive information.
The vulnerability exists due to incorrect normalization of IPv4-mapped IPv6 addresses in the http security module when validating resolved host addresses against the deny list. A remote user can control DNS resolution for a hostname and provide a crafted AAAA record to access internal services and disclose sensitive information.
The issue affects IPv4-mapped IPv6 addresses such as ::ffff:127.0.0.1 and ::ffff:169.254.169.254, causing IPv4 CIDR deny rules to be skipped because of an ipv6 versus ipv4 kind mismatch.