SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-80203

CRITICAL · CVSS 9.8 EPSS 0.39% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-26 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

The getgrav/grav-plugin-api plugin prior to version 1.0.18 is vulnerable due to improper API key scope enforcement, allowing super-admin accounts to misuse lower-scoped API keys to manipulate other super-admin accounts. This critical flaw can lead to severe consequences, including disabling two-factor authentication, deleting user avatars, and unauthorized API key management. Organizations using this plugin, particularly those with sensitive user management functions, should prioritize immediate updates to mitigate potential 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-80203
Severity
CRITICAL
CVSS
9.8
EPSS
0.39%

Original NVD Description

The getgrav/grav-plugin-api plugin before 1.0.18 does not enforce API-key scope in the requireNotSuperTarget() function in UsersController.php across seven sensitive user-management endpoints. The check uses isSuperAdmin() on the acting account rather than verifying whether the specific API key carries super authority (via isSuperWithinScope()). As a result, an API key scoped below full super authority but belonging to a super-admin account can act against other super-admin accounts—disabling their 2FA, deleting their avatar, minting new API keys under their identity, or deleting their existing API keys.