CVE-2026-48744: Saleor: Anonymous users can modify channel settings via `channelUpdate` due to `all([])` bypass in permission check
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.
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Upgrade
Upgrade
saleorto a version that resolves this vulnerability.Fixed in 3.21.67 - Upgrade
Upgrade
saleorto a version that resolves this vulnerability.Fixed in 3.22.63 - Upgrade
Upgrade
saleorto a version that resolves this vulnerability.Fixed in 3.23.22
Event History
Frequently Asked Questions
Which Saleor deployments need remediation?
Saleor deployments running versions from 3.14.67 up to, but not including, the fixed releases are affected. The fixes are available in 3.21.67, 3.22.63, and 3.23.22.
What does an attacker need to exploit this issue?
No authentication, privileges, or user interaction are required. An anonymous caller can send GraphQL requests to invoke channelUpdate() and may retrieve hidden objects through pageType() and translation() queries.
What impact should teams investigate?
The affected authorization utility can allow anonymous channelUpdate() requests to change channel order settings, including allowUnpaidOrders, even if the response reports PermissionDenied. It can also expose page type and translation data, including attributes marked visibleInStorefront: false.
What is the available remediation?
Upgrade to the applicable fixed Saleor release: 3.21.67, 3.22.63, or 3.23.22. The provided data does not specify a workaround for deployments that cannot be upgraded immediately.