vendor:
MySQL Smart Reports
by:
Özkan Mustafa Akkus (AkkuS)
5.5
CVSS
MEDIUM
SQL Injection / Cross-Site Scripting
89
CWE
Product Name: MySQL Smart Reports
Affected Version From: 1
Affected Version To: 1
Patch Exists: NO
Related CWE:
CPE: mysql_smart_reports
Platforms Tested: Kali linux
2018
MySQL Smart Reports 1.0 – SQL Injection / Cross-Site Scripting
It is a vulnerability in MySQL Smart Reports 1.0 that allows for SQL Injection and Cross-Site Scripting attacks. An attacker can exploit the 'id' parameter to inject malicious SQL queries or script code.
Mitigation:
To mitigate this vulnerability, sanitize and validate user input before using it in SQL queries or displaying it in web pages. Use prepared statements or parameterized queries to prevent SQL Injection. Implement input validation and output encoding to prevent Cross-Site Scripting.