Vulnerability Description
The Grav API plugin (getgrav/grav-plugin-api) before 1.0.13 contains an API-key scope cap bypass in DemoController. Its private requireSuper() method checks isSuperAdmin() and returns early before invoking requirePermission(), so the api_key_scopes cap (enforced only in requirePermission()) is skipped. As a result, any scoped API key minted on a super account can bypass its scope restrictions when calling the baseline() and reset() operations (e.g. POST /api/v1/demo/reset), allowing it to capture the demo baseline or force a demo reset. Impact is bounded to demo-engine control and is conditional on demo mode being configured with writable resources.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/getgrav/grav/security/advisories/GHSA-vq9w-jwj5-wfjg
- https://www.vulncheck.com/advisories/grav-before-api-key-scope-cap-bypass-via-de
FAQ
What is CVE-2026-72823?
CVE-2026-72823 is a vulnerability with a CVSS score of 5.4 (MEDIUM). The Grav API plugin (getgrav/grav-plugin-api) before 1.0.13 contains an API-key scope cap bypass in DemoController. Its private requireSuper() method checks isSuperAdmin() and returns early before inv...
How severe is CVE-2026-72823?
CVE-2026-72823 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-72823?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.