<?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>YITH - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/vendors/yith/</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>Wed, 09 Sep 2026 10:49:31 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/vendors/yith/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>Privilege Escalation in YITH WooCommerce Waitlist Premium Plugin</title><link>https://feed.craftedsignal.io/briefs/2026-09-14-yith-privilege-escalation/</link><pubDate>Wed, 09 Sep 2026 10:49:31 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-14-yith-privilege-escalation/</guid><description>Authenticated attackers can exploit a missing capability check and nonce validation in the YITH WooCommerce Waitlist Premium plugin to elevate privileges to administrator.</description><content:encoded><![CDATA[<p>The YITH WooCommerce Waitlist Premium plugin for WordPress (versions up to and including 3.35.0) contains a critical privilege escalation vulnerability, CVE-2026-14359. The flaw originates from the add_user_in_waiting_list() function, which is registered to the wp_ajax_yith_wcwtl_add_user hook. This function fails to implement necessary security controls, specifically missing capability checks and nonce verification.</p>
<p>Furthermore, the function insecurely utilizes parse_str() and extract() to process variables from the $_POST['params'] array. An authenticated attacker, such as a subscriber, can supply maliciously crafted input to this endpoint, allowing them to manipulate the wp_create_user() and $user-&gt;set_role() calls. By injecting specific parameters, the attacker can force the application to create a new user account with administrative privileges, granting them full control over the compromised WordPress installation.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows any authenticated user (e.g., a subscriber) to gain full administrative access to the WordPress site. This leads to complete site takeover, potential data exfiltration of customer information, unauthorized modification of site content, and potential persistent backdoor installation.</p>
<h2 id="recommendation">Recommendation</h2>
<ol>
<li>Patch immediately by upgrading the YITH WooCommerce Waitlist Premium plugin to version 3.35.1 or later.</li>
<li>Audit current WordPress administrative users for accounts created via the wp_ajax_yith_wcwtl_add_user endpoint to identify potential past compromise.</li>
<li>Deploy the web application firewall (WAF) rule to block POST requests to the vulnerable AJAX action that contain suspicious parameter payloads attempting to set user roles.</li>
</ol>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>privilege-escalation</category><category>wordpress</category><category>web-application-attack</category></item></channel></rss>