<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:webfeeds="http://webfeeds.org/rss/1.0"><channel><title>Craft CMS (4.8.0-4.18.5, 5.0.0-5.10.12) - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/craft-cms-4.8.0-4.18.5-5.0.0-5.10.12/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Wed, 16 Sep 2026 23:53:06 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/craft-cms-4.8.0-4.18.5-5.0.0-5.10.12/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://feed.craftedsignal.io/favicon-32x32.png</url><title>CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/</link><width>32</width><height>32</height></image><webfeeds:icon>https://feed.craftedsignal.io/favicon.svg</webfeeds:icon><item><title>Remote Code Execution in Craft CMS via HMAC Signature Misuse</title><link>https://feed.craftedsignal.io/briefs/2026-09-craft-cms-rce/</link><pubDate>Wed, 16 Sep 2026 23:53:06 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-craft-cms-rce/</guid><description>Craft CMS versions 4.8.0 through 4.18.5 and 5.0.0 through 5.10.12 contain a critical vulnerability allowing authenticated users to achieve remote code execution by injecting malicious payloads into improperly validated redirect parameters.</description><content:encoded><![CDATA[<p>Craft CMS versions 4.8.0 through 4.18.5 and 5.0.0 through 5.10.12 are susceptible to a remote code execution vulnerability identified as CVE-2026-92592. The issue stems from the application using the same securityKey to sign both internal license-shun cookies and redirect parameters without binding the HMAC signature to a specific purpose.</p>
<p>An authenticated user, even without Control Panel administrative privileges, can manipulate the license-shun cookie and transplant the resulting signed data into a redirect parameter. When the user logs in, Craft CMS validates the signature and subsequently renders the attacker-controlled bytes as an unsandboxed Twig template. By leveraging Twig's map filter, the attacker can invoke PHP's system() function to execute arbitrary commands on the underlying host as the web-server user. Exploitation requires an authenticated account without active 2FA. The vendor has addressed this in Craft CMS versions 4.18.6 and 5.10.13.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker authenticates to the target Craft CMS instance using standard credentials (2FA must be disabled).</li>
<li>Attacker interacts with the license-shun endpoint to set a malicious, attacker-controlled cookie.</li>
<li>Attacker extracts the signed signature from the license-shun cookie value.</li>
<li>Attacker crafts a redirect parameter containing an embedded Twig template payload utilizing the map filter and PHP system() function.</li>
<li>Attacker replaces the signature of the redirect parameter with the one harvested from the license-shun cookie.</li>
<li>Attacker triggers a login or redirect flow that processes the malicious parameter.</li>
<li>Craft CMS validates the HMAC signature, treats the parameter as trusted, and renders the content via the Twig engine.</li>
<li>Twig engine executes the PHP system() function, resulting in arbitrary code execution on the server.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation results in full remote code execution under the privileges of the web-server process. This allows attackers to gain persistent access, exfiltrate sensitive site data, modify content, or pivot into the underlying server network. The vulnerability impacts all environments running the affected versions that allow non-admin authentication.</p>
<h2 id="recommendation">Recommendation</h2>
<ol>
<li>Upgrade to Craft CMS 4.18.6 or 5.10.13 immediately to remediate CVE-2026-92592.</li>
<li>Enforce multi-factor authentication (MFA) for all user accounts to mitigate the prerequisite of successful authentication for this attack.</li>
<li>Audit webserver access logs for anomalous POST requests to the license-shun endpoint or unusual GET requests containing serialized data or Twig syntax within redirect parameters.</li>
<li>Restrict access to the Craft CMS control panel and related administrative endpoints to authorized IP ranges.</li>
</ol>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>cve</category><category>authorization</category><category>graphql</category><category>web-vulnerability</category></item></channel></rss>