{
    "dataType": "CVE_RECORD",
    "dataVersion": "5.2",
    "cveMetadata": {
        "cveId": "CVE-2026-48744",
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "state": "PUBLISHED",
        "assignerShortName": "GitHub_M",
        "dateReserved": "2026-05-22T19:10:35.747Z",
        "datePublished": "2026-08-18T17:10:05.214Z",
        "dateUpdated": "2026-08-19T18:21:42.815Z"
    },
    "containers": {
        "cna": {
            "title": "Saleor: Anonymous users can modify channel settings via `channelUpdate` due to `all([])` bypass in permission check",
            "problemTypes": [
                {
                    "descriptions": [
                        {
                            "cweId": "CWE-285",
                            "lang": "en",
                            "description": "CWE-285: Improper Authorization",
                            "type": "CWE"
                        }
                    ]
                }
            ],
            "metrics": [
                {
                    "cvssV3_1": {
                        "attackComplexity": "LOW",
                        "attackVector": "NETWORK",
                        "availabilityImpact": "NONE",
                        "baseScore": 6.5,
                        "baseSeverity": "MEDIUM",
                        "confidentialityImpact": "LOW",
                        "integrityImpact": "LOW",
                        "privilegesRequired": "NONE",
                        "scope": "UNCHANGED",
                        "userInteraction": "NONE",
                        "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
                        "version": "3.1"
                    }
                }
            ],
            "references": [
                {
                    "name": "https://github.com/saleor/saleor/security/advisories/GHSA-xqqq-qhgq-gx53",
                    "tags": [
                        "x_refsource_CONFIRM"
                    ],
                    "url": "https://github.com/saleor/saleor/security/advisories/GHSA-xqqq-qhgq-gx53"
                },
                {
                    "name": "https://github.com/saleor/saleor/commit/11efb4e9ea76942cf142bc01de8846cbaf764465",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/saleor/saleor/commit/11efb4e9ea76942cf142bc01de8846cbaf764465"
                },
                {
                    "name": "https://github.com/saleor/saleor/commit/580b93b6e0faef7800e667f0c3bc507d3ef6f5f5",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/saleor/saleor/commit/580b93b6e0faef7800e667f0c3bc507d3ef6f5f5"
                },
                {
                    "name": "https://github.com/saleor/saleor/commit/9b1f59b3ed86c3fad3ce071639cf434c1ab94a85",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/saleor/saleor/commit/9b1f59b3ed86c3fad3ce071639cf434c1ab94a85"
                },
                {
                    "name": "https://github.com/saleor/saleor/commit/afd1ddd13b79e78db4e05f846b1f159078c50417",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/saleor/saleor/commit/afd1ddd13b79e78db4e05f846b1f159078c50417"
                },
                {
                    "name": "https://github.com/saleor/saleor/releases/tag/3.21.67",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/saleor/saleor/releases/tag/3.21.67"
                },
                {
                    "name": "https://github.com/saleor/saleor/releases/tag/3.22.63",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/saleor/saleor/releases/tag/3.22.63"
                },
                {
                    "name": "https://github.com/saleor/saleor/releases/tag/3.23.22",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/saleor/saleor/releases/tag/3.23.22"
                }
            ],
            "affected": [
                {
                    "vendor": "saleor",
                    "product": "saleor",
                    "versions": [
                        {
                            "version": ">= 3.14.67, < 3.21.67",
                            "status": "affected"
                        },
                        {
                            "version": ">= 3.22.0-a.0, < 3.22.63",
                            "status": "affected"
                        },
                        {
                            "version": ">= 3.23.0-a.0, < 3.23.22",
                            "status": "affected"
                        }
                    ]
                }
            ],
            "providerMetadata": {
                "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
                "shortName": "GitHub_M",
                "dateUpdated": "2026-08-18T17:10:05.214Z"
            },
            "descriptions": [
                {
                    "lang": "en",
                    "value": "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."
                }
            ],
            "source": {
                "advisory": "GHSA-xqqq-qhgq-gx53",
                "discovery": "UNKNOWN"
            }
        },
        "adp": [
            {
                "metrics": [
                    {
                        "other": {
                            "type": "ssvc",
                            "content": {
                                "timestamp": "2026-08-19T18:17:30.626617Z",
                                "id": "CVE-2026-48744",
                                "options": [
                                    {
                                        "Exploitation": "none"
                                    },
                                    {
                                        "Automatable": "yes"
                                    },
                                    {
                                        "Technical Impact": "partial"
                                    }
                                ],
                                "role": "CISA Coordinator",
                                "version": "2.0.3"
                            }
                        }
                    }
                ],
                "title": "CISA ADP Vulnrichment",
                "providerMetadata": {
                    "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
                    "shortName": "CISA-ADP",
                    "dateUpdated": "2026-08-19T18:21:42.815Z"
                }
            }
        ]
    }
}