{"url":"http://public2.vulnerablecode.io/api/packages/935043?format=json","purl":"pkg:npm/%40vendure/core@3.5.2-master-202512170238","type":"npm","namespace":"@vendure","name":"core","version":"3.5.2-master-202512170238","qualifiers":{},"subpath":"","is_vulnerable":true,"next_non_vulnerable_version":"3.5.7","latest_non_vulnerable_version":"3.6.2","affected_by_vulnerabilities":[{"url":"http://public2.vulnerablecode.io/api/vulnerabilities/84432?format=json","vulnerability_id":"VCID-am51-7hph-mqbm","summary":"Vendure is an open-source headless commerce platform. Starting in version 1.7.4 and prior to versions 2.3.4, 3.5.7, and 3.6.2, an unauthenticated SQL injection vulnerability exists in the Vendure Shop API. A user-controlled query string parameter is interpolated directly into a raw SQL expression without parameterization or validation, allowing an attacker to execute arbitrary SQL against the database. This affects all supported database backends (PostgreSQL, MySQL/MariaDB, SQLite). The Admin API is also affected, though exploitation there requires authentication. Versions 2.3.4, 3.5.7, and 3.6.2 contain a patch. For those who are unable to upgrade immediately, Vendure has made a hotfix available that uses `RequestContextService.getLanguageCode` to validate the `languageCode` input at the boundary. This blocks injection payloads before they can reach any query. The hotfix replaces the existing `getLanguageCode` method in `packages/core/src/service/helpers/request-context/request-context.service.ts`. Invalid values are silently dropped and the channel's default language is used instead. The patched versions additionally convert the vulnerable SQL interpolation to a parameterized query as defense in depth.","references":[{"reference_url":"https://api.first.org/data/v1/epss?cve=CVE-2026-40887","reference_id":"","reference_type":"","scores":[{"value":"0.07704","scoring_system":"epss","scoring_elements":"0.92107","published_at":"2026-06-11T12:55:00Z"}],"url":"https://api.first.org/data/v1/epss?cve=CVE-2026-40887"},{"reference_url":"https://github.com/vendurehq/vendure","reference_id":"","reference_type":"","scores":[{"value":"9.1","scoring_system":"cvssv3.1","scoring_elements":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H"},{"value":"CRITICAL","scoring_system":"generic_textual","scoring_elements":""}],"url":"https://github.com/vendurehq/vendure"},{"reference_url":"https://nvd.nist.gov/vuln/detail/CVE-2026-40887","reference_id":"","reference_type":"","scores":[{"value":"9.1","scoring_system":"cvssv3.1","scoring_elements":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H"},{"value":"CRITICAL","scoring_system":"generic_textual","scoring_elements":""}],"url":"https://nvd.nist.gov/vuln/detail/CVE-2026-40887"},{"reference_url":"https://github.com/advisories/GHSA-9pp3-53p2-ww9v","reference_id":"GHSA-9pp3-53p2-ww9v","reference_type":"","scores":[{"value":"CRITICAL","scoring_system":"cvssv3.1_qr","scoring_elements":""}],"url":"https://github.com/advisories/GHSA-9pp3-53p2-ww9v"},{"reference_url":"https://github.com/vendurehq/vendure/security/advisories/GHSA-9pp3-53p2-ww9v","reference_id":"GHSA-9pp3-53p2-ww9v","reference_type":"","scores":[{"value":"9.1","scoring_system":"cvssv3.1","scoring_elements":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H"},{"value":"CRITICAL","scoring_system":"cvssv3.1_qr","scoring_elements":""},{"value":"CRITICAL","scoring_system":"generic_textual","scoring_elements":""},{"value":"Track","scoring_system":"ssvc","scoring_elements":"SSVCv2/E:N/A:Y/T:P/P:M/B:A/M:M/D:T/2026-04-22T13:40:47Z/"}],"url":"https://github.com/vendurehq/vendure/security/advisories/GHSA-9pp3-53p2-ww9v"}],"fixed_packages":[{"url":"http://public2.vulnerablecode.io/api/packages/374034?format=json","purl":"pkg:npm/%40vendure/core@3.5.7","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/%2540vendure/core@3.5.7"},{"url":"http://public2.vulnerablecode.io/api/packages/374035?format=json","purl":"pkg:npm/%40vendure/core@3.6.2","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/%2540vendure/core@3.6.2"}],"aliases":["CVE-2026-40887","GHSA-9pp3-53p2-ww9v"],"risk_score":null,"exploitability":null,"weighted_severity":null,"resource_url":"http://public2.vulnerablecode.io/vulnerabilities/VCID-am51-7hph-mqbm"},{"url":"http://public2.vulnerablecode.io/api/vulnerabilities/66183?format=json","vulnerability_id":"VCID-qvev-ucsc-2uhc","summary":"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.","references":[{"reference_url":"https://api.first.org/data/v1/epss?cve=CVE-2026-25050","reference_id":"","reference_type":"","scores":[{"value":"0.00021","scoring_system":"epss","scoring_elements":"0.06142","published_at":"2026-06-11T12:55:00Z"}],"url":"https://api.first.org/data/v1/epss?cve=CVE-2026-25050"},{"reference_url":"https://github.com/vendurehq/vendure","reference_id":"","reference_type":"","scores":[{"value":"2.7","scoring_system":"cvssv4","scoring_elements":"CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:U"},{"value":"LOW","scoring_system":"generic_textual","scoring_elements":""}],"url":"https://github.com/vendurehq/vendure"},{"reference_url":"https://github.com/vendurehq/vendure/commit/7f0c5556ecddb44a5d5208677a45fdd5923b0cc9","reference_id":"","reference_type":"","scores":[{"value":"2.7","scoring_system":"cvssv4","scoring_elements":"CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:U"},{"value":"LOW","scoring_system":"generic_textual","scoring_elements":""}],"url":"https://github.com/vendurehq/vendure/commit/7f0c5556ecddb44a5d5208677a45fdd5923b0cc9"},{"reference_url":"https://nvd.nist.gov/vuln/detail/CVE-2026-25050","reference_id":"CVE-2026-25050","reference_type":"","scores":[{"value":"2.7","scoring_system":"cvssv4","scoring_elements":"CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:U"},{"value":"LOW","scoring_system":"generic_textual","scoring_elements":""}],"url":"https://nvd.nist.gov/vuln/detail/CVE-2026-25050"},{"reference_url":"https://github.com/advisories/GHSA-6f65-4fv2-wwch","reference_id":"GHSA-6f65-4fv2-wwch","reference_type":"","scores":[{"value":"LOW","scoring_system":"cvssv3.1_qr","scoring_elements":""}],"url":"https://github.com/advisories/GHSA-6f65-4fv2-wwch"},{"reference_url":"https://github.com/vendurehq/vendure/security/advisories/GHSA-6f65-4fv2-wwch","reference_id":"GHSA-6f65-4fv2-wwch","reference_type":"","scores":[{"value":"LOW","scoring_system":"cvssv3.1_qr","scoring_elements":""},{"value":"2.7","scoring_system":"cvssv4","scoring_elements":"CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:U"},{"value":"LOW","scoring_system":"generic_textual","scoring_elements":""},{"value":"Track","scoring_system":"ssvc","scoring_elements":"SSVCv2/E:N/A:Y/T:P/P:M/B:A/M:M/D:T/2026-01-30T15:45:23Z/"}],"url":"https://github.com/vendurehq/vendure/security/advisories/GHSA-6f65-4fv2-wwch"},{"reference_url":"https://github.com/vendurehq/vendure/releases/tag/v3.5.3","reference_id":"v3.5.3","reference_type":"","scores":[{"value":"2.7","scoring_system":"cvssv4","scoring_elements":"CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:U"},{"value":"LOW","scoring_system":"generic_textual","scoring_elements":""},{"value":"Track","scoring_system":"ssvc","scoring_elements":"SSVCv2/E:N/A:Y/T:P/P:M/B:A/M:M/D:T/2026-01-30T15:45:23Z/"}],"url":"https://github.com/vendurehq/vendure/releases/tag/v3.5.3"}],"fixed_packages":[{"url":"http://public2.vulnerablecode.io/api/packages/38453?format=json","purl":"pkg:npm/%40vendure/core@3.5.3","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-am51-7hph-mqbm"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/%2540vendure/core@3.5.3"},{"url":"http://public2.vulnerablecode.io/api/packages/935064?format=json","purl":"pkg:npm/%40vendure/core@3.6.0-minor-202511061550","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/%2540vendure/core@3.6.0-minor-202511061550"}],"aliases":["CVE-2026-25050","GHSA-6f65-4fv2-wwch"],"risk_score":null,"exploitability":null,"weighted_severity":null,"resource_url":"http://public2.vulnerablecode.io/vulnerabilities/VCID-qvev-ucsc-2uhc"}],"fixing_vulnerabilities":[],"risk_score":null,"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/%2540vendure/core@3.5.2-master-202512170238"}