External risk intelligence

Craft CMS Admin Flag Inheritance Vulnerability

CVE advisorySeverity: CRITICAL (CVSS 9.2)

CVE-2026-84795

Craft CMS is a web-based content management system commonly deployed as a public-facing website. The vulnerability involves the user registration process, which is a standard web application feature frequently exposed to the public internet.

Halo Surface Signal: 4 out of 5 — likely to be public-facing.

External exposure likelihood

Horizon Alert

Summary of the vulnerability and why it matters

A flaw in Craft CMS allows unauthorized individuals to gain administrator privileges by exploiting a weakness in user registration, potentially leading to the inheritance of administrative rights from deactivated accounts. This issue arises when public registration is enabled and email verification is disabled, creating a pathway for malicious actors to assume control.

  • Issue: Users can gain admin access through registration.
  • Why remember: It bypasses standard security controls.
  • Executive takeaway: Confirm relevance and understand exposure.

Attack Path

How an attacker could exploit the issue

Attackers can register a new user account by leveraging a flaw in how administrator privileges are handled during user registration. If public registration is enabled and email verification is turned off, an attacker can use the email address of a deactivated administrator to create an account. This inherited administrator status allows the attacker to gain high-level access to the system.

  • Public registration and disabled email verification required.
  • Registering with a deactivated admin's email.
  • Inherit administrator privileges.

Live Threat

Current exploitation, exposure, and threat context

When public registration is enabled and email verification is disabled, an attacker could register using a deactivated administrator's email address. This would allow them to inherit administrator privileges, potentially impacting the integrity and availability of the affected system.

  • Administrator privileges could be gained.
  • Registration with deactivated admin emails.
  • System integrity and availability compromised.

Operational Fix

Recommended remediation, mitigation, and detection steps

This vulnerability in Craft CMS could impact organizations using the platform for public-facing websites, particularly if public registration and disabled email verification are enabled. Platform or application owners should first identify all instances of the affected Craft CMS version, confirm their public accessibility and business criticality, and then coordinate with infrastructure and security teams to plan remediation during the next maintenance window.

  • Platform or application owners should own the issue.
  • Verify public registration and email verification settings.
  • Plan remediation during the next maintenance window.

Supplementary metadata

Validate whether this threat affects your internet-facing exposure.

Halo Threat Intelligence helps prioritize remediation with Halo Surface Signal and H/A/L/O context. Start exposure validation with a free external attack surface trial.

Frequently asked questions

What is Craft CMS and how is it used?

Craft CMS is a flexible content management system designed for building dynamic, custom websites and applications. It provides the underlying architecture for content creators to manage text, media, and site structure. Because it powers the front-end experience for visitors, it is frequently deployed on web servers accessible to the public internet to deliver content and handle user interactions.

What is the vulnerability in CVE-2026-84795?

This vulnerability is classified as Improper Privilege Management (CWE-269). It occurs because the system fails to properly clear the 'admin' status when a user account is deactivated. As a result, if a new registration uses an email address previously tied to that deactivated admin account, the system incorrectly grants the new user those same high-level administrative permissions.

How can an attacker trigger this vulnerability?

An attacker must register a new account using the exact email address associated with a deactivated administrator. Crucially, the system is only susceptible if two specific settings are active: public user registration must be enabled, and email verification must be turned off. If email verification is active, the attack will not succeed because the attacker cannot validate the account.

Why should I care about this for my website?

Halo Surface Signal indicates that this issue is highly relevant because Craft CMS is typically deployed as a public-facing website where registration features are often exposed to the internet. If your installation allows public sign-ups without verification, your site is reachable by unauthorized users who could leverage this flaw to gain full control over your platform.

What steps should I take if I use Craft CMS?

First, audit your environment to identify if you are running a version of Craft CMS prior to 5.10.11. Check your configuration to see if public registration and disabled email verification are enabled simultaneously. If these settings are in use, prioritize updating to version 5.10.11 or higher to patch the privilege management flaw and prevent potential unauthorized access.

References