CVE-2026-88843
7.2MasterStudy · LMS WordPress Plugin
The MasterStudy LMS WordPress Plugin fails to validate display-style settings, allowing authenticated users with Contributor roles or higher to execute arbitrary local PHP files via path traversal.
Executive summary
A critical path traversal vulnerability in the MasterStudy LMS WordPress Plugin allows authenticated users to achieve remote code execution on the underlying server.
Vulnerability
The plugin contains a vulnerability in the template path construction logic where user-supplied display-style settings are not properly sanitized. This allows an authenticated user with at least Contributor-level privileges to perform a local file inclusion attack, potentially leading to full server compromise.
Business impact
The ability to include and execute arbitrary PHP files poses an extreme risk to organizational data and system integrity. An attacker with minimal privileges could gain full control over the WordPress environment, resulting in unauthorized data access, the deployment of malicious backdoors, or total system downtime. Given the CVSS score of 7.2, this vulnerability represents a significant threat to any business relying on this plugin for educational content management.
Remediation
Immediate Action: Update the MasterStudy LMS WordPress Plugin to version 3.7.50 or later immediately to apply the necessary input validation patches.
Proactive Monitoring: Review web server access logs for anomalous requests targeting template files or unexpected file inclusion patterns. Monitor database and system logs for unauthorized changes to administrative accounts or suspicious file uploads.
Compensating Controls: Implement a Web Application Firewall (WAF) to block requests containing directory traversal sequences or suspicious PHP file execution attempts. Ensure that the WordPress file system permissions are hardened to limit the impact if a secondary vulnerability is exploited.
Exploitation status
Public Exploit Available: Unknown
Analyst recommendation
The risk of unauthorized code execution through this path traversal vulnerability is severe. Administrators must prioritize updating to version 3.7.50 as the primary remediation step. Failure to update leaves the server environment exposed to potentially malicious actors who can leverage existing Contributor-level credentials to escalate their access and compromise the entire hosting infrastructure.
History
CVE Brief tracked this CVE 1 day before it had a CVSS score.
- Disclosed CVE record published
- Collected by CVE Brief No CVSS score yet; tracked as early warning
- CVSS score assigned 7.2 (3.1) from cvelistV5
- Analyst report written
- Published in the daily brief high section, early-warning entry
Sources
Originally found and disclosed by Karthik Ramakrishnan, with WPScan (coordinator), per the CVE Program record.