vendor:
Online Job Portal
by:
Ihsan Sencan
7.5
CVSS
HIGH
Remote Code Execution
94
CWE
Product Name: Online Job Portal
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:sourcecodester:online_job_portal:1.0
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Linux
2020
Online Job Portal 1.0 – Remote Code Execution
An attacker can exploit a vulnerability in Online Job Portal 1.0 to execute arbitrary code on the vulnerable system. The vulnerability exists due to insufficient sanitization of user-supplied input in the 'mealid' parameter of the 'index.php' script. An attacker can send a specially crafted HTTP request containing an arbitrary PHP code in the 'mealid' parameter to execute arbitrary code on the vulnerable system.
Mitigation:
Input validation should be performed to ensure that untrusted data is not used to execute arbitrary code.