CVE-2026-29069: CWE-639: Authorization Bypass Through User-Controlled Key in craftcms cms
Craft is a content management system (CMS). Prior to 5.9.0-beta.2 and 4.17.0-beta.2, the actionSendActivationEmail() endpoint is accessible to unauthenticated users and does not require a permission check for pending users. An attacker with no prior access can 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 access to the system. This vulnerability is fixed in 5.9.0-beta.2 and 4.17.0-beta.2.
AI Analysis
Technical Summary
CVE-2026-29069 is a medium-severity authorization bypass vulnerability affecting Craft CMS, a popular content management system. The flaw resides in the actionSendActivationEmail() endpoint, which prior to versions 5.9.0-beta.2 and 4.17.0-beta.2, is accessible without authentication and does not enforce permission checks on pending user accounts. This endpoint allows sending activation emails to users who have registered but not yet activated their accounts. An attacker who can guess or enumerate user IDs can trigger activation emails for any pending user. If the attacker also controls the email address associated with the target user account, they can complete the activation process and gain unauthorized access to the CMS. This bypasses normal authorization controls and allows account takeover without requiring credentials or user interaction. The vulnerability is classified under CWE-639 (Authorization Bypass Through User-Controlled Key). The CVSS 4.0 vector indicates network attack vector, low attack complexity, no privileges or user interaction required, and low impact on confidentiality. The vulnerability affects Craft CMS versions from 4.0.0-RC1 up to but not including 4.17.0-beta.2, and from 5.0.0-RC1 up to but not including 5.9.0-beta.2. The flaw was publicly disclosed on March 4, 2026, and no known exploits have been reported in the wild. The issue is resolved by adding proper permission checks and restricting access to the activation email endpoint in the fixed beta releases.
Potential Impact
This vulnerability allows unauthenticated attackers to activate pending user accounts if they can guess user IDs and control the associated email addresses. The primary impact is unauthorized account activation and access, which can lead to unauthorized content management, data exposure, or further privilege escalation within the CMS environment. Organizations using vulnerable Craft CMS versions may face risks of account takeover, leading to potential website defacement, data leakage, or use of the CMS as a foothold for deeper network compromise. Since the vulnerability requires control over the target email address, the risk is somewhat mitigated but remains significant in environments where email addresses are predictable or attacker-controlled addresses are used during registration. The ease of exploitation (no authentication or user interaction required) and network accessibility of the endpoint increase the threat level. The vulnerability could disrupt the integrity and availability of CMS-managed websites and services, impacting business operations and reputation.
Mitigation Recommendations
Organizations should immediately upgrade Craft CMS to versions 5.9.0-beta.2 or later, or 4.17.0-beta.2 or later, where the vulnerability is patched. Until upgrades can be applied, administrators should restrict access to the actionSendActivationEmail() endpoint by implementing network-level controls such as IP whitelisting or web application firewall (WAF) rules to block unauthorized requests. Additionally, monitoring and alerting on unusual activation email requests or spikes in activation activity can help detect exploitation attempts. Review user registration and activation workflows to ensure email addresses are verified and that pending accounts cannot be activated without proper authorization. Implement rate limiting on activation email requests to reduce the risk of brute force or enumeration attacks on user IDs. Finally, educate users and administrators about the risk and encourage strong email security practices to prevent attackers from controlling target email accounts.
Affected Countries
United States, Germany, United Kingdom, Canada, Australia, Netherlands, France, Japan, South Korea, Brazil
CVE-2026-29069: CWE-639: Authorization Bypass Through User-Controlled Key in craftcms cms
Description
Craft is a content management system (CMS). Prior to 5.9.0-beta.2 and 4.17.0-beta.2, the actionSendActivationEmail() endpoint is accessible to unauthenticated users and does not require a permission check for pending users. An attacker with no prior access can 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 access to the system. This vulnerability is fixed in 5.9.0-beta.2 and 4.17.0-beta.2.
AI-Powered Analysis
Technical Analysis
CVE-2026-29069 is a medium-severity authorization bypass vulnerability affecting Craft CMS, a popular content management system. The flaw resides in the actionSendActivationEmail() endpoint, which prior to versions 5.9.0-beta.2 and 4.17.0-beta.2, is accessible without authentication and does not enforce permission checks on pending user accounts. This endpoint allows sending activation emails to users who have registered but not yet activated their accounts. An attacker who can guess or enumerate user IDs can trigger activation emails for any pending user. If the attacker also controls the email address associated with the target user account, they can complete the activation process and gain unauthorized access to the CMS. This bypasses normal authorization controls and allows account takeover without requiring credentials or user interaction. The vulnerability is classified under CWE-639 (Authorization Bypass Through User-Controlled Key). The CVSS 4.0 vector indicates network attack vector, low attack complexity, no privileges or user interaction required, and low impact on confidentiality. The vulnerability affects Craft CMS versions from 4.0.0-RC1 up to but not including 4.17.0-beta.2, and from 5.0.0-RC1 up to but not including 5.9.0-beta.2. The flaw was publicly disclosed on March 4, 2026, and no known exploits have been reported in the wild. The issue is resolved by adding proper permission checks and restricting access to the activation email endpoint in the fixed beta releases.
Potential Impact
This vulnerability allows unauthenticated attackers to activate pending user accounts if they can guess user IDs and control the associated email addresses. The primary impact is unauthorized account activation and access, which can lead to unauthorized content management, data exposure, or further privilege escalation within the CMS environment. Organizations using vulnerable Craft CMS versions may face risks of account takeover, leading to potential website defacement, data leakage, or use of the CMS as a foothold for deeper network compromise. Since the vulnerability requires control over the target email address, the risk is somewhat mitigated but remains significant in environments where email addresses are predictable or attacker-controlled addresses are used during registration. The ease of exploitation (no authentication or user interaction required) and network accessibility of the endpoint increase the threat level. The vulnerability could disrupt the integrity and availability of CMS-managed websites and services, impacting business operations and reputation.
Mitigation Recommendations
Organizations should immediately upgrade Craft CMS to versions 5.9.0-beta.2 or later, or 4.17.0-beta.2 or later, where the vulnerability is patched. Until upgrades can be applied, administrators should restrict access to the actionSendActivationEmail() endpoint by implementing network-level controls such as IP whitelisting or web application firewall (WAF) rules to block unauthorized requests. Additionally, monitoring and alerting on unusual activation email requests or spikes in activation activity can help detect exploitation attempts. Review user registration and activation workflows to ensure email addresses are verified and that pending accounts cannot be activated without proper authorization. Implement rate limiting on activation email requests to reduce the risk of brute force or enumeration attacks on user IDs. Finally, educate users and administrators about the risk and encourage strong email security practices to prevent attackers from controlling target email accounts.
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- GitHub_M
- Date Reserved
- 2026-03-03T20:51:43.482Z
- Cvss Version
- 4.0
- State
- PUBLISHED
Threat ID: 69a8695ad1a09e29cb4e1dca
Added to database: 3/4/2026, 5:18:18 PM
Last enriched: 3/4/2026, 5:33:40 PM
Last updated: 3/4/2026, 7:11:45 PM
Views: 3
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Related Threats
CVE-2026-20064: NULL Pointer Dereference in Cisco Cisco Secure Firewall Threat Defense (FTD) Software
MediumCVE-2026-20025: Integer Overflow or Wraparound in Cisco Cisco Secure Firewall Adaptive Security Appliance (ASA) Software
MediumCVE-2026-20024: Improper Restriction of Operations within the Bounds of a Memory Buffer in Cisco Cisco Secure Firewall Adaptive Security Appliance (ASA) Software
MediumCVE-2026-20023: Out-of-bounds Write in Cisco Cisco Secure Firewall Adaptive Security Appliance (ASA) Software
MediumCVE-2026-20022: Use of Out-of-range Pointer Offset in Cisco Cisco Secure Firewall Adaptive Security Appliance (ASA) Software
MediumActions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console in Console -> Billing for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.