CVE Catalog

CVE-2026-63461

MediumCVSS 5.3
Published: Translated: NVD NIST

Summary

In Vendure prior to 3.6.5, public Shop API products, collections, and facets queries combine mandatory visibility guards with caller-supplied filters using the caller-controlled filterOperator. When filterOperator is OR, a predicate matching a hidden entity can bypass the Product.enabled, Collection.isPrivate, or Facet.isPrivate guard. An unauthenticated caller can therefore retrieve disabled products and private collections or facets.

Risk Assessment

An attacker can access data that should be hidden, such as disabled products or private collections, potentially leading to leakage of business information. The risk affects any Vendure deployment with a public Shop API.

Recommendation

Upgrade Vendure to version 3.6.5 or later. Until patched, consider restricting access to the public Shop API.

Other vulnerabilities in Vendure

See all
Original NVD description (English source)

Vendure is an open-source headless commerce platform. Prior to 3.6.5, the public Shop API products, collections, and facets queries combine mandatory visibility guards with caller-supplied filters using the caller-controlled filterOperator. When filterOperator is OR, a predicate matching a hidden entity can bypass the Product.enabled, Collection.isPrivate, or Facet.isPrivate guard. An unauthenticated caller can therefore retrieve disabled products and private collections or facets. This issue is fixed in version 3.6.5.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS