CVE-2026-2375
Privilege Escalation in App Builder Plugin via Role Bypass
Publication date: 2026-03-21
Last updated on: 2026-03-21
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| app_builder | plugin | to 5.5.10 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-269 | The product does not properly assign, modify, track, or check privileges for an actor, creating an unintended sphere of control for that actor. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
The App Builder β Create Native Android & iOS Apps On The Flight plugin for WordPress has a privilege escalation vulnerability in all versions up to and including 5.5.10. This occurs because the function verify_role() in the AuthTrails.php file explicitly whitelists the wcfm_vendor role along with subscriber and customer roles. When a new user is created via wp_insert_user(), the wcfm_vendor role is assigned directly without going through the WCFM Marketplace's vendor approval workflow.
As a result, an unauthenticated attacker can register an account with the wcfm_vendor role by supplying the role parameter in the /wp-json/app-builder/v1/register REST API endpoint. This bypasses the normal vendor approval process and immediately grants the attacker vendor-level privileges such as product management, order access, and store management on sites using WCFM Marketplace.
How can this vulnerability impact me? :
This vulnerability allows an unauthenticated attacker to gain vendor-level privileges on a WordPress site using the affected plugin and WCFM Marketplace. The attacker can manage products, access orders, and control store settings without approval.
Such unauthorized access can lead to unauthorized changes to product listings, manipulation of orders, potential data exposure, and disruption of normal store operations, which can harm the business and its customers.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
How can this vulnerability be detected on my network or system? Can you suggest some commands?
I don't know
What immediate steps should I take to mitigate this vulnerability?
I don't know