Vulnerability Description
Grav Plugin API (getgrav/grav-plugin-api) before 1.0.13 fails to enforce API-key scope caps in InvitationsController. The strip-super and accept-groups decisions are gated on a bare isSuperAdmin() check rather than a scope-aware permission check, so a least-privilege API key (scoped to api.users.write) minted on a super account can create an invitation record containing super-admin access flags. When the invitation is accepted, those flags are written verbatim to the new account, resulting in privilege escalation to a fully controlled super account.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/getgrav/grav/security/advisories/GHSA-wvpj-fg8h-843q
- https://www.vulncheck.com/advisories/grav-before-api-key-scope-bypass-via-invita
FAQ
What is CVE-2026-72828?
CVE-2026-72828 is a vulnerability with a CVSS score of 7.2 (HIGH). Grav Plugin API (getgrav/grav-plugin-api) before 1.0.13 fails to enforce API-key scope caps in InvitationsController. The strip-super and accept-groups decisions are gated on a bare isSuperAdmin() che...
How severe is CVE-2026-72828?
CVE-2026-72828 has been rated HIGH with a CVSS base score of 7.2/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-72828?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.