CVE Catalog

CVE-2026-92593

HighCVSS 8.8
Published: Updated: Translated: NVD NIST

Summary

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. The issue is fixed in 5.10.13.

Risk Assessment

An authenticated low-privilege user can achieve full server compromise by executing arbitrary PHP code, resulting in complete takeover of the host and application data.

Recommendation

Upgrade Craft CMS to version 5.10.13 or later. Restrict element type edit rights to trusted users and monitor for unusual requests with the returnUrl parameter.

Other vulnerabilities in Craft CMS

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS