<?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>Lets-Box (2.0 - 3.8.3) - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/lets-box-2.0---3.8.3/</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>Fri, 18 Sep 2026 22:11:14 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/lets-box-2.0---3.8.3/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 Vulnerability in WP Cloud Plugins for WordPress</title><link>https://feed.craftedsignal.io/briefs/2026-09-wp-cloud-plugins-rce/</link><pubDate>Fri, 18 Sep 2026 22:11:14 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-wp-cloud-plugins-rce/</guid><description>Multiple WP Cloud Plugins for WordPress are vulnerable to arbitrary file upload via the download_file_to_uploads function, enabling remote code execution by authenticated attackers.</description><content:encoded><![CDATA[<p>The WP Cloud Plugins suite - including Use-your-Drive, Out-of-the-Box, Share-one-Drive, and Lets-Box - contains an arbitrary file upload vulnerability affecting versions 2.0 through 3.8.3. The flaw resides within the <code>download_file_to_uploads</code> function. Due to the improper registration of the import action via <code>wp_ajax_nopriv_</code> and a missing capability check in the <code>can_import()</code> function, the plugin fails to restrict file uploads to authorized users. Furthermore, the plugin does not validate file extensions or contents against <code>get_allowed_mime_types()</code> before writing files to the server's uploads directory. This allows authenticated attackers with subscriber-level access or higher to upload malicious, executable files to the web server, which can subsequently be triggered to achieve remote code execution (RCE). This vulnerability poses a significant risk to the integrity and confidentiality of affected WordPress installations.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker identifies a WordPress site utilizing vulnerable versions of Use-your-Drive, Out-of-the-Box, Share-one-Drive, or Lets-Box.</li>
<li>Attacker obtains subscriber-level access (or leverages the unauthenticated <code>wp_ajax_nopriv_</code> exposure) to interact with the plugin's API.</li>
<li>Attacker crafts a malicious request targeting the <code>download_file_to_uploads</code> function, bypassing the missing <code>can_import()</code> capability check.</li>
<li>Attacker provides a remote path to a malicious payload (e.g., a PHP webshell) within the request parameters.</li>
<li>The plugin downloads the file from the remote source without validating against <code>get_allowed_mime_types()</code>.</li>
<li>The file is written to the WordPress <code>uploads</code> directory with an executable extension.</li>
<li>Attacker navigates directly to the uploaded file path via the web browser to trigger code execution.</li>
<li>Attacker achieves remote code execution to perform system-level operations or data exfiltration.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows for full remote code execution on the underlying web server hosting the WordPress site. This can lead to total site compromise, including the theft of database credentials, defacement, or the installation of persistent backdoors. Affected sectors include any organization hosting WordPress instances with the vulnerable suite of plugins.</p>
<h2 id="recommendation">Recommendation</h2>
<ol>
<li>Upgrade Use-your-Drive, Out-of-the-Box, Share-one-Drive, and Lets-Box to versions beyond 3.8.3 immediately.</li>
<li>Monitor web server logs for HTTP requests directed to the plugin's API endpoints that result in the creation of executable files (e.g., .php files) within the WordPress <code>uploads</code> directory.</li>
<li>Implement strict file upload directory permissions to prevent the execution of scripts in folders where user-supplied content is stored.</li>
<li>Audit WordPress user accounts to ensure unauthorized subscriber-level accounts have not been created or used to facilitate this exploitation.</li>
</ol>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>web-application</category><category>wordpress</category><category>cve-2026-93031</category><category>rce</category></item></channel></rss>