CVE-2025-68477
7.7Langflow · Langflow
Langflow versions prior to 1.7.0 are susceptible to server-side request forgery (SSRF) via the API Request component, allowing authenticated users to access internal network resources.
Executive summary
A critical server-side request forgery vulnerability in Langflow allows authenticated attackers to access sensitive internal network services and cloud metadata.
Vulnerability
The vulnerability exists in the API Request component, which fails to adequately validate or restrict URLs supplied by authenticated users. This allows an attacker to force the server to perform requests against private IP ranges and cloud metadata services, returning the response body to the caller.
Business impact
Successful exploitation of this vulnerability poses a severe risk to organizational data and infrastructure. By bypassing network segmentation, an attacker can exfiltrate sensitive information from internal databases, administrative panels, or cloud environment metadata. Given the CVSS score of 7.7, this is a high-severity issue that could provide a critical foothold for further lateral movement within the internal network.
Remediation
Immediate Action: Update the Langflow installation to version 1.7.1 or later to implement the necessary request validation logic.
Proactive Monitoring: Review API access logs for suspicious requests directed toward private IP addresses, such as 127.0.0.1 or 169.254.169.254, which are common indicators of SSRF attempts.
Compensating Controls: Deploy a Web Application Firewall (WAF) configured to inspect and block outbound requests from the application server toward restricted internal network segments.
Exploitation status
Public Exploit Available: Unknown
Analyst recommendation
The ability for an authenticated user to perform SSRF against internal infrastructure represents a significant security oversight. Organizations utilizing Langflow must prioritize the update to version 1.7.1 immediately to close this access vector. Failure to patch leaves the internal network exposed to unauthorized information disclosure and potential service compromise.