Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Network-reachable REST endpoint, low complexity, PR:L because ndpv_manager role required; full CIA impact on site compromise.
Primary rating from Vendor (Wordfence).
CVSS VectorVendor: Wordfence
Lifecycle Timeline
2DescriptionCVE.org
The Propovoice: All-in-One Client Management System plugin for WordPress is vulnerable to Privilege Escalation in all versions up to, and including, 1.7.8. This is due to the create() function's REST endpoint failing to validate the user-supplied role parameter against an allowlist of permitted WordPress roles and omitting any promote_users capability check before passing the sanitized value directly to WP_User::set_role(). This makes it possible for authenticated attackers with ndpv_manager-level access and above to create a new WordPress user account with the administrator role assigned, achieving full vertical privilege escalation. The ndpv_manager capability is a sub-administrator CRM team role granted by Propovoice itself, meaning the attack surface extends beyond site administrators to any user the plugin has elevated to a manager position.
AnalysisAI
Privilege escalation in the Propovoice WordPress plugin (all versions through 1.7.8) allows authenticated users holding the plugin-granted ndpv_manager role to create new WordPress accounts with full administrator privileges. The REST endpoint backing the team member create() function passes the user-supplied role parameter directly to WP_User::set_role() without validating it against an allowlist of safe roles or checking the WordPress promote_users capability. No public exploit has been identified at time of analysis, but the attack surface is broader than typical authenticated vulnerabilities because the ndpv_manager role is granted by the plugin itself - not the site administrator - expanding who can trigger the escalation.
Technical ContextAI
Propovoice is a WordPress CRM plugin (CPE: cpe:2.3:a:fassionstorage:propovoice:_all-in-one_client_management_system:*:*:*:*:*:*:*:*) that exposes a REST API for team management. The vulnerable code resides in includes/Api/Type/Team.php, specifically the create() function referenced at lines 169, 219, 423, and 38 of the plugin trunk. The root cause is CWE-269 (Improper Privilege Management): WordPress provides the promote_users capability specifically to gate role assignment, and the correct pattern requires both capability checking and role allowlisting before calling WP_User::set_role(). The plugin skips both controls, trusting a sanitized but otherwise unconstrained caller-supplied role string.
RemediationAI
No exact patched version was confirmed in the provided input data; site administrators should consult the Wordfence advisory (https://www.wordfence.com/threat-intel/vulnerabilities/id/6a39e4d4-890d-46f9-8bb9-0fc858e6f1e2?source=cve) to determine whether a patch has been released since disclosure. As an immediate compensating control, administrators should audit all accounts holding the ndpv_manager role and reduce that list to the minimum necessary users, since each such account represents an exploitation vector. If the plugin is not actively required, deactivating it eliminates the exposed REST endpoint entirely. If deactivation is not operationally feasible, restricting the WordPress REST API to authenticated sessions via firewall or plugin-level policy will not prevent exploitation here (PR:L is already authenticated), but network-level restrictions limiting who can reach the REST API endpoint can reduce the pool of potential attackers. WordPress administrators should also audit for unexpected administrator-role accounts that may indicate prior exploitation.
More in Wordpress Plugin
View allThe Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in
Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u
Same weakness CWE-269 – Improper Privilege Management
View allSame technique Privilege Escalation
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-58836
GHSA-m3w4-6j2w-6vv5