vendor:
SOA - School Management Software with Integrated Parents/Students Portal & Mobile App
by:
Borna nematzadeh (L0RD)
8.8
CVSS
HIGH
SQL Injection
89
CWE
Product Name: SOA - School Management Software with Integrated Parents/Students Portal & Mobile App
Affected Version From: All version
Affected Version To: All version
Patch Exists: NO
Related CWE: N/A
CPE: 20435367
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Webapps
2018
SOA – School Management Software with Integrated Parents/Students Portal & Mobile App – ‘access_login’ SQL Injection
The vulnerability allows an attacker to inject sql commands. The 'username' field is vulnerable in this script ('access_login' parameter). First inject payload into this parameter. then put anything in password and click login. You will have XPATH syntax error in the next page that contains user and db_name. You can find all tables and any information from database by using XPATH query. You can use extractvalue() or updatexml() for generating error.
Mitigation:
Input validation and sanitization should be done to prevent SQL injection attacks.