<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:webfeeds="http://webfeeds.org/rss/1.0"><channel><title>Propovoice: All-in-One Client Management System - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/propovoice-all-in-one-client-management-system/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Sat, 15 Aug 2026 04:16:54 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/propovoice-all-in-one-client-management-system/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://feed.craftedsignal.io/favicon-32x32.png</url><title>CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/</link><width>32</width><height>32</height></image><webfeeds:icon>https://feed.craftedsignal.io/favicon.svg</webfeeds:icon><item><title>Propovoice Plugin Privilege Escalation Vulnerability</title><link>https://feed.craftedsignal.io/briefs/2026-08-propovoice-privilege-escalation/</link><pubDate>Sat, 15 Aug 2026 04:16:54 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-propovoice-privilege-escalation/</guid><description>An improper capability check in the Propovoice plugin for WordPress (&lt;= 1.7.8) allows authenticated users with the 'ndpv_manager' role to escalate their privileges to administrator by exploiting the REST API's user creation function.</description><content:encoded><![CDATA[<p>The Propovoice: All-in-One Client Management System plugin for WordPress contains a critical privilege escalation vulnerability (CVE-2026-15312) in all versions up to and including 1.7.8. The vulnerability originates in the plugin's REST API, specifically within the <code>create()</code> function. This function fails to implement necessary authorization checks to verify if the requesting user possesses the <code>promote_users</code> capability before modifying user roles. Furthermore, the endpoint fails to validate user-supplied <code>role</code> parameters against an allowlist, allowing an attacker to pass arbitrary role names directly to the <code>WP_User::set_role()</code> WordPress function.</p>
<p>This flaw is particularly significant because it allows any user already holding the <code>ndpv_manager</code> role - a role granted by the Propovoice plugin itself - to elevate their account or create new accounts with full administrative privileges. This provides attackers with a path to full site compromise once they have obtained lower-level management access, making the plugin a high-value target for privilege escalation within WordPress environments.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker obtains valid credentials for a user account with the <code>ndpv_manager</code> capability assigned by the Propovoice plugin.</li>
<li>Attacker logs into the WordPress environment using these credentials to initiate authenticated sessions.</li>
<li>Attacker identifies the vulnerable REST API endpoint exposed by the Propovoice plugin associated with the <code>create()</code> function.</li>
<li>Attacker constructs a malicious HTTP POST request targeting the endpoint, embedding the <code>role</code> parameter set to <code>administrator</code>.</li>
<li>The server-side REST API fails to perform a capability check for <code>promote_users</code> and neglects to validate the <code>role</code> input against an allowlist.</li>
<li>The <code>WP_User::set_role()</code> function is invoked by the plugin with the attacker-supplied <code>administrator</code> value.</li>
<li>The user account is promoted, or a new user is created, with full administrative access to the WordPress site.</li>
<li>Attacker uses administrative access to perform further malicious actions, such as plugin/theme modification or arbitrary code execution.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation results in full administrative control over the affected WordPress instance. Attackers can leverage this access to modify site content, install malicious plugins, gain persistence, and exfiltrate sensitive data managed within the CRM system. This vulnerability impacts any WordPress site utilizing Propovoice versions 1.7.8 or earlier.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Immediately update the Propovoice plugin to the latest patched version available from the vendor.</li>
<li>Audit existing WordPress user accounts for unexpected administrative role assignments occurring within the same timeframe as access logs showing suspicious REST API activity.</li>
<li>Monitor webserver access logs for anomalous POST requests to the REST API endpoints associated with user management in the Propovoice plugin.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category></item></channel></rss>