A AegiFlow
MEDIUMCVSS 5.3EPSS 0.4%

CVE-2026-14794

Craft CMS: Missing authorization check allows non-admin control panel users access to user registration metrics

Published
2026-08-06
Modified
2026-08-31
EPSS percentile
32%
Aliases
GHSA-rvmm-v933-jgxq
Sources
github-advisory

Summary

`ChartsController::actionGetNewUsersData()` at `/actions/charts/get-new-users-data` is missing a `requirePermission('viewUsers')` authorization check. Any authenticated control panel user, regardless of permissions beyond `accessCp`, can POST to this endpoint to receive time-series user registration counts for the entire site or for an arbitrary user group ID. The `viewUsers` permission is consistently required throughout the control panel before exposing user-related data, but this action enforces only the base `accessCp` check inherited from the framework. Each call returns the total count of users who joined the specified group in the requested period. ## Impact Any control panel user with only `accessCp` permission can obtain the total number of registered users and their registration date distribution across any time window. In installations with multiple editor roles, this allows a low-privilege control panel user to infer user group sizes and registration trends that would normally require the `viewUsers` permission to access. No user PII (name, email, password) is disclosed; only aggregate counts and timestamps are returned. Confidentiality impact is low. No integrity or availability impact.

Affected packages

EcosystemPackageAffected versionsFixed versions
Packagistcraftcms/cms4.18.1, 5.10.3

Remediation: Upgrade to 4.18.1 or later.

References

Includes data from the GitHub Advisory Database, licensed under CC-BY 4.0.

CVE® is a registered trademark of The MITRE Corporation. CVE content reproduced under the CVE Terms of Use; copyright designation © MITRE.

EPSS scores provided by the FIRST.org Exploit Prediction Scoring System.