vendor:
Online Catering Reservation System
by:
Christian Vierschilling
9.8
CVSS
HIGH
Unauthenticated Remote Code Execution
78
CWE
Product Name: Online Catering Reservation System
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:sourcecodester:online_catering_reservation_system:1.0
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: PHP 7.4.14, Linux x64_x86
2021
Online Catering Reservation System 1.0 – Unauthenticated Remote Code Execution
The web application allows for an unauthenticated file upload which can result in a Remote Code Execution. An attacker can upload a malicious file containing a reverse shell payload, which can then be triggered by requesting the file from the server.
Mitigation:
Implement authentication and authorization checks for all file uploads, and ensure that only authorized users can upload files.