<?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>Chimpstudio - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/vendors/chimpstudio/</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, 22 Jul 2026 05:18:38 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/vendors/chimpstudio/feed.xml" rel="self" type="application/rss+xml"/><item><title>WP Foodbakery Plugin Arbitrary File Deletion Vulnerability</title><link>https://feed.craftedsignal.io/briefs/2026-07-wp-foodbakery-file-deletion/</link><pubDate>Wed, 22 Jul 2026 05:18:38 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-07-wp-foodbakery-file-deletion/</guid><description>The WP Foodbakery plugin for WordPress, specifically versions up to and including 4.9, is vulnerable to arbitrary file deletion (CVE-2026-15802) due to insufficient file path validation, allowing authenticated attackers with subscriber-level access to delete critical server files, potentially leading to remote code execution.</description><content:encoded><![CDATA[<p>On July 22, 2026, the National Vulnerability Database (NVD) disclosed CVE-2026-15802, an arbitrary file deletion vulnerability affecting the WP Foodbakery plugin for WordPress, versions up to and including 4.9. This vulnerability stems from insufficient file path validation within the <code>delete_locations_backup_file_callback</code> function, allowing authenticated attackers with subscriber-level access or higher to delete arbitrary files on the server. The exploitation of this flaw can lead to severe consequences, including remote code execution (RCE) if critical files, such as <code>wp-config.php</code>, are deleted. This vulnerability presents a high risk to WordPress installations utilizing the affected plugin, as it could result in full site compromise, data loss, or disruption of service.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An attacker gains authenticated access to a WordPress site, requiring at least subscriber-level permissions.</li>
<li>The attacker identifies the presence and version of the vulnerable WP Foodbakery plugin (versions &lt;= 4.9).</li>
<li>The attacker crafts a malicious HTTP request targeting the <code>delete_locations_backup_file_callback</code> function.</li>
<li>The request includes a path traversal sequence (e.g., <code>../</code>, <code>..%2f</code>) within the file path parameter.</li>
<li>Due to insufficient file path validation, the plugin processes the manipulated path.</li>
<li>The plugin's vulnerable function deletes an arbitrary file on the server specified by the attacker's crafted path.</li>
<li>By deleting a critical file like <code>wp-config.php</code>, the attacker forces a WordPress reinstallation or gains RCE through subsequent site misconfiguration.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-15802 allows authenticated attackers to delete arbitrary files on the affected WordPress server. This can lead to denial of service due to critical file removal or, more severely, remote code execution. If the <code>wp-config.php</code> file is deleted, it can force a WordPress reinstallation, potentially enabling an attacker to reconfigure the site with malicious settings or gain full control. The direct impact includes data loss, website defacement, and unauthorized access to the underlying server environment, affecting the confidentiality, integrity, and availability of the web application and its data.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Patch CVE-2026-15802 immediately by updating the WP Foodbakery plugin to a version greater than 4.9 to address the arbitrary file deletion vulnerability.</li>
<li>Deploy the provided Sigma rule to your SIEM solution to detect suspicious web server requests indicative of CVE-2026-15802 exploitation attempts.</li>
<li>Configure your Web Application Firewall (WAF) to block HTTP requests containing path traversal sequences (e.g., <code>../</code>, <code>..%2f</code>, <code>%2e%2e%2f</code>) targeting known WordPress AJAX endpoints or file deletion functions, particularly those related to the <code>delete_locations_backup_file_callback</code> function.</li>
<li>Review web server access logs for any suspicious activity related to <code>/wp-admin/admin-ajax.php</code> and the <code>delete_locations_backup_file_callback</code> action parameter.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>wordpress</category><category>plugin</category><category>arbitrary-file-deletion</category><category>rce</category><category>cve</category></item></channel></rss>