Description
The Meta Box AIO plugin for WordPress is vulnerable to Privilege Escalation to Administrator in versions up to, and including, 3.11.0. This is due to a chained flaw: the populate_via_query_string() function in the mb-frontend-submission component unconditionally overrides the form's target object_id from the GET parameter 'rwmb_frontend_field_object_id' without any authorization check, and Form::process() lacks the user_can_edit() check present in render(), allowing unauthenticated attackers to overwrite the post_content of any page with an arbitrary shortcode via wp_update_post(); the mb-user-profile component then directly trusts the 'role' and 'auto_login' shortcode attributes in the injected [mb_user_profile_register] shortcode with no role validation. This makes it possible for unauthenticated attackers to elevate their privileges to Administrator. The standalone plugins Meta Box Frontend Submission (in versions up to 4.5.6) and Meta Box User Profile (versions up to 3.11.0) are also affected.
Published: 2026-09-22
Score: 9.8 Critical
EPSS: n/a
KEV: No
Impact: Privilege Escalation to Administrator
Action: Immediate Patch
AI Analysis

Impact

The Meta Box AIO plugin for WordPress allows an unauthenticated attacker to elevate privileges to Administrator by exploiting a chain of flaws: an unprotected GET parameter ‘rwmb_frontend_field_object_id’ can override the target post ID, and the processing routine can write to that post without checking whether the user is authorized to edit it. This flaw also enables injection of an [mb_user_profile_register] shortcode that accepts a ‘role’ attribute and is trusted without validation, giving the attacker full control over user roles. The combined effect is the ability for anyone to overwrite page content and grant themselves administrative rights, a classic example of privilege escalation (CWE‑269).

Affected Systems

WordPress sites running the Meta Box AIO plugin up to and including version 3.11.0 are affected, as are the standalone Meta Box Frontend Submission plugin up to version 4.5.6 and the Meta Box User Profile plugin up to version 3.11.0. These components all contain the vulnerable code paths that allow the GET parameter to be processed without authentication checks.

Risk and Exploitability

The vulnerability carries a CVSS score of 9.8, indicating a severe risk. The EPSS score is not available, and it is not listed in CISA’s KEV catalog. Attackers can exploit the flaw remotely by sending a crafted HTTP request containing the ‘rwmb_frontend_field_object_id’ parameter to the WordPress site, without needing any prior authentication. Because the flaw bypasses normal permission checks, it allows arbitrary code execution in the form of privilege escalation and content injection. The likely attack vector is through an unauthenticated HTTP request that includes the overloaded GET parameter.

Generated by OpenCVE AI on September 22, 2026 at 05:50 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update Meta Box AIO to a version newer than 3.11.0.
  • Update the standalone Meta Box Frontend Submission plugin to a version newer than 4.5.6 and Meta Box User Profile to newer than 3.11.0.
  • If an immediate update is not feasible, block or ignore HTTP requests that contain the ‘rwmb_frontend_field_object_id’ parameter using a firewall rule or URL rewrite.

Generated by OpenCVE AI on September 22, 2026 at 05:50 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 22 Sep 2026 04:30:00 +0000

Type Values Removed Values Added
Description The Meta Box AIO plugin for WordPress is vulnerable to Privilege Escalation to Administrator in versions up to, and including, 3.11.0. This is due to a chained flaw: the populate_via_query_string() function in the mb-frontend-submission component unconditionally overrides the form's target object_id from the GET parameter 'rwmb_frontend_field_object_id' without any authorization check, and Form::process() lacks the user_can_edit() check present in render(), allowing unauthenticated attackers to overwrite the post_content of any page with an arbitrary shortcode via wp_update_post(); the mb-user-profile component then directly trusts the 'role' and 'auto_login' shortcode attributes in the injected [mb_user_profile_register] shortcode with no role validation. This makes it possible for unauthenticated attackers to elevate their privileges to Administrator. The standalone plugins Meta Box Frontend Submission (in versions up to 4.5.6) and Meta Box User Profile (versions up to 3.11.0) are also affected.
Title Meta Box AIO <= 3.11.0 And Standalone Plugin Extensions - Unauthenticated Privilege Escalation to Administrator to 'rwmb_frontend_field_object_id' Parameter
Weaknesses CWE-269
References
Metrics cvssV3_1

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


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-09-22T04:27:39.996Z

Reserved: 2026-06-25T17:01:22.722Z

Link: CVE-2026-13355

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-22T05:16:54.960

Modified: 2026-09-22T05:16:54.960

Link: CVE-2026-13355

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-22T06:00:12Z

Weaknesses
  • CWE-269

    Improper Privilege Management