vendor:
Fifa Master XLS
by:
Ihsan Sencan
8.8
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Fifa Master XLS
Affected Version From: 2.3.2
Affected Version To: 2.3.2
Patch Exists: NO
Related CWE: N/A
CPE: a:fankstribe:fifa_master_xls:2.3.2
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: WiN7_x64/KaLiLinuX_x64
2018
Fifa Master XLS 2.3.2 – ‘usw’ SQL Injection
A SQL injection vulnerability exists in Fifa Master XLS 2.3.2, which allows an attacker to execute arbitrary SQL commands via the 'usw' parameter in the chat.php script. The vulnerability is due to the lack of proper sanitization of user-supplied input in the 'usw' parameter. An attacker can exploit this vulnerability to gain access to the database and execute arbitrary SQL commands.
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.