Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
Lifecycle Timeline
7DescriptionCVE.org
A vulnerability was determined in trueleaf ApiFlow 0.9.7. The impacted element is the function validateUrlSecurity of the file packages/server/src/service/proxy/http_proxy.service.ts of the component URL Validation Handler. This manipulation causes server-side request forgery. Remote exploitation of the attack is possible. The exploit has been publicly disclosed and may be utilized.
AnalysisAI
A Server-Side Request Forgery (SSRF) vulnerability exists in the validateUrlSecurity function within trueleaf ApiFlow version 0.9.7's URL validation handler. This flaw allows unauthenticated remote attackers to manipulate server-side requests to access internal resources or perform actions on behalf of the server. A public proof-of-concept exploit has been disclosed and is available, significantly lowering the barrier to exploitation.
Technical ContextAI
The vulnerability resides in the validateUrlSecurity function located in packages/server/src/service/proxy/http_proxy.service.ts of ApiFlow's URL Validation Handler component. ApiFlow is a trueleaf product identified by CPE cpe:2.3:a:trueleaf:apiflow:*:*:*:*:*:*:*:*. The root cause is classified as CWE-918 (Server-Side Request Forgery), indicating improper validation of user-supplied URLs that are subsequently used in server-initiated HTTP requests. This allows attackers to bypass intended access controls by forcing the application server to make requests to arbitrary internal or external destinations, potentially exposing sensitive internal services, cloud metadata endpoints, or enabling port scanning and further attacks from the server's network context.
RemediationAI
Upgrade ApiFlow immediately to a version newer than 0.9.7 that addresses this SSRF vulnerability, checking with TrueLeaf for the latest patched release. Until patching is feasible, implement network-level controls including strict egress filtering that prevents the ApiFlow server from initiating connections to internal IP ranges (RFC1918 addresses, link-local, loopback), cloud metadata endpoints (169.254.169.254, fd00:ec2::254), and non-essential external destinations. Deploy a Web Application Firewall or reverse proxy with URL validation rules that block requests containing private IP addresses, localhost references, or cloud metadata paths. Review application logs for suspicious URL patterns in proxy requests and consider temporarily disabling the affected URL validation handler functionality if business operations permit. Consult VulDB references at https://vuldb.com/?id.352316 and https://vuldb.com/?ctiid.352316 for additional technical context and the detailed exploit documentation at https://www.notion.so/Server-Side-Request-Forgery-SSRF-in-ApiFlow-329ea92a3c4180489df2fa2702078fe5 to understand attack patterns for detection engineering.
Same weakness CWE-918 – Server-Side Request Forgery (SSRF)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-14258
GHSA-29mf-95fh-hwxf