Vulnerability Description
Langflow is a tool for building and deploying AI-powered agents and workflows. Prior to version 1.7.0, Langflow provides an API Request component that can issue arbitrary HTTP requests within a flow. This component takes a user-supplied URL, performs only normalization and basic format checks, and then sends the request using a server-side httpx client. It does not block private IP ranges (127[.]0[.]0[.]1, the 10/172/192 ranges) or cloud metadata endpoints (169[.]254[.]169[.]254), and it returns the response body as the result. Because the flow execution endpoints (/api/v1/run, /api/v1/run/advanced) can be invoked with just an API key, if an attacker can control the API Request URL in a flow, non-blind SSRF is possible—accessing internal resources from the server’s network context. This enables requests to, and collection of responses from, internal administrative endpoints, metadata services, and internal databases/services, leading to information disclosure and providing a foothold for further attacks. Version 1.7.0 contains a patch for this issue.
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Langflow | Langflow | < 1.7.0 |
Related Weaknesses (CWE)
References
- https://github.com/langflow-ai/langflow/security/advisories/GHSA-5993-7p27-66g5ExploitVendor Advisory
- https://github.com/langflow-ai/langflow/security/advisories/GHSA-5993-7p27-66g5ExploitVendor Advisory
FAQ
What is CVE-2025-68477?
CVE-2025-68477 is a vulnerability with a CVSS score of 7.7 (HIGH). Langflow is a tool for building and deploying AI-powered agents and workflows. Prior to version 1.7.0, Langflow provides an API Request component that can issue arbitrary HTTP requests within a flow. ...
How severe is CVE-2025-68477?
CVE-2025-68477 has been rated HIGH with a CVSS base score of 7.7/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2025-68477?
Check the references section above for vendor advisories and patch information. Affected products include: Langflow Langflow.