Vulnerability Description
Vendure is an open-source headless commerce platform. Prior to 3.7.0, ExternalAuthenticationService.createCustomerAndUser in packages/core/src/service/helpers/external-authentication/external-authentication.service.ts selects an existing customer user by emailAddress and attaches a newly presented ExternalAuthenticationMethod without requiring verified to be true. In deployments with a custom external AuthenticationStrategy that forwards an email whose ownership the provider has not verified, an attacker can authenticate with a victim's email and bind the attacker's external identity to the victim's existing account. This can expose orders, addresses, and personal information and permit account changes or orders as the victim. Native-only email and password deployments and external strategies that always require provider-verified email ownership are unaffected, and new-account creation for an unused email remains permitted. This issue is fixed in version 3.7.0.
CVSS Score
CRITICAL
Related Weaknesses (CWE)
References
- https://github.com/vendurehq/vendure/commit/3bb04718ea4f9395fda731bd2a4bcfc3afb0
- https://github.com/vendurehq/vendure/releases/tag/v3.7.0
- https://github.com/vendurehq/vendure/security/advisories/GHSA-6j36-r6pr-59x4
- https://github.com/vendurehq/vendure/security/advisories/GHSA-6j36-r6pr-59x4
FAQ
What is CVE-2026-63472?
CVE-2026-63472 is a vulnerability with a CVSS score of 9.1 (CRITICAL). Vendure is an open-source headless commerce platform. Prior to 3.7.0, ExternalAuthenticationService.createCustomerAndUser in packages/core/src/service/helpers/external-authentication/external-authenti...
How severe is CVE-2026-63472?
CVE-2026-63472 has been rated CRITICAL with a CVSS base score of 9.1/10. This is considered a critical vulnerability requiring immediate attention.
Is there a patch for CVE-2026-63472?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.