vendor:
Student Information System (SIS)
by:
lahilote
7,5
CVSS
HIGH
Authentication Bypass
287
CWE
Product Name: Student Information System (SIS)
Affected Version From: 0.1
Affected Version To: 0.1
Patch Exists: YES
Related CWE: N/A
CPE: a:sourcecodester:student_information_system_(sis)
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: xampp
2016
Student Information System (SIS) Auth Bypass
The audit_list in ucc/admin_login.php of the Student Information System (SIS) application is vulnerable to an authentication bypass vulnerability. An attacker can exploit this vulnerability by providing a username and password of 'admin' or '1'='1' to bypass authentication.
Mitigation:
One of the method's to fix and secure such Auth Bypass flaw's, is to use the php function mysql_real_escape_string.