Intel

AIKIDO-2026-83521

@vendure/core is vulnerable to Insecure Direct Object Reference (IDOR)

Insecure Direct Object Reference (IDOR)CVE-2026-67347 Published Today

50

Medium Risk

This Affects:

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

TL;DR

The Admin API AssetService.update and StockLocationService.update methods fetch a channel-aware entity by its raw id without scoping the lookup to the caller's active channel, unlike every sibling read, update, and delete path. A channel-restricted administrator can modify assets and stock locations belonging to other channels by supplying the target entity's sequential id. The write commits even though a trailing channel-scoped read fails, producing a blind cross-channel write that breaks tenant isolation. The fix passes the active channel id to both lookups so entities belonging only to another channel are rejected.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range and you run a multi-channel deployment where channel-restricted administrators can update assets or stock locations.

Background info

@vendure/core is vulnerable to Insecure Direct Object Reference (IDOR) in versions 1.0.0 - 3.7.1.

How to fix this

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