CVE-2026-79990 HIGH

CVE-2026-79990: GQL entry mutation `siteId` bypasses schema site scope, enabling cross-site content read/write/delete

Vendor Craftcms
Product cms
Weakness CWE-639 · IDOR
Published September 2, 2026
Last update September 2, 2026

CVSS base score

8.7/10
Attack vector Network
Attack complexity Low
Privileges required Low
User interaction None
Confidentiality
Integrity

CVSS vector

CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

What the vulnerability does

01Description

Craft CMS GraphQL entry mutation resolvers (saveEntry, deleteEntry) read siteIddirectly from$argumentswithout passing throughArgumentManagerprepareArguments(), which is the function that enforces site-scope filtering via array_intersect against the GraphQL schema’s allowed sites. The query path (ElementResolverprepareElementQuery) correctly calls prepareArguments()`, so queries to unauthorized sites return empty. But mutations bypass this entirely — an attacker with a token scoped to Site A can create, modify, or delete entries in Site B by passing siteId in the mutations argument.

Key dates

02Disclosure timeline

September 2, 2026 CVE published
September 2, 2026 Record updated

Related vulnerabilities

04Related CVE