Vulnerability Description
Grav CMS before 2.0.0-beta.2 contains multiple code-execution vulnerabilities. Three unsafe unserialize() calls - in Scheduler\JobQueue, Framework\Cache\Adapter\FileCache, and Session - deserialize untrusted data without restricting allowed classes, enabling PHP object injection and, via a gadget chain, arbitrary code execution where an attacker controls the serialized input. Additionally, InstallCommand's git clone operation passes the branch, url, and path parameters into a shell command without escaping, allowing OS command injection via plugin/theme installation (which requires admin access). A Twig security blocklist bypass (server-side template injection) is also present. The issues are fixed in 2.0.0-beta.2.
CVSS Score
CRITICAL
Related Weaknesses (CWE)
References
- https://github.com/getgrav/grav/security/advisories/GHSA-vj3m-2g9h-vm4p
- https://www.vulncheck.com/advisories/grav-multiple-remote-code-execution-vulnera
FAQ
What is CVE-2026-56700?
CVE-2026-56700 is a vulnerability with a CVSS score of 9.8 (CRITICAL). Grav CMS before 2.0.0-beta.2 contains multiple code-execution vulnerabilities. Three unsafe unserialize() calls - in Scheduler\JobQueue, Framework\Cache\Adapter\FileCache, and Session - deserialize un...
How severe is CVE-2026-56700?
CVE-2026-56700 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-56700?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.