SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-14488

CRITICAL · CVSS 9.1 EPSS 0.31%

Source: NVD + CISA KEV + EPSS · Published 2026-07-29 · Last synced 2026-08-28

CyberRota Analysis

AI-Generated

The Meta Box AIO plugin for WordPress is critically vulnerable due to improper authorization checks in the MB Frontend Submission extension, allowing unauthenticated attackers to delete arbitrary posts and pages by manipulating the rwmb_frontend_field_object_id parameter. This vulnerability affects versions up to and including 3.8.0, posing a significant risk to any WordPress sites utilizing this plugin. WordPress administrators should prioritize immediate updates to mitigate the risk of unauthorized content deletion.

CVE
CVE-2026-14488
Severity
CRITICAL
CVSS
9.1
EPSS
0.31%
WordPress

Original NVD 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.