---
id: CVE-2026-14279
title: >-
  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
summary: >-
  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 non…
severity: high
cvss: 8.8
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'
cwe:
  - CWE-269
published: '2026-08-15'
updated: '2026-08-15'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-14279'
references:
  - url: >-
      https://plugins.trac.wordpress.org/browser/wholesale-market/tags/2.2.2/addons/wholesale-request/include/class-wholesale-user-register-addon.php#L141
    label: security@wordfence.com
  - url: >-
      https://plugins.trac.wordpress.org/browser/wholesale-market/tags/2.2.2/addons/wholesale-request/include/class-wholesale-user-register-addon.php#L153
    label: security@wordfence.com
  - url: >-
      https://plugins.trac.wordpress.org/browser/wholesale-market/tags/2.2.2/addons/wholesale-request/include/class-wholesale-user-register-addon.php#L276
    label: security@wordfence.com
  - url: >-
      https://plugins.trac.wordpress.org/browser/wholesale-market/tags/2.2.2/addons/wholesale-request/include/class-wholesale-user-register-addon.php#L30
    label: security@wordfence.com
  - url: >-
      https://www.wordfence.com/threat-intel/vulnerabilities/id/abd59d7a-e7f6-440d-9c2a-00266c0dcbff?source=cve
    label: security@wordfence.com
tags:
  - nvd
epss: 0.00523
epssPercentile: 0.41961
ingestedAt: '2026-08-16T06:35:00.126Z'
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
