<?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>Meta Box - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/vendors/meta-box/</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, 29 Jul 2026 11:18:26 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/vendors/meta-box/feed.xml" rel="self" type="application/rss+xml"/><item><title>Meta Box AIO Plugin Vulnerable to Unauthenticated Post Deletion via CVE-2026-14488</title><link>https://feed.craftedsignal.io/briefs/2026-07-meta-box-aio-cve-2026-14488/</link><pubDate>Wed, 29 Jul 2026 11:18:26 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-07-meta-box-aio-cve-2026-14488/</guid><description>Unauthenticated attackers can exploit a Missing Authorization vulnerability (CVE-2026-14488) in the MB Frontend Submission extension of the Meta Box AIO plugin for WordPress, affecting versions up to 3.8.0, to delete arbitrary posts and pages by injecting a crafted post ID via a GET parameter.</description><content:encoded><![CDATA[<p>A critical Missing Authorization vulnerability, tracked as CVE-2026-14488, has been identified in the Meta Box AIO plugin for WordPress, specifically within its MB Frontend Submission extension, affecting all versions up to and including 3.8.0. This flaw allows unauthenticated attackers to delete any post or page on a vulnerable WordPress site. The vulnerability arises because the plugin's <code>handle_request()</code> function, when routed through the <code>template_redirect</code> dispatcher, processes the <code>mbfs_delete</code> action without proper capability or ownership checks. Furthermore, nonce verification, typically handled by <code>check_ajax()</code>, is bypassed because <code>is_ajax()</code> returns false for <code>template_redirect</code> requests. This oversight permits attackers to specify an arbitrary post ID via the <code>rwmb_frontend_field_object_id</code> GET parameter on any page hosting a frontend submission form, regardless of whether the <code>allow_delete</code> option is enabled, leading to unauthorized data destruction.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An unauthenticated attacker identifies a WordPress site running the Meta Box AIO plugin with the MB Frontend Submission extension, version 3.8.0 or older.</li>
<li>The attacker browses the target WordPress site to locate any public-facing page that hosts a frontend submission form.</li>
<li>The attacker crafts a malicious HTTP GET request targeting this identified page.</li>
<li>The request includes the <code>rwmb_frontend_field_object_id</code> GET parameter, supplying the ID of an arbitrary post or page the attacker intends to delete. For example, <code>GET /submission-page/?rwmb_frontend_field_object_id=123</code>.</li>
<li>The WordPress application processes the incoming request, and the vulnerable <code>template_redirect</code> dispatcher invokes the plugin's <code>handle_request()</code> function.</li>
<li>The <code>handle_request()</code> function, due to the missing authorization checks and bypassed nonce verification, proceeds to route and execute the <code>mbfs_delete</code> action.</li>
<li>The post or page corresponding to the ID provided in the <code>rwmb_frontend_field_object_id</code> parameter is then deleted from the WordPress site's database.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>The successful exploitation of CVE-2026-14488 results in significant data loss and service disruption for affected WordPress sites. Unauthenticated attackers can delete any posts, pages, or custom post types, leading to the removal of critical content, defacement, or rendering the website unusable. This can severely damage an organization's reputation, cause financial losses due to lost data or operational downtime, and necessitate extensive recovery efforts. The CVSS v3.1 Base Score for this vulnerability is 9.1, indicating critical severity and ease of exploitation.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Patch CVE-2026-14488 by updating the Meta Box AIO plugin to a version greater than 3.8.0 immediately.</li>
<li>Deploy the Sigma rule &quot;Detect CVE-2026-14488 Exploitation - Meta Box AIO Plugin Missing Authorization&quot; to your SIEM for web server logs.</li>
<li>Review web server access logs for <code>cs-uri-query</code> containing <code>rwmb_frontend_field_object_id=</code> for suspicious activity prior to patching.</li>
</ul>
]]></content:encoded><category domain="severity">critical</category><category domain="type">advisory</category><category>wordpress</category><category>missing-authorization</category><category>web-application</category><category>plugin-vulnerability</category><category>cve</category></item></channel></rss>