Skip to main content

Propovoice CVE-2026-15312

| EUVDEUVD-2026-58836 HIGH
Improper Privilege Management (CWE-269)
2026-08-15 Wordfence GHSA-m3w4-6j2w-6vv5
8.8
CVSS 3.1 · Vendor: Wordfence
Share

Severity by source

Vendor (Wordfence) PRIMARY
8.8 HIGH
AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
vuln.today AI
8.8 HIGH

Network-reachable REST endpoint, low complexity, PR:L because ndpv_manager role required; full CIA impact on site compromise.

3.1 AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
4.0 AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

Primary rating from Vendor (Wordfence).

CVSS VectorVendor: Wordfence

Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

2
Analysis Generated
Aug 15, 2026 - 03:00 vuln.today
CVE Published
Aug 15, 2026 - 02:26 cve.org
HIGH 8.8

DescriptionCVE.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.

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

CVE-2024-5084 CRITICAL POC
9.8 May 23

The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil

CVE-2024-44000 CRITICAL POC
9.8 Oct 20

Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote

CVE-2020-36847 CRITICAL POC
9.8 Jul 12

The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner

CVE-2025-27007 CRITICAL POC
9.8 May 01

The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut

CVE-2016-1209 CRITICAL POC
9.8 May 14

The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via

CVE-2024-4443 CRITICAL POC
9.8 May 22

The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based

CVE-2024-1698 CRITICAL POC
9.8 Feb 27

SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a

CVE-2023-6875 CRITICAL POC
9.8 Jan 11

The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i

CVE-2024-1512 CRITICAL POC
9.8 Feb 17

The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base

CVE-2024-4295 CRITICAL POC
9.8 Jun 05

The Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in

CVE-2024-50498 CRITICAL POC
10.0 Oct 28

Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u

Share

CVE-2026-15312 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy