vendor:
Gate Pass Management System
by:
Ihsan Sencan
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Gate Pass Management System
Affected Version From: 2.1
Affected Version To: 2.1
Patch Exists: NO
Related CWE: N/A
CPE: a:livebms:gate_pass_management_system
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: WiN7_x64/KaLiLinuX_x64
2018
Gate Pass Management System 2.1 – ‘login’ SQL Injection
Gate Pass Management System 2.1 is vulnerable to SQL Injection. An attacker can send a specially crafted HTTP POST request to the login-exec.php script with malicious SQL statements in the 'login' and 'password' parameters to execute arbitrary SQL commands in the application's 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 statements.