CVE-2026-44010 PUBLISHED

Craft CMS: Missing Authorization in GraphQL Address Resolver Allows Cross-Scope PII Disclosure

Assigner: GitHub_M
Reserved: 04.05.2026 Published: 12.05.2026 Updated: 12.05.2026

Craft CMS is a content management system (CMS). From 4.0.0 to before 4.17.12 and 5.9.18, the GraphQL Address element resolver (src/gql/resolvers/elements/Address.php) performs no schema scope filtering on top-level queries. A GraphQL API token scoped to a single low-privilege user group can read every address in the system, including addresses belonging to users in groups the token has no authorization to access. This exposes PII, including full names, addresses, organizations, tax IDs, etc. This vulnerability is fixed in 4.17.12 and 5.9.18.

Metrics

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

Product Status

Vendor craftcms
Product cms
Versions
  • Version >= 5.0.0, < 5.9.18 is affected
  • Version >= 4.0.0, < 4.17.12 is affected

References

Problem Types

  • CWE-862: Missing Authorization CWE