vendor:
School Event Management System
by:
Ihsan Sencan
9.8
CVSS
CRITICAL
Arbitrary File Upload
434
CWE
Product Name: School Event Management System
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: CVE-2018-18793
CPE: a:sourcecodester:school_event_management_system:1.0
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: WiN7_x64/KaLiLinuX_x64
2018
School Event Management System 1.0 – Arbitrary File Upload
School Event Management System 1.0 is vulnerable to an arbitrary file upload vulnerability. This vulnerability allows an attacker to upload a malicious file to the web server. The malicious file can be uploaded by sending a specially crafted HTTP POST request to the vulnerable application. The malicious file can be uploaded to the web server by setting the filename parameter to the name of the malicious file and setting the Content-Type header to application/force-download. The malicious file can then be accessed by sending a GET request to the vulnerable application.
Mitigation:
Input validation should be used to prevent the upload of malicious files. The application should also be configured to only allow the upload of specific file types.