vendor:
College-Management-System-Php
by:
BLAY ABU SAFIAN (Inveteck Global)
8.8
CVSS
HIGH
SQL Injection
89
CWE
Product Name: College-Management-System-Php
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: NO
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: MAC
2020
College-Management-System-Php 1.0 – Authentication Bypass / SQL Injection
The College Management System Php suffers from sql injection vulnerabilities in the index.php page, where data from POST parameter 'unametxt' and 'pwdtxt' are not getting filtered before passing into SQL query and hence rising SQL Injection vulnerability. Payload: ' or 1=1 --
Mitigation:
Filter user input before passing into SQL query