CVE-2026-35407 PUBLISHED

Saleor has Cross-Account Email Change via Unbound Confirmation Token

Assigner: GitHub_M
Reserved: 02.04.2026 Published: 08.04.2026 Updated: 08.04.2026

Saleor is an e-commerce platform. From 2.10.0 to before 3.23.0a3, 3.22.47, 3.21.54, and 3.20.118, a business-logic and authorization flaw was found in the account email change workflow, the confirmation flow did not verify that the email change confirmation token was issued for the given authenticated user. As a result, a valid email-change token generated for one account can be replayed while authenticated as a different account. The second account’s email address is then updated to the token's new_email, even though that token was never issued for that account. This vulnerability is fixed in 3.23.0a3, 3.22.47, 3.21.54, and 3.20.118.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:H/AT:P/PR:L/UI:P/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N
CVSS Score: 5.9

Product Status

Vendor saleor
Product saleor
Versions
  • Version >= 2.10.0, < 3.20.118 is affected
  • Version >= 3.21.0-a.0, < 3.21.54 is affected
  • Version >= 3.22.0-a.0, < 3.22.47 is affected
  • Version >= 3.23.0-a.0, < 3.23.0a3 is affected

References

Problem Types

  • CWE-285: Improper Authorization CWE