vendor:
School Registration and Fee System
by:
opt1lc
7,5
CVSS
HIGH
Authentication Bypass
89
CWE
Product Name: School Registration and Fee System
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: YES
Related CWE: N/A
CPE: N/A
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
School Registration and Fee System Auth Bypass
The vulnerability exists due to insufficient sanitization of user-supplied input in 'username' and 'password' parameters of 'login.php' script. A remote attacker can bypass authentication and gain access to the application.
Mitigation:
The vulnerability can be mitigated by using the mysql_real_escape_string() function to sanitize user-supplied input.