Skip to main content

Apiflow CVE-2026-4528

| EUVDEUVD-2026-14258 MEDIUM
Server-Side Request Forgery (SSRF) (CWE-918)
2026-03-21 VulDB GHSA-29mf-95fh-hwxf
5.5
CVSS 4.0 · NVD
Share

Severity by source

NVD PRIMARY
5.5 MEDIUM
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

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
X

Lifecycle Timeline

7
CVSS changed
Apr 29, 2026 - 01:11 NVD
6.9 (MEDIUM) 5.5 (MEDIUM)
Severity Changed
Apr 24, 2026 - 16:37 NVD
HIGH MEDIUM
CVSS changed
Apr 24, 2026 - 16:37 NVD
7.3 (HIGH) 6.9 (MEDIUM)
PoC Detected
Mar 23, 2026 - 14:31 vuln.today
Public exploit code
EUVD ID Assigned
Mar 21, 2026 - 22:15 euvd
EUVD-2026-14258
Analysis Generated
Mar 21, 2026 - 22:15 vuln.today
CVE Published
Mar 21, 2026 - 22:02 nvd
HIGH 7.3

DescriptionCVE.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.

Share

CVE-2026-4528 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy