Advisory Database
  • Advisories
  • Dependency Scanning
  1. composer
  2. ›
  3. craftcms/cms
  4. ›
  5. CVE-2026-29069

CVE-2026-29069: Craft CMS has unauthenticated activation email trigger with potential user enumeration

March 4, 2026

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.

The vulnerability is not that anonymous access exists - there’s a legitimate use case for it. The vulnerability is that the endpoint accepts arbitrary userId parameters without verifying ownership.

Craft CMS allows public user registration. When a user registers but doesn’t receive their activation email (spam filter, typo correction, etc.), they need a way to request a resend. This is why send-activation-email is in the allowAnonymous array - it’s intentional self-service functionality.

References

  • github.com/advisories/GHSA-234q-vvw3-mrfq
  • github.com/craftcms/cms
  • github.com/craftcms/cms/commit/c3d02d4a7246f516933f42106c0a67ce062f68d8
  • github.com/craftcms/cms/security/advisories/GHSA-234q-vvw3-mrfq
  • nvd.nist.gov/vuln/detail/CVE-2026-29069

Code Behaviors & Features

Detect and mitigate CVE-2026-29069 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions starting from 4.0.0-RC1 before 4.17.0-beta.2, all versions starting from 5.0.0-RC1 before 5.9.0-beta.2

Fixed versions

  • 5.9.0-beta.2
  • 4.17.0-beta.2

Solution

Upgrade to versions 4.17.0-beta.2, 5.9.0-beta.2 or above.

Impact 8.2 HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N

Learn more about CVSS

Weakness

  • CWE-287: Improper Authentication
  • CWE-639: Authorization Bypass Through User-Controlled Key

Source file

packagist/craftcms/cms/CVE-2026-29069.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Tue, 24 Mar 2026 12:18:10 +0000.