<?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>Tutor LMS (&lt;= 4.0.7) - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/tutor-lms--4.0.7/</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, 12 Sep 2026 09:19:07 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/tutor-lms--4.0.7/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>PHP Object Injection in Tutor LMS Plugin for WordPress</title><link>https://feed.craftedsignal.io/briefs/2026-09-tutor-lms-rce/</link><pubDate>Sat, 12 Sep 2026 09:19:07 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-tutor-lms-rce/</guid><description>Tutor LMS plugin versions up to 4.0.7 are vulnerable to remote code execution via PHP object injection in the tutor_save_withdraw_account AJAX handler, allowing attackers to leverage POP chains.</description><content:encoded><![CDATA[<p>Tutor LMS, a popular eLearning solution for WordPress, contains a critical vulnerability (CVE-2026-78175) affecting all versions up to and including 4.0.7. The vulnerability exists within the 'tutor_save_withdraw_account' AJAX handler, which fails to perform necessary capability or role checks. While the handler relies on a nonce, it incorrectly processes the 'withdraw_method_field' parameter by passing user-supplied input through 'esc_sql()'. This function introduces HMAC placeholders that, upon storage and subsequent retrieval, cause a discrepancy in serialized string length declarations. By providing crafted POST data, an attacker can trigger an 'unserialize()' operation on malformed data, leading to object injection. This permits the execution of a POP chain using 'GuzzleHttp\Cookie\FileCookieJar', effectively allowing an attacker to achieve remote code execution by writing arbitrary content to a file. The vulnerability is accessible to authenticated users with subscriber-level access and can be exploited by unauthenticated attackers if site registration is enabled and the monetization feature is active.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker identifies a WordPress site running Tutor LMS &lt;= 4.0.7 with monetization features enabled.</li>
<li>Attacker registers as a student or teacher if user registration is enabled, or uses existing low-privileged credentials.</li>
<li>Attacker crafts a malicious payload containing a serialized PHP object designed to utilize the 'GuzzleHttp\Cookie\FileCookieJar' POP chain.</li>
<li>Attacker sends an HTTP POST request to the 'wp-admin/admin-ajax.php' endpoint with the 'action' set to 'tutor_save_withdraw_account'.</li>
<li>The server-side code processes the 'withdraw_method_field' parameter, triggering the length discrepancy issue during the 'update_user_meta' operation.</li>
<li>Upon metadata retrieval, the application calls 'unserialize()' on the malformed input.</li>
<li>The deserialization process executes the POP chain, resulting in arbitrary file write capabilities.</li>
<li>Attacker writes a PHP webshell to a publicly accessible directory to achieve remote code execution.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows unauthenticated or low-privileged attackers to achieve remote code execution on the WordPress host. This grants full control over the web application, facilitating data exfiltration, defacement, or lateral movement within the hosting environment. Thousands of WordPress installations utilizing this eLearning plugin are potentially affected if the monetization feature is configured.</p>
<h2 id="recommendation">Recommendation</h2>
<ol>
<li>Update Tutor LMS to version 4.0.8 or later immediately to apply the patch for CVE-2026-78175.</li>
<li>Disable public user registration on WordPress sites if not strictly necessary until the update is applied.</li>
<li>Temporarily disable the monetization feature in Tutor LMS to mitigate the attack vector.</li>
<li>Review server logs for anomalous POST requests to 'admin-ajax.php' containing highly encoded or serialized-looking strings.</li>
</ol>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>wordpress</category><category>rce</category><category>php-injection</category><category>vulnerability</category></item></channel></rss>