vendor:
Net-Billetterie
by:
Ihsan Sencan
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Net-Billetterie
Affected Version From: 2.9
Affected Version To: 2.9
Patch Exists: NO
Related CWE: N/A
CPE: a:net-billetterie:net-billetterie:2.9
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: WiN7_x64/KaLiLinuX_x64
2018
Net-Billetterie 2.9 – ‘login’ SQL Injection
Net-Billetterie 2.9 is vulnerable to SQL Injection. This vulnerability exists due to insufficient sanitization of user-supplied input in the 'login.inc.php' script. An attacker can exploit this vulnerability to gain access to the application and execute arbitrary SQL commands in the back-end database.
Mitigation:
Input validation should be performed to ensure that untrusted data is not used to construct SQL commands that can be executed. Parameterized queries should be used to prevent SQL injection attacks.