The Grav API plugin (getgrav/grav-plugin-api) before 1.0.13 contains an API key scope-cap bypass in PagesController::guardTwigContent(). The Twig-toggle check uses a bare isSuperAdmin() gate that does not consult api_key_scopes, so a least-privilege API key scoped only to api.pages.write and minted on a super account can enable process.twig on a page save even though admin.pages_twig is intentionally outside the api.pages scope. When security.twig_content.process_enabled=true and editor_enabled=false, this allows Twig-in-content to execute server-side, resulting in server-side template injection (SSTI) and remote code execution.
References
Configurations
No configuration.
History
No history.
Information
Published : 2026-08-14 12:16
Updated : 2026-08-31 20:38
NVD link : CVE-2026-72824
Mitre link : CVE-2026-72824
CVE.ORG link : CVE-2026-72824
JSON object : View
Products Affected
No product.
CWE
CWE-862
Missing Authorization
