Vulnerability Description
Grav before 2.0.18 (affected versions <= 2.0.17) contains a remote code execution vulnerability in the Twig sort filter. The sortFunc wrapper in GravExtension.php hardcodes Twig's isSandboxed argument to false, so unlike |map/|filter/|reduce, |sort accepts a plain function name inside the sandbox; the remaining denylist misses spl_autoload, which performs a PHP include. An authenticated user with only page-write rights (admin.pages or api.pages.write) can supply a crafted payload (e.g., via form frontmatter rendered by the Email plugin) that invokes spl_autoload through the sort filter, resulting in arbitrary PHP execution as the web server user.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/getgrav/grav/security/advisories/GHSA-p6qj-p5m7-f62h
- https://www.vulncheck.com/advisories/grav-before-2.0.19-remote-code-execution-vi
- https://github.com/getgrav/grav/security/advisories/GHSA-p6qj-p5m7-f62h
FAQ
What is CVE-2026-85604?
CVE-2026-85604 is a vulnerability with a CVSS score of 8.8 (HIGH). Grav before 2.0.18 (affected versions <= 2.0.17) contains a remote code execution vulnerability in the Twig sort filter. The sortFunc wrapper in GravExtension.php hardcodes Twig's isSandboxed argument...
How severe is CVE-2026-85604?
CVE-2026-85604 has been rated HIGH with a CVSS base score of 8.8/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-85604?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.