vendor:
php_dashboards_4.5
by:
Özkan Mustafa Akkus (AkkuS)
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: php_dashboards_4.5
Affected Version From: v4.5
Affected Version To: v4.5
Patch Exists: YES
Related CWE: N/A
CPE: 2.3:a:php_dashboards:php_dashboards_4.5
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Kali linux
2018
PHP Dashboards 4.5 – SQL Injection
PHP Dashboards is prone to an SQL-injection vulnerability because it fails to sufficiently sanitize user-supplied data before using it in an SQL query. Exploiting this issue could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying 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 an SQL query.