Description
Statamic is a Laravel and Git powered content management system (CMS). Prior to 5.74.1 and 6.24.0, when OAuth login was enabled with a provider that does not guarantee verified email addresses, an unauthenticated attacker could sign in as an existing user, potentially including a super admin, without knowing that user's password, because the application matched OAuth identities to accounts by email address alone. Exploitation requires OAuth to be explicitly enabled with such a provider. This issue is fixed in versions 5.74.1 and 6.24.0.
Published: 2026-08-06
Score: 8.1 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Statamic CMS allows an unauthenticated user to log in as an existing account if OAuth is enabled with a provider that does not guarantee verified email addresses; the system matches identities solely on email address. This flaw provides an attacker the ability to access any account, including super administrators, without knowing the account password. The weakness lies in authentication bypass and improper credential matching, as classified by CWE‑287 and CWE‑290.

Affected Systems

The vulnerability affects the Statamic content management system. Versions prior to 5.74.1 and prior to 6.24.0 are impacted when OAuth login is enabled with a provider that does not supply verified email addresses. All users, including super administrators, are potentially at risk if the OAuth integration is active.

Risk and Exploitability

The CVSS score of 8.1 indicates high severity, and the EPSS score is not available, while the vulnerability is not listed in CISA's KEV catalog. The likely attack vector is an unauthenticated OAuth request to the site that maps the provider’s email address to an existing Statamic account. Exploitation requires the attacker to have access to an OAuth provider lacking email verification, but no special internal privileges are needed, making the flaw broadly exploitable.

Generated by OpenCVE AI on August 7, 2026 at 00:33 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply Statamic CMS version 5.74.1 or newer, or update to 6.24.0 or newer to address the bug.
  • If an immediate update is not possible, disable OAuth login for all users until a patch is applied or enforce that the OAuth provider guarantees email verification before granting access.
  • Confirm the OAuth provider’s configuration to ensure only verified email addresses are accepted, and reconfigure the integration to require email verification to prevent account takeover.

Generated by OpenCVE AI on August 7, 2026 at 00:33 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-93qh-5269-9wcf Statamic: Account takeover via OAuth email matching without email-verification check
History

Fri, 07 Aug 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Fri, 07 Aug 2026 02:00:00 +0000

Type Values Removed Values Added
First Time appeared Statamic
Statamic cms
Vendors & Products Statamic
Statamic cms

Thu, 06 Aug 2026 22:15:00 +0000

Type Values Removed Values Added
Description Statamic is a Laravel and Git powered content management system (CMS). Prior to 5.74.1 and 6.24.0, when OAuth login was enabled with a provider that does not guarantee verified email addresses, an unauthenticated attacker could sign in as an existing user, potentially including a super admin, without knowing that user's password, because the application matched OAuth identities to accounts by email address alone. Exploitation requires OAuth to be explicitly enabled with such a provider. This issue is fixed in versions 5.74.1 and 6.24.0.
Title Statamic: Account takeover via OAuth email matching without email-verification check
Weaknesses CWE-287
CWE-290
References
Metrics cvssV3_1

{'score': 8.1, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-07T17:09:33.394Z

Reserved: 2026-07-20T17:11:30.897Z

Link: CVE-2026-64665

cve-icon Vulnrichment

Updated: 2026-08-07T15:27:02.682Z

cve-icon NVD

Status : Received

Published: 2026-08-06T22:18:14.103

Modified: 2026-08-07T18:17:20.827

Link: CVE-2026-64665

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-07T01:45:05Z

Weaknesses
  • CWE-287

    Improper Authentication

  • CWE-290

    Authentication Bypass by Spoofing