vendor:
Online Diagnostic Lab Management System
by:
yousef alraddadi
9.8
CVSS
CRITICAL
Remote Code Execution (RCE)
94
CWE
Product Name: Online Diagnostic Lab Management System
Affected Version From: 1
Affected Version To: 1
Patch Exists: NO
Related CWE:
CPE: a:sourcecodester:online_diagnostic_lab_management_system:1.0
Platforms Tested: Windows 11
2022
Online Diagnostic Lab Management System v1.0 – Remote Code Execution (RCE) (Unauthenticated)
This exploit allows an unauthenticated attacker to execute arbitrary code on the vulnerable system. The attacker can bypass the login page of the Online Diagnostic Lab Management System v1.0 by using a SQL injection attack. The attacker can then upload a malicious PHP file to the server, which can be used to execute arbitrary code on the vulnerable system.
Mitigation:
Ensure that user input is properly sanitized and validated before being used in SQL queries. Use parameterized queries to prevent SQL injection attacks.