Vulnerability Description
Craft CMS versions >= 5.0.0-RC1 before 5.10.7 and >= 4.0.0-RC1 before 4.18.3 contain a remote code execution vulnerability in the Twig sandbox mechanism. Because Craft marks the ElementInterface as safe (via the AllowedInSandbox attribute) and the sandbox allowlisting extends to the entire class hierarchy (craft\base\Component up to yii\base\Component), an authenticated attacker with permission to access the control panel can render a malicious Twig template that abuses the yii\base\Component arbitrary function-call gadget to execute arbitrary code, even when the Twig sandbox is enabled via enableTwigSandbox().
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/craftcms/cms/security/advisories/GHSA-f5wm-88jv-g5hx
- https://www.vulncheck.com/advisories/craft-cms-rc1-before-remote-code-execution-
FAQ
What is CVE-2026-72781?
CVE-2026-72781 is a vulnerability with a CVSS score of 8.8 (HIGH). Craft CMS versions >= 5.0.0-RC1 before 5.10.7 and >= 4.0.0-RC1 before 4.18.3 contain a remote code execution vulnerability in the Twig sandbox mechanism. Because Craft marks the ElementInterface as sa...
How severe is CVE-2026-72781?
CVE-2026-72781 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-72781?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.