Vulnerability 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.
CVSS Score
CRITICAL
Related Weaknesses (CWE)
References
- https://github.com/getgrav/grav/security/advisories/GHSA-7v74-m76q-8wf3
- https://www.vulncheck.com/advisories/grav-before-missing-authorization-on-api-ke
- https://github.com/getgrav/grav/security/advisories/GHSA-7v74-m76q-8wf3
FAQ
What is CVE-2026-65007?
CVE-2026-65007 is a vulnerability with a CVSS score of 9.6 (CRITICAL). 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-m...
How severe is CVE-2026-65007?
CVE-2026-65007 has been rated CRITICAL with a CVSS base score of 9.6/10. This is considered a critical vulnerability requiring immediate attention.
Is there a patch for CVE-2026-65007?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.