<?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>Cpe:2.3:a:pluck-Cms:pluck:4.7.18:-:*:*:*:*:*:* - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/cpes/cpe2.3apluck-cmspluck4.7.18-/</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 17:57:16 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/cpes/cpe2.3apluck-cmspluck4.7.18-/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>Arbitrary File Upload and RCE in Pluck CMS via CVE-2023-50564</title><link>https://feed.craftedsignal.io/briefs/2026-09-pluck-rce/</link><pubDate>Wed, 16 Sep 2026 17:57:16 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-pluck-rce/</guid><description>An authenticated arbitrary file upload vulnerability in Pluck CMS v4.7.18 allows remote attackers to achieve code execution by uploading a malicious ZIP archive via the module installation interface.</description><content:encoded><![CDATA[<p>Pluck CMS version 4.7.18 contains an arbitrary file upload vulnerability (CVE-2023-50564) located in the <code>modules_install.php</code> component. This vulnerability is reachable by an authenticated user with access to the module installation functionality. By interacting with the <code>admin.php?action=installmodule</code> endpoint, an attacker can upload a specially crafted ZIP archive containing a PHP payload. When the system processes the uploaded ZIP file, the included PHP file is saved to the server, allowing the attacker to trigger remote code execution (RCE). As of September 2026, multiple proof-of-concept exploits have been published, significantly lowering the barrier for exploitation. Defenders should restrict access to the administrative dashboard and ensure the instance is patched.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker performs authentication to obtain a valid session cookie for the Pluck CMS administration interface.</li>
<li>Attacker navigates to the module installation page at <code>admin.php?action=installmodule</code>.</li>
<li>Attacker crafts a ZIP file containing a malicious PHP web shell or payload.</li>
<li>Attacker sends an HTTP POST request to the <code>modules_install.php</code> script to upload the crafted ZIP file.</li>
<li>The server-side code insecurely extracts the ZIP contents to a directory on the web server.</li>
<li>The web server extracts the PHP payload file, potentially into a location accessible to the public web root.</li>
<li>Attacker navigates to the URL where the uploaded PHP file is stored.</li>
<li>Web server executes the PHP payload, granting the attacker arbitrary code execution on the underlying host.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2023-50564 results in full remote code execution on the target server. This enables attackers to steal sensitive application data, pivot deeper into the internal network, or deploy additional malware. Given the high CVSS score of 8.8, this flaw poses a critical risk to any infrastructure hosting unpatched versions of Pluck CMS 4.7.18.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Patch Pluck CMS instances to the latest available version beyond 4.7.18.</li>
<li>Implement strict access control lists (ACLs) for the <code>admin.php</code> endpoint to prevent unauthorized access by low-privileged users.</li>
<li>Deploy the provided webserver detection rule to monitor for malicious file upload patterns in application logs.</li>
<li>Audit the web server's upload directories to identify and remove unauthorized .php or .phtml files.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>web-vulnerability</category><category>rce</category><category>file-upload</category><category>pluck-cms</category></item></channel></rss>