vendor:
Loan Management System
by:
Merve Oral
8.8
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Loan Management System
Affected Version From: 1
Affected Version To: 1
Patch Exists: NO
Related CWE:
CPE: a:sourcecodester:loan_management_system
Platforms Tested: Windows 10, Kali Linux
2021
Loan Management System 1.0 – SQLi Authentication Bypass
Loan Management System Login page can be bypassed with a simple SQLi to the username parameter. Steps To Reproduce: 1 - Go to the login page http://localhost/audit_trail/login.php 2 - Enter the payload to username field as "admin' or '1'='1'#" without double-quotes and type anything to password field. 3 - Click on "Login" button and you are logged in as administrator.
Mitigation:
Input validation should be done to prevent SQL injection attacks.