Description
Statamic is a Laravel and Git powered content management system (CMS). Prior to 5.74.1 and 6.24.0, an authenticated Control Panel user could use an endpoint intended for the user creation wizard to determine if a given email address belonged to an existing user, without having permission to view users, though the endpoint only exposed user existence and not any other user data. This issue is fixed in versions 5.74.1 and 6.24.0.
Published: 2026-08-06
Score: 4.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Statamic CMS has a missing authorization check on a Control Panel endpoint used during the user‑creation wizard. An authenticated user, even if not granted user‑management permissions, can invoke this endpoint to discover whether a specific email address is associated with an existing account. The endpoint returns only the existence flag, not any additional user data. The flaw is an information‑disclosure vulnerability (CWE‑200) compounded by an authorization oversight (CWE‑862).

Affected Systems

The vulnerability affects Statamic CMS versions 5.x prior to 5.74.1 and 6.x prior to 6.24.0. Any installation of these versions that has the default Configuration for the Control Panel and is exposed to authenticated users is potentially exploitable until it is upgraded to a patched release.

Risk and Exploitability

The CVSS score of 4.3 indicates low to moderate severity. Exploitation requires that an attacker already has credentialed access to the Control Panel but lacks permission to view the user list; the attacker can then query the endpoint and learn whether specific email addresses are registered. No public exploit data is documented and the vulnerability is not listed in CISA KEV, so the threat is limited to enumeration that may aid social‑engineering attempts.

Generated by OpenCVE AI on August 7, 2026 at 01:24 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Statamic CMS to version 5.74.1 or later, or to 6.24.0 or later, which includes the fix for this issue.
  • If an upgrade is not immediately possible, configure the web server or reverse proxy to block or deny access to the user‑creation wizard endpoint for any authenticated user who lacks user‑management privileges.
  • Limit Control Panel access to trusted networks or require multi‑factor authentication to reduce the pool of users who can reach the vulnerable endpoint.

Generated by OpenCVE AI on August 7, 2026 at 01:24 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-225x-3jhx-wh4q Statamic: Missing authorization on Control Panel endpoint allows disclosure of user existence
History

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

Type Values Removed Values Added
Metrics ssvc

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


Fri, 07 Aug 2026 01:30: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, an authenticated Control Panel user could use an endpoint intended for the user creation wizard to determine if a given email address belonged to an existing user, without having permission to view users, though the endpoint only exposed user existence and not any other user data. This issue is fixed in versions 5.74.1 and 6.24.0.
Title Statamic: Missing authorization on Control Panel endpoint allows disclosure of user existence
Weaknesses CWE-200
CWE-862
References
Metrics cvssV3_1

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


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-07T15:37:51.817Z

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

Link: CVE-2026-64664

cve-icon Vulnrichment

Updated: 2026-08-07T15:37:00.603Z

cve-icon NVD

Status : Received

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

Modified: 2026-08-07T16:17:26.403

Link: CVE-2026-64664

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-07T01:30:04Z

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor

  • CWE-862

    Missing Authorization