---
id: CVE-2026-92593
title: >-
  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…
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…
severity: high
cvss: 8.8
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'
cwe:
  - CWE-94
vendor: craftcms
product: cms
affected:
  - cms >= 5.10.0 < 5.10.13
published: '2026-09-16'
updated: '2026-09-22'
sourceUpdated: '2026-09-22T20:25:55.870'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-92593'
references:
  - url: 'https://github.com/craftcms/cms/security/advisories/GHSA-5jmw-g85v-7jv2'
    label: disclosure@vulncheck.com
  - url: >-
      https://www.vulncheck.com/advisories/craft-cms-5.10.0-before-5.10.13-authenticated-remote-code-execution
    label: disclosure@vulncheck.com
tags:
  - nvd
  - cve.org
epss: 0.00415
epssPercentile: 0.35507
ssvc:
  exploitation: none
  automatable: 'no'
  technicalImpact: total
  timestamp: '2026-09-17T14:45:42.573807Z'
ingestedAt: '2026-09-16T22:06:50.928Z'
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
