---
id: CVE-2026-63461
title: Vendure is an open-source headless commerce platform
summary: >-
  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
  filterOperat…
severity: medium
cvss: 5.3
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N'
cwe:
  - CWE-200
vendor: vendurehq
product: vendure
affected:
  - 'vendure >= 1.0.0, < 3.6.5'
patched:
  - '@vendure/core 3.6.5'
published: '2026-09-17'
updated: '2026-09-17'
sourceUpdated: '2026-09-17T21:16:02.560'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-63461'
references:
  - url: >-
      https://github.com/vendurehq/vendure/commit/6daf5cb8571321eb6c6afa1d8e95a390c060be02
    label: security-advisories@github.com
  - url: 'https://github.com/vendurehq/vendure/releases/tag/v3.6.5'
    label: security-advisories@github.com
  - url: >-
      https://github.com/vendurehq/vendure/security/advisories/GHSA-xf65-r35x-wmmv
    label: security-advisories@github.com
  - url: 'https://github.com/advisories/GHSA-xf65-r35x-wmmv'
tags:
  - nvd
  - cve.org
  - ghsa
  - npm
aliases:
  - GHSA-xf65-r35x-wmmv
ecosystem: npm
ssvc:
  exploitation: none
  automatable: 'yes'
  technicalImpact: partial
  timestamp: '2026-09-17T17:06:13.598677Z'
ingestedAt: '2026-09-17T15:20:38.997Z'
epss: 0.0044
epssPercentile: 0.35615
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.

## Package advisory (CVE-2026-63461)

Affected packages:

- `@vendure/core >= 1.0.0, < 3.6.5`

Patched in:

- `@vendure/core 3.6.5`

Source: https://github.com/advisories/GHSA-xf65-r35x-wmmv
