vendor:
MySchool
by:
az7rb
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: MySchool
Affected Version From: 07.02
Affected Version To: 07.02
Patch Exists: NO
Related CWE: N/A
CPE: a:em:myschool:7.02
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Windows XP SP3, BackTrack 5
2011
SQL Injection MySchool Version 7.02
MySchool Version 7.02 is vulnerable to SQL Injection. An attacker can inject malicious SQL queries via the 'ID' and 'Page_ID' parameters in the 'index.php' and 'show_page.php' scripts respectively. An attacker can exploit this vulnerability to gain access to the administrative control panel by entering the URL 'http://localhost/myschool/login.php'.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in an SQL query.