CVE-2026-48745: Traccar Client: silent configuration hijack via unverified deep link redirects all GPS telemetry
Traccar Client is a GPS tracking mobile app for sending location updates to private servers using the open-source Traccar platform. In versions 9.7.19 and below, a single crafted deep link can silently hijack all GPS tracking parameters and redirect telemetry to an attacker-controlled server. The app registers a custom org.traccar.client://config deep-link scheme that silently writes attacker-supplied parameters (server URL, device ID, accuracy, distance, and interval) into the app's persistent configuration with no confirmation, notification, or visual indication. A single crafted link delivered via SMS, email, a webpage, or any installed app can therefore reconfigure the app the moment the victim taps it, with no special permissions required. As a result, an attacker can covertly redirect all of the victim's GPS telemetry to their own server at maximum precision and frequency, and the change persists across restarts. This gives the attacker continuous, real-time tracking of the victim's location. This issue has been fixed in version 9.7.20.
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Upgrade
Upgrade
Traccar Clientto a version that resolves this vulnerability.Fixed in 9.7.20 - Compensating control
Do not open or follow untrusted deep links (org.traccar.client://config). Block or filter messages/web content that contain org.traccar.client://config deep links and advise users to avoid tapping such links from SMS, email, webpages, or other apps until devices are updated.
- Operational
Inspect the Traccar Client persistent configuration and restore any malicious changes. Specifically verify the server URL, device ID, accuracy, distance, and interval settings and reset them to intended values. If you cannot confirm integrity of these settings, reset the app configuration or reinstall the app and reconfigure from a known-good backup.
Event History
Frequently Asked Questions
What is the severity of CVE-2026-48745?
CVE-2026-48745 has a critical severity rating of 9.3.
How do I fix CVE-2026-48745?
To fix CVE-2026-48745, update the Traccar Client to version 9.7.20 or later.
What is the impact of CVE-2026-48745?
CVE-2026-48745 allows an attacker to silently hijack GPS telemetry and redirect it to a malicious server.
Which versions of Traccar Client are affected by CVE-2026-48745?
Traccar Client versions 9.7.19 and below are affected by CVE-2026-48745.
How does CVE-2026-48745 exploit deep link redirects?
CVE-2026-48745 exploits unverified deep link redirects to compromise GPS tracking parameters.