Vulnerability Description
Grav 2.0.4 (fixed in 2.0.7) contains a remote code execution vulnerability in Blueprint::dynamicData() (system/src/Grav/Common/Data/Blueprint.php), which passes a Class::method callable string and its arguments directly to call_user_func_array() without any allowlist. Because the form plugin routes page frontmatter through this path, an authenticated account with the admin.pages (or api.pages.write) permission can plant a malicious callable directive in a page. The command then executes as the web-server user whenever anyone — including an unauthenticated visitor — accesses the page.
CVSS Score
CRITICAL
Related Weaknesses (CWE)
References
- https://github.com/getgrav/grav/security/advisories/GHSA-fj2p-qj2f-74v5
- https://www.vulncheck.com/advisories/grav-before-remote-code-execution-via-bluep
- https://github.com/getgrav/grav/security/advisories/GHSA-fj2p-qj2f-74v5
FAQ
What is CVE-2026-65008?
CVE-2026-65008 is a vulnerability with a CVSS score of 9.8 (CRITICAL). Grav 2.0.4 (fixed in 2.0.7) contains a remote code execution vulnerability in Blueprint::dynamicData() (system/src/Grav/Common/Data/Blueprint.php), which passes a Class::method callable string and its...
How severe is CVE-2026-65008?
CVE-2026-65008 has been rated CRITICAL with a CVSS base score of 9.8/10. This is considered a critical vulnerability requiring immediate attention.
Is there a patch for CVE-2026-65008?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.