vendor:
GPS Tracking System
by:
Ihsan Sencan
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: GPS Tracking System
Affected Version From: 2.12
Affected Version To: 2.12
Patch Exists: NO
Related CWE: N/A
CPE: a:sourceforge:gps_tracking:2.12
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: WiN7_x64/KaLiLinuX_x64
2018
GPS Tracking System 2.12 – ‘username’ SQL Injection
An attacker can exploit a SQL injection vulnerability in GPS Tracking System 2.12 by sending a specially crafted HTTP POST request to the login.php page. The request contains a malicious username parameter which when processed by the vulnerable application, results in an attacker gaining access to the application.
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.