vendor:
Monitoring System (Dashboard)
by:
Richard Jones
8.8
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Monitoring System (Dashboard)
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:sourcecodester:monitoring_system_(dashboard)
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Windows 10 Home 19041 (x64_86) + XAMPP 7.2.34
2021
Monitoring System (Dashboard) 1.0 – ‘uname’ SQL Injection
SQL Injection vulnerability in Monitoring System (Dashboard) 1.0 allows an attacker to inject malicious SQL code into the 'uname' parameter of the login.php page. By exploiting this vulnerability, an attacker can gain access to the database and dump the contents of the database.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in SQL queries.