vendor:
School ERP Ultimate 2018
by:
Ihsan Sencan
7.5
CVSS
HIGH
Arbitrary File Download
434
CWE
Product Name: School ERP Ultimate 2018
Affected Version From: 2018
Affected Version To: 2018
Patch Exists: NO
Related CWE: N/A
CPE: a:freeschoolerp:school_erp_ultimate_2018
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: WiN7_x64/KaLiLinuX_x64
2018
School ERP Ultimate 2018 – Arbitrary File Download
School ERP Ultimate 2018 is vulnerable to arbitrary file download. An attacker can download any file from the server by manipulating the 'document' parameter in the download.php file. The download.php file is present in both student_staff and office_admin directories. An attacker can download any file from the server by manipulating the 'document' parameter in the download.php file. For example, an attacker can download the /etc/passwd file by sending a GET request to the download.php file with the 'document' parameter set to '../../../../../etc/passwd'.
Mitigation:
The application should validate the user input and restrict the access to the download.php file.