vendor:
PMOS Help Desk
by:
EgiX
7.5
CVSS
HIGH
Remote Command Execution
Not provided
CWE
Product Name: PMOS Help Desk
Affected Version From: Version 2.4 and below
Affected Version To: Version 2.4
Patch Exists: NO
Related CWE: Not provided
CPE: Not provided
Platforms Tested: Not provided
Not provided
PMOS Help Desk <= 2.4 Remote Command Execution Exploit
The PMOS Help Desk version 2.4 and below is vulnerable to remote command execution. The vulnerability exists in the form.php file, where PHP code injection is possible. The code injection occurs in the query at line 49 or 47, allowing an attacker to inject PHP code into the 'options' table. The injected code will be executed by the eval() function in files like index.php. This vulnerability can be exploited to execute arbitrary commands on the server.
Mitigation:
It is recommended to update to a newer version of PMOS Help Desk that addresses this vulnerability. Additionally, input validation and sanitization should be implemented to prevent code injection attacks.