CVE Catalog

CVE-2026-92594

HighCVSS 7.5
Published: Translated: NVD NIST

Summary

Craft CMS 5.0.0-RC1 through versions before 5.11.0 incorrectly authorizes the GraphQL draftCreator and revisionCreator fields. Instead of requiring the user-data scope enforced by Gql::canQueryUsers(), these fields are gated only on elements.drafts:read / elements.revisions:read scopes, and their resolver returns a raw User element without per-field authorization. A client with only those scopes can harvest email addresses, usernames, full names, and postal addresses of all draft/revision creators. Fixed in 5.11.0.

Risk Assessment

An unauthenticated or low-privileged client can harvest personal data of editors and administrators, potentially leading to phishing attacks or privacy breaches. The risk is high if the public GraphQL schema is enabled.

Recommendation

Upgrade Craft CMS to version 5.11.0. Until then, disable the public GraphQL schema or restrict drafts/revisions scopes.

Other vulnerabilities in Craft CMS

See all
Original NVD description (English source)

Craft CMS 5.0.0-RC1 through versions before 5.11.0 incorrectly authorize the GraphQL draftCreator and revisionCreator fields: instead of requiring the user-data scope enforced by Gql::canQueryUsers() (usergroups.*:read), these fields are gated only on the elements.drafts:read / elements.revisions:read scopes, and their resolver returns a raw User element whose email, username, fullName, and addresses fields have no per-field authorization. A client holding only the drafts or revisions scope — including an unauthenticated client when the operator has enabled the public GraphQL schema with those scopes — can therefore harvest the email addresses, usernames, full names, and postal addresses of all draft/revision creators (typically site editors and administrators). The issue is fixed in 5.11.0.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS