Answer in brief
CVE-2026-63461 records a Medium severity (CVSS 5.3) vulnerability in Vendure: Shop API list queries can return non-public entities when filterOperator is OR. The current sources do not mark it as known exploited. The current feed maps vendurehq/vendure (generic), @vendure/core (npm). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 5.3. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps vendurehq/vendure (generic), @vendure/core (npm). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| vendurehq/venduregeneric | >= 1.0.0, < 3.6.5 | Not reported |
| @vendure/corenpm | >=1.0.0,<3.6.5 | 3.6.5 |
Published upstream
Sep 17, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 17, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 17, 2026
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.
Quoted source text, attributed separately from HOL analysis.