Advisory Database
  • Advisories
  • Dependency Scanning
  1. npm
  2. ›
  3. @vendure/core
  4. ›
  5. CVE-2026-63461

CVE-2026-63461: Vendure: Shop API list queries can return non-public entities when filterOperator is OR

September 17, 2026

The Shop API products, collections and facets queries inject a mandatory filter to restrict results to publicly-visible entities (Product.enabled = true, Collection.isPrivate = false, Facet.isPrivate = false). This injected guard was combined with the caller-supplied filter using the caller-controlled filterOperator. When a caller sets filterOperator: OR, the guard is OR-combined instead of AND-combined, so a caller can retrieve disabled products and private collections/facets by supplying a predicate that matches them.

References

  • github.com/advisories/GHSA-xf65-r35x-wmmv
  • github.com/vendurehq/vendure/commit/6daf5cb8571321eb6c6afa1d8e95a390c060be02
  • github.com/vendurehq/vendure/releases/tag/v3.6.5
  • github.com/vendurehq/vendure/security/advisories/GHSA-xf65-r35x-wmmv
  • nvd.nist.gov/vuln/detail/CVE-2026-63461

Code Behaviors & Features

Detect and mitigate CVE-2026-63461 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions starting from 1.0.0 before 3.6.5

Fixed versions

  • 3.6.5

Solution

Upgrade to version 3.6.5 or above.

Impact 5.3 MEDIUM

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N

Learn more about CVSS

Weakness

  • CWE-200: Exposure of Sensitive Information to an Unauthorized Actor

Source file

npm/@vendure/core/CVE-2026-63461.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Fri, 18 Sep 2026 00:19:12 +0000.