vendor:
Student Enrollment 1.0
by:
Selim Enes 'Enesdex' Karaduman
9.8
CVSS
HIGH
Unauthenticated Remote Code Execution
78
CWE
Product Name: Student Enrollment 1.0
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Windows 10 / WampServer
2020
Student Enrollment 1.0 – Unauthenticated Remote Code Execution
This exploit allows an attacker to execute arbitrary code on a vulnerable system. The exploit is triggered by sending a specially crafted HTTP POST request to the register.php page of the Student Enrollment 1.0 application. The request contains a malicious command in the 'cmd' parameter, which is then executed on the vulnerable system.
Mitigation:
Ensure that all user input is properly validated and sanitized before being used in any system operations.