---
id: CVE-2026-48744
title: Saleor is an e-commerce platform
summary: >-
  Saleor is an e-commerce platform. From 3.14.67 until 3.21.67, 3.22.63, and
  3.23.22, a broken authorization check in saleor/permission/utils.py can
  incorrectly authorize unauthenticated GraphQL requests. The flaw permits
  anonymous callers…
severity: medium
cvss: 6.5
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N'
cwe:
  - CWE-285
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-48744'
references:
  - url: >-
      https://github.com/saleor/saleor/commit/11efb4e9ea76942cf142bc01de8846cbaf764465
    label: security-advisories@github.com
  - url: >-
      https://github.com/saleor/saleor/commit/580b93b6e0faef7800e667f0c3bc507d3ef6f5f5
    label: security-advisories@github.com
  - url: >-
      https://github.com/saleor/saleor/commit/9b1f59b3ed86c3fad3ce071639cf434c1ab94a85
    label: security-advisories@github.com
  - url: >-
      https://github.com/saleor/saleor/commit/afd1ddd13b79e78db4e05f846b1f159078c50417
    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-xqqq-qhgq-gx53'
    label: security-advisories@github.com
tags:
  - nvd
epss: 0.00379
epssPercentile: 0.29035
ingestedAt: '2026-09-18T20:51:25.632Z'
---

## Overview

Saleor is an e-commerce platform. From 3.14.67 until 3.21.67, 3.22.63, and 3.23.22, a broken authorization check in saleor/permission/utils.py can incorrectly authorize unauthenticated GraphQL requests. The flaw permits anonymous callers to use the channelUpdate() mutation to change channel order settings such as allowUnpaidOrders even when the response reports PermissionDenied. The same permission utility can expose hidden objects through the pageType() and translation() queries, including attributes whose visibleInStorefront field is false and that should be visible only to users with management permissions. 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.
