SEPTEMBER 7, 2026
Live Feed
Back to database
Case File

CVE-2026-65007

CRITICAL · CVSS 9.6 EPSS 0.27% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-21 · Last synced 2026-08-20

CyberRota Analysis

AI-Generated

The Grav API plugin prior to version 1.0.8 is vulnerable due to improper authorization in the API key generation and revocation processes, allowing any user with admin.login access to create persistent API keys for any account. This flaw can lead to account impersonation and privilege escalation, potentially resulting in full account takeover. Organizations using this plugin should prioritize patching to mitigate the risk of unauthorized access and data breaches.

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-65007
Severity
CRITICAL
CVSS
9.6
EPSS
0.27%

Original NVD Description

The Grav api plugin (grav-plugin-api) before 1.0.8 fails to properly authorize API key generation and revocation: the plugin intercepts the apiKeyGenerate/apiKeyRevoke admin tasks before the account-management ACL runs and authorizes the caller on only the admin.login permission (the baseline permission held by every panel user). This allows any user with admin.login to mint a persistent API key bound to any account, and the forged key inherits the target account's API permissions. On installs where an API-enabled account holds broader permissions, this enables account impersonation and privilege escalation up to account takeover.