Intel

AIKIDO-2026-341240

statamic/cms is vulnerable to Authentication Bypass

Authentication BypassCVE-2026-64665 Published 4 days ago

81

High Risk

This Affects:

PHPstatamic/cms
0.0.1 - 5.74.0
Fixed in 5.74.1
6.0.0 - 6.23.0
Fixed in 6.24.0
Are you affected? Scan for Free

TL;DR

When OAuth login is enabled with a provider that does not guarantee verified email addresses, Statamic matches the returned email to an existing account without confirming that the email is verified. An unauthenticated actor using such a provider can sign in as an existing user, potentially including a super admin, without knowing their password. Exploitation requires OAuth to be explicitly enabled with a provider that allows unverified emails. The fix adds an email-verification check before matching an OAuth login to an existing user.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range and you have OAuth login enabled with a provider that does not guarantee verified email addresses.

Background info

statamic/cms is vulnerable to Authentication Bypass in versions 0.0.1 - 5.74.0 and 6.0.0 - 6.23.0.

How to fix this

Upgrade the statamic/cms library to the patch version.