Description
The WP Grid Builder plugin for WordPress is vulnerable to Privilege Escalation in all versions up to, and including, 2.3.3. This is due to missing authorization and meta key validation in the `update()` handler for the `/wp-json/wpgb/v2/metadata` REST endpoint. This makes it possible for authenticated attackers, with Subscriber-level access and above, to elevate their privileges to Administrator by updating their own `wp_capabilities` user meta with a crafted nested array payload.
Published: 2026-07-11
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The WP Grid Builder plugin for WordPress contains a missing authorization check and lack of meta key validation in the update handler for the /wp-json/wpgb/v2/metadata REST endpoint. This flaw allows authenticated users with Subscriber-level access or higher to modify their own wp_capabilities meta field. By sending a crafted nested array payload, an attacker can elevate their privileges to Administrator, giving full control over the site. The vulnerability is identified as CWE-269, Privilege Escalation.

Affected Systems

WordPress sites that have the WP Grid Builder plugin installed at any version up to and including 2.3.3 are affected. The issue arises from the REST endpoint within the plugin and is relevant for any installation that has the plugin enabled and the endpoint accessible.

Risk and Exploitability

The CVSS score of 8.8 indicates a high severity condition for this vulnerability. Although the EPSS score is less than 1%, implying a low current exploitation probability, the flaw remains significant because it only requires authenticated access with a Subscriber role, which is a common role in many sites. The vulnerability is not listed in the CISA KEV catalog, but the potential for privilege escalation warrants prompt remediation. Exploitation requires constructing a specific JSON payload targeting the wp_capabilities meta field via the exposed REST endpoint.

Generated by OpenCVE AI on July 29, 2026 at 09:34 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade WP Grid Builder to the latest version (higher than 2.3.3) to apply the vendor patch that removes the faulty permissions check.
  • If an upgrade is not immediately possible, consider disabling or restricting access to the /wp-json/wpgb/v2/metadata endpoint for non-administrative users to prevent the malicious payload from reaching the vulnerable handler.
  • Apply a firewall rule or use a security plugin to block the /wp-json/wpgb/v2/metadata endpoint for all non-Administrator roles.

Generated by OpenCVE AI on July 29, 2026 at 09:34 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 13 Jul 2026 17:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Mon, 13 Jul 2026 15:15:00 +0000

Type Values Removed Values Added
First Time appeared Wordpress
Wordpress wordpress
Wp Grid Builder
Wp Grid Builder wp Grid Builder
Vendors & Products Wordpress
Wordpress wordpress
Wp Grid Builder
Wp Grid Builder wp Grid Builder

Sat, 11 Jul 2026 02:15:00 +0000

Type Values Removed Values Added
Description The WP Grid Builder plugin for WordPress is vulnerable to Privilege Escalation in all versions up to, and including, 2.3.3. This is due to missing authorization and meta key validation in the `update()` handler for the `/wp-json/wpgb/v2/metadata` REST endpoint. This makes it possible for authenticated attackers, with Subscriber-level access and above, to elevate their privileges to Administrator by updating their own `wp_capabilities` user meta with a crafted nested array payload.
Title WP Grid Builder <= 2.3.3 - Authenticated (Subscriber+) Privilege Escalation via 'key' Parameter
Weaknesses CWE-269
References
Metrics cvssV3_1

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


Subscriptions

Wordpress Wordpress
Wp Grid Builder Wp Grid Builder
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-07-13T16:14:52.757Z

Reserved: 2026-06-29T17:34:21.761Z

Link: CVE-2026-13756

cve-icon Vulnrichment

Updated: 2026-07-13T16:14:49.515Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-29T09:45:04Z

Weaknesses
  • CWE-269

    Improper Privilege Management