SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-62666

HIGH · CVSS 8.8 EPSS 0.43% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-19 · Last synced 2026-09-18

CyberRota Analysis

AI-Generated

The Grav API Plugin prior to version 1.0.6 is vulnerable due to insufficient access control in the UsersController, allowing non-super accounts with write permissions to create API keys that grant super-administrator privileges. This can lead to unauthorized access and control over the site, including the ability to manage two-factor authentication settings. Organizations using Grav CMS with this plugin should prioritize updating to version 1.0.6 to mitigate the risk of exploitation.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-62666
Severity
HIGH
CVSS
8.8
EPSS
0.43%

Original NVD Description

Grav API Plugin is a RESTful API for Grav CMS that provides full headless access to your site's content. Prior to 1.0.6, Grav API plugin UsersController::createApiKey(), generate2fa(), and disable2fa() omit the accessGrantsSuper() target check used by sibling user mutation endpoints. A non-super account with api.users.write can mint an API key bound to an access.api.super target through requireApiKeyPermission(), obtain the target's full privileges because key scopes are not enforced, and create persistent super-administrator access; the same missing check also permits rotating or disabling the target's two-factor authentication. This issue is fixed in version 1.0.6.