CVE-2026-27644
Description
Traccar is an open source GPS tracking system. In versions between 6.11.1 and 6.13.0, the CSV export functionality writes position data, including user-controlled device and computed attributes, to CSV output without proper escaping. An attacker can inject spreadsheet formulas through exported fields. When a manager or administrator opens the exported CSV file in spreadsheet software, this can cause formula execution and lead to command execution or data exfiltration. This has been patched in version 6.13.0.
Predictions
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
Vendor advisory: security-advisories@github.com — https://github.com/traccar/traccar/security/advisories/GHSA-745r-9qgj-x7m7
Application impact
| Vendor | Product | Versions | Fixed |
|---|---|---|---|
| traccar | traccar | {"startIncluding":"6.11.1","endExcluding":"6.13.0"} | 6.13.0 |
References
CWEs
CWE-1236
Verify integrity in audit chain (admin only). AS-IS.