๐Ÿ” CVE Alert

CVE-2026-63460

HIGH 7.5

Vendure: Unauthenticated ReDoS via `regex` filter on SQLite backends

CVSS Score
7.5
EPSS Score
0.0%
EPSS Percentile
0th

Vendure is an open-source headless commerce platform. Prior to 3.6.5, the public Shop GraphQL API allows an unauthenticated caller to supply a catastrophically backtracking pattern through StringOperators.regex. packages/core/src/service/helpers/list-query-builder/parse-filter-params.ts passes the raw pattern to the REGEXP implementation registered by packages/core/src/service/helpers/list-query-builder/list-query-builder.ts, and better-sqlite3 and sqljs evaluate it synchronously in the Node.js event loop. ShopProductsResolver.products is publicly reachable, so one nested-quantifier pattern can block request processing and make the storefront and admin API unavailable, while repeated requests can sustain denial of service. PostgreSQL and MySQL or MariaDB deployments do not execute this regular expression in the Node.js event loop. This issue is fixed in version 3.6.5.

CWE CWE-1333
Vendor vendurehq
Product vendure
Published Sep 17, 2026
Last Updated Sep 17, 2026
Stay Ahead of the Next One

Get instant alerts for vendurehq vendure

Be the first to know when new high vulnerabilities affecting vendurehq vendure are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

Affected Versions

vendurehq / vendure
< 3.6.5

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/vendurehq/vendure/security/advisories/GHSA-jgm3-qmp2-c4p7 github.com: https://github.com/vendurehq/vendure/commit/f74cbbb0b9a50b5b0131822835fe7ee9b71b42c9 github.com: https://github.com/vendurehq/vendure/releases/tag/v3.6.5