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

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 formats

3 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.

high T1559.002 Execution

Traccar CSV Export Formula Injection Attempt - CVE-2026-27644

Sigma YAML — free preview
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

✓ Sigma · Splunk SPL Sentinel KQL Elastic QRadar AQL Wazuh Get rules for your SIEM →

Indicators of Compromise

IDTypeIndicator
CVE-2026-27644 vulnerability CVE-2026-27644
CWE-1236 weakness CWE-1236
Source & Attribution
Source PlatformNVD
ChannelNational Vulnerability Database
PublishedMay 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.

Related coverage

CVE-2026-7834: Critical Stack-Based Buffer Overflow in EFM ipTIME NAS1dual

CVE-2026-7834 — A security vulnerability has been detected in EFM ipTIME NAS1dual 1.5.24. This issue affects the function get_csrf_whites of the file /cgi/advanced/misc_main.cgi. Such manipulation...

vulnerabilityCVEcriticalhigh-severitybuffer-overflowcwe-119cwe-121
/SCW Vulnerability Desk /CRITICAL /9.8 /⚑ 2 IOCs /⚙ 1 Sigma

CVE-2026-7778 — An issue that could allow a dashboard configuration to be

CVE-2026-7778 — An issue that could allow a dashboard configuration to be viewed from outside of the authorized organization scope has been resolved. This is...

vulnerabilityCVEmedium-severitycwe-269
/SCW Vulnerability Desk /MEDIUM /5 /⚑ 2 IOCs /⚙ 5 Sigma

WeePie Cookie Allow Plugin SQLi Risks Unauthenticated Database Access

CVE-2026-4304 — The WeePie Cookie Allow plugin for WordPress is vulnerable to SQL Injection via the 'consent' parameter in all versions up to, and including,...

vulnerabilityCVEhigh-severitysql-injectioncwe-89
/SCW Vulnerability Desk /HIGH /7.5 /⚑ 4 IOCs /⚙ 3 Sigma