CVE-2026-27644 — Traccar is an open source GPS tracking system. In versions
CVE-2026-27644 — 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 throu
What This Means For You
- If your environment is affected by CWE-1236, review your exposure and prioritize patching based on your environment. Monitor vendor advisories for CVE-2026-27644 updates and patches.
Related ATT&CK Techniques
🛡️ Detection Rules
3 rules · 6 SIEM formats3 detection rules auto-generated for this incident, mapped to MITRE ATT&CK. Sigma YAML is free — export to any SIEM format via the Intel Bot.
Traccar CSV Export Formula Injection Attempt - CVE-2026-27644
title: Traccar CSV Export Formula Injection Attempt - CVE-2026-27644
id: scw-2026-05-05-ai-1
status: experimental
level: high
description: |
Detects attempts to exploit Traccar CVE-2026-27644 by requesting a CSV export with parameters that suggest the injection of spreadsheet formulas. The vulnerability allows attackers to inject formulas into exported fields, which can lead to command execution when opened in spreadsheet software. This rule specifically looks for the CSV export endpoint with suspicious characters often used in formula injection within the URI query parameters.
author: SCW Feed Engine (AI-generated)
date: 2026-05-05
references:
- https://shimiscyberworld.com/posts/nvd-CVE-2026-27644/
tags:
- attack.execution
- attack.t1559.002
logsource:
category: webserver
detection:
selection:
cs-uri|contains:
- '/api/reports/export'
cs-method|exact:
- 'GET'
cs-uri-query|contains:
- 'format=csv'
sc-status|exact:
- '200'
selection_indicators:
uri|contains:
- '=
uri|contains:
- '+
uri|contains:
- '-'
uri|contains:
- '@'
condition: selection AND selection_indicators
falsepositives:
- Legitimate administrative activity
Source: Shimi's Cyber World · License & reuse
Indicators of Compromise
| ID | Type | Indicator |
|---|---|---|
| CVE-2026-27644 | vulnerability | CVE-2026-27644 |
| CWE-1236 | weakness | CWE-1236 |
Source & Attribution
| Source Platform | NVD |
| Channel | National Vulnerability Database |
| Published | May 05, 2026 at 16:16 UTC |
This content was curated and summarized by Shimi's Cyber World for informational purposes. It is not copied or republished in full. All intellectual property rights remain with the original author and source.
Believe this infringes your rights? Submit a takedown request.