Skip to content
Threat Feed
critical advisory

Privilege Escalation in Craft CMS via Registration Flaw

Craft CMS versions prior to 5.10.11 contain a vulnerability allowing unauthenticated attackers to inherit administrator privileges by registering with the email address of a deactivated admin account when specific registration settings are active.

CVE search metadata

CVE search record: CVE-2026-84795. Severity: critical. CVSS: 9.8. KEV: no. Product: Craft CMS (< 5.10.11). Brief: Privilege Escalation in Craft CMS via Registration Flaw. Brief link: https://feed.craftedsignal.io/briefs/2026-09-02-craft-cms-privilege-escalation/

Craft CMS versions before 5.10.11 are vulnerable to an unauthorized privilege escalation flaw (CVE-2026-84795). The vulnerability arises because the system fails to correctly validate or clear the 'admin' flag when a user registers, specifically if they register with an email address previously associated with a deactivated administrator account.

This issue is exploitable only under specific configuration scenarios: when public user registration is enabled and email verification is disabled. If these conditions are met, an attacker can register an account using the known email address of a deactivated admin. The application incorrectly maps the new registration to the existing, albeit deactivated, record's administrative privileges, resulting in full unauthorized access. This flaw represents a critical security risk as it bypasses standard access control mechanisms. Defenders must ensure that public registration is limited or strictly monitored and that email verification is enforced to prevent this vector.

Impact

Successful exploitation allows unauthenticated attackers to gain full administrative control over the Craft CMS instance. This can lead to total system compromise, unauthorized data exfiltration, and persistent access to the back-end administrative interface. This vulnerability affects all Craft CMS installations configured with public registration and disabled email verification running versions prior to 5.10.11.

Recommendation

Prioritized actions for security teams:

  • Update Craft CMS to version 5.10.11 or later immediately to address CVE-2026-84795.
  • Review administrative account configurations to ensure that deactivated accounts are properly purged or restricted.
  • Disable public user registration on all production Craft CMS instances unless explicitly required.
  • Ensure that email verification is strictly enabled for all user registration flows to mitigate unauthorized account takeovers.

Immediate actions

Upgrade Craft CMS to version 5.10.11 or later.

IT Operations 24h

Mitigations

Disable public registration and enable email verification in Craft CMS settings.

immediate IT Operations

CVE-2026-84795