CVE-2024-7094 CRITICAL

CVE-2024-7094: JS Help Desk – The Ultimate Help Desk & Support Plugin <= 2.8.6 - Unauthenticated PHP Code Injection to Remote Code Execution

Vendor Rabilal
Product JS Help Desk – AI-Powered Support & Ticketing System
Weakness CWE-94 · Code injection
Published August 13, 2024
Last update April 8, 2026

CVSS base score

9.8/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality High
Integrity High

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

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

Related vulnerabilities

08Related CVE