Intel

AIKIDO-2026-11013

@vendure/core is vulnerable to Server-side Request Forgery (SSRF)

Server-side Request Forgery (SSRF) Pre-CVE
Found by Aikido Intel before public disclosure or CVE publication.
Published Yesterday

81

High Risk

This Affects:

JS@vendure/core
1.0.0 - 3.6.3
Fixed in 3.6.4
Are you affected? Scan for Free

TL;DR

DefaultAssetImportStrategy.getStreamFromUrl previously fetched any URL supplied by an admin without checking what host it actually resolves to. Combined with Node's permissive http.get, this gave an authenticated admin a free SSRF primitive: pointing the importer at e.g. http://foo-bar/latest/meta-data/ extracts cloud IAM tokens, and any hostname pointing at a loopback / RFC 1918 / link-local address could probe internal services that trust same-host traffic.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range.

Background info

@vendure/core is vulnerable to Server-side Request Forgery (SSRF) in versions 1.0.0 - 3.6.3.

How to fix this

Upgrade the @vendure/core library to the patch version.