CVE-2026-48744 PUBLISHED

Saleor: Anonymous users can modify channel settings via `channelUpdate` due to `all([])` bypass in permission check

Assigner: GitHub_M
Reserved: 22.05.2026 Published: 18.08.2026 Updated: 18.08.2026

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.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
CVSS Score: 6.5

Product Status

Vendor saleor
Product saleor
Versions
  • Version >= 3.14.67, < 3.21.67 is affected
  • Version >= 3.22.0-a.0, < 3.22.63 is affected
  • Version >= 3.23.0-a.0, < 3.23.22 is affected

References

Problem Types

  • CWE-285: Improper Authorization CWE