vendor:
Lot Reservation Management System
by:
Elijah Mandila Syoyi
6.1
CVSS
HIGH
Unauthenticated File Upload and Remote Code Execution
434
CWE
Product Name: Lot Reservation Management System
Affected Version From: 1
Affected Version To: 1
Patch Exists: NO
Related CWE:
CPE: a:sourcecodester:lot_reservation_management_system:1.0
Platforms Tested: Windows 11 Enterprise, XAMPP 3.3.0
2023
Lot Reservation Management System Unauthenticated File Upload and Remote Code Execution
Lot Reservation Management System is a PHP/MySQLi project designed for managing property reservations. The system lacks proper authentication, allowing unauthenticated users to upload malicious files and execute remote code on the server. This could lead to unauthorized access, data breaches, and system compromise.
Mitigation:
To mitigate this vulnerability, it is recommended to implement strong input validation, enforce proper authentication mechanisms, and restrict file upload permissions to authenticated users only.