Description
The Meta Box AIO plugin for WordPress is vulnerable to Missing Authorization via the template_redirect dispatcher in the MB Frontend Submission extension in versions up to, and including, 3.8.0. This is due to the handle_request() function routing the mbfs_delete action without any capability or ownership check, and the nonce verification in check_ajax() being gated behind is_ajax() which is false for template_redirect requests, making it bypassable. This makes it possible for unauthenticated attackers to delete arbitrary posts and pages by supplying an attacker-controlled post ID via the rwmb_frontend_field_object_id GET parameter on any page that hosts a frontend submission form regardless of whether allow_delete is enabled.
Published: 2026-07-29
Score: 9.1 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Meta Box AIO plugin in WordPress has a missing authorization flaw that allows an attacker to delete any post or page without credentials. The weakness is located in the MB Frontend Submission extension, where the delete action is routed through handle_request() without a capability or ownership check, and the nonce verification is bypassed during template_redirect requests. An attacker can trigger the deletion by including the mbfs_delete action and an attacker‑controlled rwmb_frontend_field_object_id in a URL, causing arbitrary content removal.

Affected Systems

All installations of this plugin up to and including version 3.8.0 are affected. The vulnerability applies to any site where the frontend submission feature is enabled, regardless of the allow_delete setting. The attack surface is present whenever the MB Frontend Submission extension is loaded on a page.

Risk and Exploitability

The CVSS score of 9.1 indicates high severity, yet the EPSS score of less than 1% reflects a currently low likelihood of exploitation. The vulnerability is not listed in the CISA KEV catalog. Exploitation requires only web access to the site and does not need authentication; by crafting a request to a page with a frontend form, an attacker can delete arbitrary content and disrupt site availability.

Generated by OpenCVE AI on August 3, 2026 at 13:30 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update Meta Box AIO to a version newer than 3.8.0, where the authorization check is restored.
  • If an update cannot be applied immediately, disable or remove all frontend submission forms from the site to eliminate the attack vector.
  • Deploy a web application firewall rule that blocks GET requests containing the mbfs_delete action or the rwmb_frontend_field_object_id parameter, and monitor logs for attempted deletions.

Generated by OpenCVE AI on August 3, 2026 at 13:30 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 30 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
First Time appeared Metabox
Metabox meta Box
Wordpress
Wordpress wordpress
Vendors & Products Metabox
Metabox meta Box
Wordpress
Wordpress wordpress

Wed, 29 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 29 Jul 2026 10:30:00 +0000

Type Values Removed Values Added
Description The Meta Box AIO plugin for WordPress is vulnerable to Missing Authorization via the template_redirect dispatcher in the MB Frontend Submission extension in versions up to, and including, 3.8.0. This is due to the handle_request() function routing the mbfs_delete action without any capability or ownership check, and the nonce verification in check_ajax() being gated behind is_ajax() which is false for template_redirect requests, making it bypassable. This makes it possible for unauthenticated attackers to delete arbitrary posts and pages by supplying an attacker-controlled post ID via the rwmb_frontend_field_object_id GET parameter on any page that hosts a frontend submission form regardless of whether allow_delete is enabled.
Title Meta Box AIO <= 3.8.0 - Missing Authorization to Unauthenticated Arbitrary Post Deletion via 'rwmb_frontend_field_object_id' Parameter
Weaknesses CWE-862
References
Metrics cvssV3_1

{'score': 9.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H'}


Subscriptions

Metabox Meta Box
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-07-29T14:31:01.547Z

Reserved: 2026-07-02T17:05:26.315Z

Link: CVE-2026-14488

cve-icon Vulnrichment

Updated: 2026-07-29T14:30:57.262Z

cve-icon NVD

Status : Deferred

Published: 2026-07-29T11:16:48.063

Modified: 2026-07-30T14:01:30.413

Link: CVE-2026-14488

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T13:45:03Z

Weaknesses