Vulnerability Description
The Grav API plugin (getgrav/grav-plugin-api) before 1.0.18 does not apply the API-key scope cap in the injectSecurityTab() function of BlueprintController when deciding whether a page's security/permissions blueprint section is editable. Because the function performs raw isSuperAdmin()/hasPermission() checks without a request parameter, it cannot enforce scopeAllows(). A caller holding a scoped API key may therefore see (and potentially edit) page permission fields beyond the scope granted to the key. The end-to-end write-time impact was not fully confirmed by the reporter.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/getgrav/grav/security/advisories/GHSA-mcx6-4rvg-7r8v
- https://www.vulncheck.com/advisories/grav-before-1.0.18-authentication-bypass-vi
FAQ
What is CVE-2026-80204?
CVE-2026-80204 is a vulnerability with a CVSS score of 5.4 (MEDIUM). The Grav API plugin (getgrav/grav-plugin-api) before 1.0.18 does not apply the API-key scope cap in the injectSecurityTab() function of BlueprintController when deciding whether a page's security/perm...
How severe is CVE-2026-80204?
CVE-2026-80204 has been rated MEDIUM with a CVSS base score of 5.4/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-80204?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.