vendor:
Simple Employee Records System
by:
sml@lacashita.com
9.8
CVSS
HIGH
Remote Code Execution
264
CWE
Product Name: Simple Employee Records System
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:sourcecodester:simple_employee_records_system:1.0
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Ubuntu 20.04.2
2021
Simple Employee Records System 1.0 – File Upload RCE (Unauthenticated)
uploadID.php can be used to upload .php files to '/uploads/employees_ids/' without authentication. An attacker can make a POST request to upload a malicious .php file and then execute commands by accessing the uploaded file with a GET request.
Mitigation:
Authentication should be enforced for the uploadID.php file.