vendor:
Daily Expenses Management System
by:
Daniel Ortiz
8.8
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Daily Expenses Management System
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:sourcecodester:daily_expenses_management_system:1.0
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: XAMPP Version 5.6.40 / Windows 10
2020
Daily Expenses Management System 1.0 – ‘username’ SQL Injection
Daily Expenses Management System 1.0 is vulnerable to SQL Injection. An attacker can exploit this vulnerability to bypass the authentication process and gain access to the application. This vulnerability is due to the lack of proper input validation on the application side. An attacker can exploit this vulnerability by sending malicious SQL queries to the application. This can be done by sending a specially crafted payload to the application.
Mitigation:
Input validation should be implemented to prevent SQL injection attacks. All user input should be validated and filtered before being used in SQL queries.