SEPTEMBER 18, 2026
Live Feed
Back to database
Case File

CVE-2026-48744

MEDIUM · CVSS 6.5 EPSS 0.28% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-18 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

The vulnerability affects the Saleor e-commerce platform, allowing unauthenticated users to bypass authorization checks and manipulate channel order settings through the channelUpdate() mutation, despite receiving a PermissionDenied response. Additionally, it can expose sensitive data through the pageType() and translation() queries, potentially revealing attributes meant for management-level users only. Organizations using affected versions should prioritize patching to mitigate the risk of unauthorized access and data exposure.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-48744
Severity
MEDIUM
CVSS
6.5
EPSS
0.28%

Original NVD Description

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.