The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-29069

CVE-2026-29069: Craft CMS Auth Bypass Vulnerability

CVE-2026-29069 is an authentication bypass vulnerability in Craft CMS that allows unauthenticated attackers to trigger activation emails for pending users and potentially gain unauthorized access to the system.

Published: March 6, 2026

CVE-2026-29069 Overview

CVE-2026-29069 is an Authorization Bypass vulnerability in Craft CMS, a popular content management system. The vulnerability exists in the actionSendActivationEmail() endpoint, which is accessible to unauthenticated users and lacks proper permission checks for pending user accounts. This flaw allows an attacker with no prior access to trigger activation emails for any pending user account by knowing or guessing the user ID. If the attacker controls the target user's email address, they can activate the account and gain unauthorized access to the system.

Critical Impact

Unauthenticated attackers can trigger activation emails for pending accounts and potentially gain system access if they control the target email address.

Affected Products

  • Craft CMS versions prior to 5.9.0-beta.2
  • Craft CMS versions prior to 4.17.0-beta.2
  • Craft CMS version 4.0.0 through 4.17.0-beta1
  • Craft CMS version 5.0.0 through 5.9.0-beta1

Discovery Timeline

  • 2026-03-04 - CVE-2026-29069 published to NVD
  • 2026-03-05 - Last updated in NVD database

Technical Details for CVE-2026-29069

Vulnerability Analysis

This vulnerability is classified under CWE-639 (Authorization Bypass Through User-Controlled Key), which occurs when an application uses user-supplied input to determine which resource or function to access without proper authorization checks. In the case of Craft CMS, the actionSendActivationEmail() endpoint fails to verify whether the requesting user has the appropriate permissions to trigger activation emails for pending accounts.

The vulnerability is network-accessible, requiring no authentication or user interaction to exploit. An attacker can enumerate or guess user IDs and trigger activation emails for those pending accounts. The primary security impact is unauthorized information disclosure and potential account takeover when the attacker controls the email address associated with the pending account.

Root Cause

The root cause of this vulnerability lies in the missing authorization check within the actionSendActivationEmail() endpoint. The endpoint was designed to send activation emails for user accounts but failed to implement proper access control to verify that:

  1. The requester is authenticated
  2. The requester has permission to trigger activation emails
  3. The target account belongs to or is managed by the requester

This oversight allows any unauthenticated remote user to invoke this functionality by simply providing a valid or guessed user ID.

Attack Vector

The attack vector for CVE-2026-29069 is network-based, making it remotely exploitable. An attacker can exploit this vulnerability by sending crafted HTTP requests to the vulnerable endpoint. The attack requires no authentication and can be performed without user interaction.

The exploitation scenario involves:

  1. The attacker identifies or enumerates pending user accounts by their user IDs
  2. The attacker sends requests to the actionSendActivationEmail() endpoint for each target user ID
  3. If the attacker controls the email address of a pending user account, they receive the activation email
  4. The attacker uses the activation link to complete account setup and gain system access

For detailed technical information about the exploitation mechanism, refer to the GitHub Security Advisory.

Detection Methods for CVE-2026-29069

Indicators of Compromise

  • Unusual volume of requests to activation email endpoints from unauthenticated sources
  • Multiple activation email trigger attempts for different user IDs from the same source IP
  • Successful account activations for users where the registration source differs from the activation source
  • Log entries showing activation email requests without corresponding authenticated sessions

Detection Strategies

  • Monitor web application logs for requests to the actionSendActivationEmail() endpoint from unauthenticated sessions
  • Implement rate limiting detection for activation email requests to identify enumeration attempts
  • Set up alerts for activation email requests originating from suspicious IP addresses or geographic locations
  • Review Craft CMS access logs for patterns indicating user ID enumeration

Monitoring Recommendations

  • Enable detailed logging for all authentication and account management endpoints in Craft CMS
  • Implement network-level monitoring for abnormal traffic patterns to the CMS installation
  • Configure SIEM rules to correlate activation email requests with subsequent successful account activations
  • Monitor email server logs for unusual volumes of activation emails being sent

How to Mitigate CVE-2026-29069

Immediate Actions Required

  • Upgrade Craft CMS to version 5.9.0-beta.2 or later for version 5.x installations
  • Upgrade Craft CMS to version 4.17.0-beta.2 or later for version 4.x installations
  • Review pending user accounts and remove any suspicious or unrecognized entries
  • Audit recent account activations for any unauthorized access
  • Implement web application firewall rules to restrict access to the activation endpoint

Patch Information

Craft CMS has released security patches to address this vulnerability. The fix is available in versions 5.9.0-beta.2 and 4.17.0-beta.2. The patch commit can be reviewed at the GitHub Commit Detail.

Organizations should prioritize upgrading to the patched versions. The fix implements proper authorization checks to ensure only authenticated users with appropriate permissions can trigger activation emails.

Workarounds

  • Implement WAF rules to block unauthenticated requests to the actionSendActivationEmail() endpoint
  • Restrict access to the Craft CMS admin panel to trusted IP addresses using network-level controls
  • Disable user registration functionality if not actively required until the patch can be applied
  • Monitor and manually approve all pending user accounts before allowing activation
bash
# Example: Nginx configuration to restrict access to activation endpoints
location ~* /actions/users/send-activation-email {
    # Allow only authenticated admin requests or block entirely
    deny all;
    # Or restrict to trusted networks
    # allow 10.0.0.0/8;
    # deny all;
}

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechCraft Cms

  • SeverityMEDIUM

  • CVSS Score6.9

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-639
  • Vendor Resources
  • GitHub Commit Detail

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-33162: Craft CMS Auth Bypass Vulnerability

  • CVE-2026-33160: Craft CMS Auth Bypass Vulnerability

  • CVE-2026-28782: Craft CMS Auth Bypass Vulnerability

  • CVE-2026-33161: Craft CMS Information Disclosure Flaw
Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English