---
id: CVE-2026-44472
title: Saleor is an e-commerce platform
summary: >-
  Saleor is an e-commerce platform. From 2.10.0rc1 until 3.21.67, 3.22.63, and
  3.23.22, the account activation flow treats email verification as sufficient
  proof of account ownership and automatically associates anonymous commerce
  data wit…
severity: high
cvss: 8.1
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N'
cwe:
  - CWE-287
published: '2026-08-18'
updated: '2026-09-18'
sourceUpdated: '2026-09-18T20:09:01.757'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-44472'
references:
  - url: >-
      https://github.com/saleor/saleor/commit/299cdfb1a5737108b78b5c2c0d29b94f3b7331a2
    label: security-advisories@github.com
  - url: >-
      https://github.com/saleor/saleor/commit/42516727823cb74cb6b875070956debecf9ffdb8
    label: security-advisories@github.com
  - url: >-
      https://github.com/saleor/saleor/commit/5110542c164991384fa3c4f01983e8c76823ce0f
    label: security-advisories@github.com
  - url: >-
      https://github.com/saleor/saleor/commit/dc63e422afc9f6ce115d75f045886b01b4f13e2b
    label: security-advisories@github.com
  - url: 'https://github.com/saleor/saleor/releases/tag/3.21.67'
    label: security-advisories@github.com
  - url: 'https://github.com/saleor/saleor/releases/tag/3.22.63'
    label: security-advisories@github.com
  - url: 'https://github.com/saleor/saleor/releases/tag/3.23.22'
    label: security-advisories@github.com
  - url: 'https://github.com/saleor/saleor/security/advisories/GHSA-6whj-8p3f-2xqp'
    label: security-advisories@github.com
tags:
  - nvd
epss: 0.0063
epssPercentile: 0.4793
ingestedAt: '2026-09-18T20:51:25.633Z'
---

## Overview

Saleor is an e-commerce platform. From 2.10.0rc1 until 3.21.67, 3.22.63, and 3.23.22, the account activation flow treats email verification as sufficient proof of account ownership and automatically associates anonymous commerce data with the newly activated account. An attacker can use accountRegister to create an account with a victim's email address before the victim registers. If the victim follows the activation link sent to that mailbox, Saleor activates the attacker-created account and saleor/graphql/account/mutations/account/confirm_account.py can merge anonymous orders and gift-card data for the same email address without requiring the account password or another authentication factor. The attacker can then access the merged order history and personal data, including names, addresses, and phone numbers. The patched supported lines disable automatic merging by default, while the redesigned 3.24.0 flow requires password confirmation before anonymous objects are linked. This issue is fixed in versions 3.21.67, 3.22.63, and 3.23.22.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
