Vulnerability 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, the Grav API plugin ApiKeyManager::generateKey() stores a declared scopes array, but ApiKeyAuthenticator::authenticate() does not read keyData[scopes] and returns the owning user's complete identity. AbstractApiController::requirePermission() consequently evaluates the full user ACL, so a key issued for a read-only scope can perform every write, delete, and administrative operation available to the owner. This issue is fixed in version 1.0.6.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/getgrav/grav-plugin-api/commit/dfcc947f0d6758772caac290c68fe8
- https://github.com/getgrav/grav-plugin-api/releases/tag/1.0.6
- https://github.com/getgrav/grav/security/advisories/GHSA-x7hm-jc32-v39j
- https://github.com/getgrav/grav/security/advisories/GHSA-x7hm-jc32-v39j
FAQ
What is CVE-2026-62667?
CVE-2026-62667 is a vulnerability with a CVSS score of 8.1 (HIGH). 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, the Grav API plugin ApiKeyManager::generateKey() stores a declared scopes array...
How severe is CVE-2026-62667?
CVE-2026-62667 has been rated HIGH with a CVSS base score of 8.1/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-62667?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.