AUGUST 14, 2026
Live Feed
Back to database
Case File

CVE-2026-72829

CRITICAL · CVSS 9.8 Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-14 · Last synced 2026-08-14

CyberRota Analysis

AI-Generated

The Grav API plugin prior to version 1.0.13 is vulnerable due to an API-key scope-cap bypass in the UsersController's create() and update() methods, allowing users with limited api.users.write permissions to escalate their privileges. This flaw permits unauthorized users to gain super-admin access, enabling them to perform unrestricted administrative actions. Organizations using this plugin should prioritize immediate updates to mitigate the risk of exploitation.

Public Exploit Signal

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

GitHub PoC Links

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

CVE
CVE-2026-72829
Severity
CRITICAL
CVSS
9.8
EPSS
N/A

Original NVD Description

The Grav API plugin (getgrav/grav-plugin-api) before 1.0.13 contains an API-key scope-cap bypass in UsersController's create() and update() methods. These methods enforce the scope cap only for api.users.write, but gate super-privilege grants on a bare isSuperAdmin() check that reads access.api.super directly without consulting the key's scopes. As a result, an api.users.write-scoped key minted on a super account can set access.api.super or assign a super-granting group to mint or promote a full super account, then authenticate as that account for uncapped administrative privileges.