<?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/"><channel><title>Wolf CMS - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/vendors/wolf-cms/</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>Thu, 30 Jul 2026 21:31:53 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/vendors/wolf-cms/feed.xml" rel="self" type="application/rss+xml"/><item><title>Authenticated Remote Code Execution in Wolf CMS</title><link>https://feed.craftedsignal.io/briefs/2026-07-wolf-cms-rce/</link><pubDate>Thu, 30 Jul 2026 21:31:53 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-07-wolf-cms-rce/</guid><description>Wolf CMS versions up to 0.8.3.1 contain a remote code execution vulnerability in the FileManagerController allowing authenticated users with specific permissions to upload and execute arbitrary PHP files.</description><content:encoded><![CDATA[<p>Wolf CMS versions 0.8.3.1 and earlier contain a critical remote code execution (RCE) vulnerability (CVE-2026-67206) residing within the <code>FileManagerController</code>. The vulnerability stems from improper validation of file extensions in the <code>create_file()</code> and <code>save()</code> functions. An attacker who has authenticated to the CMS and possesses the <code>file_manager_mkfile</code> capability can exploit this flaw to create and upload arbitrary PHP files into the web-accessible <code>FILES_DIR</code> directory. Once the file is uploaded, an attacker can trigger remote code execution by sending an HTTP request directly to the newly created file. This vulnerability poses a significant risk to organizations using Wolf CMS, as it effectively elevates the access of a standard CMS user to full system code execution.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker authenticates to the Wolf CMS administrative interface using valid, potentially compromised, credentials.</li>
<li>Attacker verifies they possess the <code>file_manager_mkfile</code> capability within the application.</li>
<li>Attacker navigates to the File Manager module within the administrative dashboard.</li>
<li>Attacker invokes the <code>create_file()</code> or <code>save()</code> function to create a new file, providing a malicious payload formatted as PHP code.</li>
<li>Attacker bypasses the missing server-side extension validation, ensuring the file is saved with a <code>.php</code> extension in the <code>FILES_DIR</code> directory.</li>
<li>Application writes the attacker-supplied PHP content to the server disk at the specified path.</li>
<li>Attacker triggers the execution of the malicious script by navigating to the file path via a standard browser HTTP request.</li>
<li>Web server executes the PHP payload, resulting in remote code execution under the context of the web server user.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of this vulnerability allows an authenticated attacker to achieve remote code execution on the underlying web server. This can lead to full compromise of the web application, potential lateral movement within the hosting environment, and exfiltration of sensitive configuration or database information. Given the nature of the application, this flaw is particularly dangerous for small-to-medium organizations relying on Wolf CMS for content management.</p>
<h2 id="recommendation">Recommendation</h2>
<ol>
<li>Immediately audit user roles and capabilities in Wolf CMS to identify accounts with the <code>file_manager_mkfile</code> privilege; restrict this access to trusted administrators only.</li>
<li>Monitor web server logs for suspicious requests to files created within the <code>FILES_DIR</code> path, particularly those ending in <code>.php</code>.</li>
<li>Deploy the provided Sigma rule to detect POST requests to the <code>FileManagerController</code> that coincide with file creation events.</li>
<li>Review the Wolf CMS GitHub repository for updates and patch to a version beyond 0.8.3.1 immediately once available.</li>
</ol>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>remote-code-execution</category><category>web-application-vulnerability</category></item></channel></rss>