Vulnerabilities (CVE)

Filtered by vendor Gps-server Subscribe
Filtered by product Gps Tracking Software
Total 2 CVE
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2017-17098 1 Gps-server 1 Gps Tracking Software 2024-02-04 7.5 HIGH 9.8 CRITICAL
The writeLog function in fn_common.php in gps-server.net GPS Tracking Software (self hosted) through 3.0 allows remote attackers to inject arbitrary PHP code via a crafted request that is mishandled during admin log viewing, as demonstrated by <?php system($_GET[cmd]); ?> in a login request.
CVE-2017-17097 1 Gps-server 1 Gps Tracking Software 2024-02-04 5.0 MEDIUM 9.8 CRITICAL
gps-server.net GPS Tracking Software (self hosted) 2.x has a password reset procedure that immediately resets passwords upon an unauthenticated request, and then sends e-mail with a predictable (date-based) password to the admin, which makes it easier for remote attackers to obtain access by predicting this new password. This is related to the use of gmdate for password creation in fn_connect.php.