vendor:
School ERP Ultimate 2018
by:
Ihsan Sencan
7.5
CVSS
HIGH
SQL Injection
89
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 – ‘fid’ SQL Injection
The vulnerability exists due to insufficient sanitization of user-supplied input passed via the 'fid' parameter to '/[PATH]/student_staff/' script. A remote attacker can execute arbitrary SQL commands in application's database, cause a denial of service condition or compromise a vulnerable system.
Mitigation:
Input validation should be used to prevent SQL injection attacks. The application should use parameterized queries (also known as prepared statements) to prevent SQL injection attacks.