Description
A flaw has been found in Craft CMS up to 4.18.0.1. Affected by this vulnerability is the function actionGetNewUsersData of the file src/controllers/ChartsController.php of the component Charts Endpoint. This manipulation of the argument userGroupId causes improper authorization. The attack is possible to be carried out remotely. Upgrading to version 4.18.1 addresses this issue. Patch name: 9ee53efc1314e6aba32771c66a13e072a246f4ce. It is suggested to upgrade the affected component.
Published: 2026-07-06
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A flaw in Craft CMS allows manipulation of the userGroupId parameter in the ChartsController actionGetNewUsersData endpoint, causing the system to skip required authorization checks. This lets an attacker retrieve data about newly registered users from any group that the requestor ordinarily has no access to, effectively exposing sensitive account creation information to unauthorized parties. The flaw corresponds to CWE-266 (Permissions, Privileges, or Access Controls) and CWE-285 (Improper Authorization).

Affected Systems

Craft CMS versions up to and including 4.18.0.1 are affected. The vulnerability exists in the Charts component of the CMS, specifically src/controllers/ChartsController.php. Any site running those versions of the CMS is potentially exploitable.

Risk and Exploitability

The CVSS score of 5.3 indicates moderate severity. The EPSS score of less than 1% suggests exploitation is unlikely at present, and the vulnerability is not listed in the CISA KEV catalog. An attacker can trigger the flaw remotely by sending a crafted request to the endpoint; the data does not specify whether privilege escalation is necessary, so any assumption about its absence would be speculative.

Generated by OpenCVE AI on July 26, 2026 at 21:00 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Craft CMS to version 4.18.1 or later to apply the public patch.
  • Apply the specific patch identified by commit 9ee53efc1314e6aba32771c66a13e072a246f4ce to affected installations that cannot immediately upgrade.
  • Review role‑based access controls in the CMS and ensure the Charts endpoint enforces proper authorization for userGroupId values to prevent future privilege escalation.

Generated by OpenCVE AI on July 26, 2026 at 21:00 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 06 Jul 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Mon, 06 Jul 2026 04:30:00 +0000

Type Values Removed Values Added
Description A flaw has been found in Craft CMS up to 4.18.0.1. Affected by this vulnerability is the function actionGetNewUsersData of the file src/controllers/ChartsController.php of the component Charts Endpoint. This manipulation of the argument userGroupId causes improper authorization. The attack is possible to be carried out remotely. Upgrading to version 4.18.1 addresses this issue. Patch name: 9ee53efc1314e6aba32771c66a13e072a246f4ce. It is suggested to upgrade the affected component.
Title Craft CMS Charts Endpoint ChartsController.php actionGetNewUsersData improper authorization
First Time appeared Craft
Craft cms
Weaknesses CWE-266
CWE-285
CPEs cpe:2.3:a:craft:cms:*:*:*:*:*:*:*:*
Vendors & Products Craft
Craft cms
References
Metrics cvssV2_0

{'score': 4, 'vector': 'AV:N/AC:L/Au:S/C:P/I:N/A:N/E:ND/RL:OF/RC:C'}

cvssV3_0

{'score': 4.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N/E:X/RL:O/RC:C'}

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/E:X/RL:O/RC:C'}

cvssV4_0

{'score': 5.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:X'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-07-06T13:05:23.079Z

Reserved: 2026-07-05T18:29:29.737Z

Link: CVE-2026-14794

cve-icon Vulnrichment

Updated: 2026-07-06T13:05:18.897Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-26T21:15:03Z

Weaknesses
  • CWE-266

    Incorrect Privilege Assignment

  • CWE-285

    Improper Authorization