Vulnerability Description
Craft CMS versions 5.10.0 through 5.10.12 contain an incomplete fix for CVE-2026-55794: the Controller::getPostedRedirectUrl() -> View::renderObjectTemplate() sink remained unsandboxed, and the same fix commit added a self-signing oracle in Cp::elementLabelHtml(). Because Craft/Yii HMAC tokens are not bound to a parameter name, an authenticated low-privilege control panel user with edit rights on a single element type can mint a token over attacker-controlled Twig for the returnUrl parameter and replay it as the redirect POST parameter, reaching the unsandboxed sink and achieving server-side template injection that executes arbitrary PHP code (full server compromise). The issue is fixed in 5.10.13.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/craftcms/cms/security/advisories/GHSA-5jmw-g85v-7jv2
- https://www.vulncheck.com/advisories/craft-cms-5.10.0-before-5.10.13-authenticat
FAQ
What is CVE-2026-92593?
CVE-2026-92593 is a vulnerability with a CVSS score of 8.8 (HIGH). Craft CMS versions 5.10.0 through 5.10.12 contain an incomplete fix for CVE-2026-55794: the Controller::getPostedRedirectUrl() -> View::renderObjectTemplate() sink remained unsandboxed, and the same f...
How severe is CVE-2026-92593?
CVE-2026-92593 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-92593?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.