What the vulnerability does
01Description
The JS Help Desk – The Ultimate Help Desk & Support Plugin plugin for WordPress is vulnerable to PHP Code Injection leading to Remote Code Execution in all versions up to, and including, 2.8.6 via the 'storeTheme' function. This is due to a lack of sanitization on user-supplied values, which replace values in the style.php file, along with missing capability checks. This makes it possible for unauthenticated attackers to execute code on the server. This issue was partially patched in 2.8.6 when the code injection issue was resolved, and fully patched in 2.8.7 when the missing authorization and cross-site request forgery protection was added. CVE-2024-43274 is likely a duplicate of this issue.
Explanation of Vulnerability in Simple Terms
02Summary
JS Help Desk versions 2.8.6 and earlier contain a code injection vulnerability that allows unauthenticated attackers to run arbitrary code on the server. The vulnerability requires no user interaction and can be exploited over the network. An attacker can gain complete control of the affected system, including reading sensitive data, modifying content, and disrupting service.
What an attacker can do
03Attacker Capabilities
Run arbitrary code on the server without authentication, gaining full control of the system.
Potential impact on your site
04Site Impact
Complete compromise of the help desk system and potentially the underlying server; data breach and service disruption likely.
Conditions required to exploit
05Prerequisites
Network access to the vulnerable application. No authentication or user interaction required.
Key dates
06Disclosure timeline
August 13, 2024
CVE published
April 8, 2026
Record updated