Description
The YITH WooCommerce Waitlist Premium plugin for WordPress is vulnerable to Privilege Escalation in versions up to, and including, 3.35.0. This is due to the add_user_in_waiting_list() function registered on the wp_ajax_yith_wcwtl_add_user action being missing both a capability check and a nonce verification, and using parse_str() + extract() to import attacker-controlled variables from $_POST['params'] that are then passed to wp_create_user() and $user->set_role(). This makes it possible for authenticated attackers, with Subscriber-level access and above, to elevate their privileges to that of an administrator by creating a new user account and assigning it the administrator role.
Published: 2026-09-09
Score: 8.8 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability allows an authenticated user with subscriber-level access to create an administrator account by bypassing capability checks and nonce verification when calling the wp_ajax_yith_wcwtl_add_user action. The missing checks enable the attacker to import attacker‑controlled data into wp_create_user and set the user role to administrator, resulting in full control over the site. This is a classic unauthorized privilege escalation flaw (CWE‑269).

Affected Systems

This affect Yith’s YITH WooCommerce Waitlist Premium plugin for WordPress, in all releases up to and including version 3.35.0. System administrators should verify whether their site is running any of these affected versions.

Risk and Exploitability

The CVSS score of 8.8 indicates a high severity level. While the EPSS score is not available, the lack of a nonce and capability check makes exploitation straightforward for any authenticated user. The vulnerability is not listed in the CISA KEV catalog, but its impact is significant enough that no caveats should be applied. If the wp_ajax_yith_wcwtl_add_user endpoint is exposed, an attacker can create an admin user without further privilege escalation to reach higher privileges than originally available.

Generated by OpenCVE AI on September 9, 2026 at 10:05 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade YITH WooCommerce Waitlist Premium to version 3.36.0 or later when the vulnerability is fixed.
  • If upgrading is not immediately possible, disable or remove the wp_ajax_yith_wcwtl_add_user action, or restrict it to administrator capability so that only admins can invoke it.
  • Implement or enable standard nonce verification and capability checks on the add_user_in_waiting_list function to reject requests from non‑admin users.

Generated by OpenCVE AI on September 9, 2026 at 10:05 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 09 Sep 2026 08:45:00 +0000

Type Values Removed Values Added
Description The YITH WooCommerce Waitlist Premium plugin for WordPress is vulnerable to Privilege Escalation in versions up to, and including, 3.35.0. This is due to the add_user_in_waiting_list() function registered on the wp_ajax_yith_wcwtl_add_user action being missing both a capability check and a nonce verification, and using parse_str() + extract() to import attacker-controlled variables from $_POST['params'] that are then passed to wp_create_user() and $user->set_role(). This makes it possible for authenticated attackers, with Subscriber-level access and above, to elevate their privileges to that of an administrator by creating a new user account and assigning it the administrator role.
Title YITH WooCommerce Waitlist Premium <= 3.35.0 - Authenticated (Subscriber+) Privilege Escalation to Admin via wp_ajax_yith_wcwtl_add_user
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

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-09-09T08:28:22.843Z

Reserved: 2026-07-01T18:55:01.201Z

Link: CVE-2026-14359

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-09T09:17:10.450

Modified: 2026-09-09T09:17:10.450

Link: CVE-2026-14359

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-09T10:15:09Z

Weaknesses
  • CWE-269

    Improper Privilege Management