Vulnerabilities (CVE)

Filtered by vendor Vendure Subscribe
Filtered by product Vendure
Total 2 CVE
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2026-25050 1 Vendure 1 Vendure 2026-02-26 N/A 5.3 MEDIUM
Vendure is an open-source headless commerce platform. Prior to version 3.5.3, the `NativeAuthenticationStrategy.authenticate()` method is vulnerable to a timing attack that allows attackers to enumerate valid usernames (email addresses). In `packages/core/src/config/auth/native-authentication-strategy.ts`, the authenticate method returns immediately if a user is not found. The significant timing difference (~200-400ms for bcrypt vs ~1-5ms for DB miss) allows attackers to reliably distinguish between existing and non-existing accounts. Version 3.5.3 fixes the issue.
CVE-2022-23065 1 Vendure 1 Vendure 2024-11-21 3.5 LOW 5.4 MEDIUM
In Vendure versions 0.1.0-alpha.2 to 1.5.1 are affected by Stored XSS vulnerability, where an attacker having catalog permission can upload a SVG file that contains malicious JavaScript into the “Assets” tab. The uploaded file will affect administrators as well as regular users.