CVE-2026-27693 PUBLISHED

traccar allows XML injection in KML and GPX exports

Assigner: GitHub_M
Reserved: 23.02.2026 Published: 05.05.2026 Updated: 05.05.2026

Traccar is an open source GPS tracking system. In org.traccar:traccar versions starting at 6.11.1 before 6.13.0, the KML and GPX export functionality writes device names to XML output without proper escaping. An attacker with low privileges can create a device with a crafted name that injects XML content into exported files. If another user exports and opens the affected KML or GPX file, this can corrupt the file structure and spoof exported location data. This issue is fixed in version 6.13.0.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:N/I:L/A:L
CVSS Score: 5.4

Product Status

Vendor traccar
Product traccar
Versions
  • Version >= 6.11.1, < 6.13.0 is affected

References

Problem Types

  • CWE-91: XML Injection (aka Blind XPath Injection) CWE