GHSA-xf65-r35x-wmmv: Infoleak

Published Sep 17, 2026
·
Updated

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.

Impact Exposure of catalog entities intended to be hidden from the Shop API. The Shop API is publicly accessible, so no authentication is required.

Patches The injected guard is now always AND-combined with the caller-supplied filter, regardless of filterOperator.

Workarounds None other than upgrading.

Affected Software

1 affected componentFixes available
npm/@vendure/core>=1.0.0<3.6.5
3.6.5

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade npm/@vendure/core to a version that resolves this vulnerability.

    Fixed in 3.6.5

Event History

Sep 17, 2026
Advisory Published
via GitHub·02:50 PM
Data Sourced
via GitHub·02:50 PM
DescriptionSeverityWeaknessAffected Software

Frequently Asked Questions

1

Who can exploit this issue?

Any unauthenticated caller that can access the publicly available Shop API can exploit it. No privileges or user interaction are required.

2

What request behavior triggers exposure of hidden catalog entities?

The caller must supply filterOperator: OR and a filter predicate that matches disabled products or private collections or facets. This causes the public-visibility guard to be OR-combined with the caller-controlled filter.

3

What information can be exposed?

Disabled products and private collections or facets can be returned through the Shop API queries. The issue is an information disclosure; the provided data does not indicate integrity or availability impact.

4

Is there a workaround if upgrading cannot happen immediately?

No workaround is provided other than upgrading. The patch ensures the mandatory visibility guard is always combined with caller-supplied filters using AND.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203