Vulnerability Description
Grav CMS versions 2.0.7 through 2.0.10 fail to validate fully-qualified static method calls (Class::method) in blueprint dynamic-field directives because Blueprint::isSafeDynamicCall() only applies its dangerous-callable denylist to strings that do not contain '::'. An account with only page-editing rights (admin.pages, not super-admin or admin.pages_twig) can plant a directive in a page's form-field frontmatter that invokes an arbitrary public static PHP method with attacker-controlled arguments. Using built-in gadget methods this allows reading of any server-readable file (disclosed to anonymous visitors of the crafted page) and arbitrary creation/copying of files and directories under the web-server account. Fixed in 2.0.11.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/getgrav/grav/security/advisories/GHSA-7pgq-cr25-xvc8
- https://www.vulncheck.com/advisories/grav-cms-through-arbitrary-method-invocatio
- https://github.com/getgrav/grav/security/advisories/GHSA-7pgq-cr25-xvc8
FAQ
What is CVE-2026-69088?
CVE-2026-69088 is a vulnerability with a CVSS score of 8.1 (HIGH). Grav CMS versions 2.0.7 through 2.0.10 fail to validate fully-qualified static method calls (Class::method) in blueprint dynamic-field directives because Blueprint::isSafeDynamicCall() only applies it...
How severe is CVE-2026-69088?
CVE-2026-69088 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-69088?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.