CVE Catalog

CVE-2026-14279

HighCVSS 8.8
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.28%

21th percentile - higher than 21% of all known CVEs

Summary

The Wholesale Market plugin for WordPress up to version 2.2.2 is vulnerable to privilege escalation via the ced_wholesale_request_send AJAX action. The ced_wholesale_request_send_callback() handler only verifies a nonce (exposed to any authenticated user) and that the caller has a positive user ID, then calls WP_User::add_role() with the client-supplied role_required POST parameter without restricting the value to an allowlist of wholesale roles. This allows authenticated attackers with Subscriber-level access and above to elevate their privileges to Administrator when the site administrator has enabled the 'Assigning requested role directly' option.

Risk Assessment

Privilege escalation to administrator by an authenticated low-privileged user.

Recommendation

Update the Wholesale Market plugin to a patched version.

Original NVD description (English source)

The Wholesale Market plugin for WordPress is vulnerable to privilege escalation in versions up to, and including, 2.2.2 via the ced_wholesale_request_send AJAX action. The ced_wholesale_request_send_callback() handler only verifies a nonce (which is exposed to any authenticated user through wp_localize_script on the frontend) and that the caller has a positive user ID, then calls WP_User::add_role() with the client-supplied role_required POST parameter without restricting the value to an allowlist of wholesale roles. This makes it possible for authenticated attackers, with Subscriber-level access and above, to elevate their privileges to Administrator when the site administrator has enabled the 'Assigning requested role directly' option.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS