Lucene search

K
vulnrichmentGitHub_MVULNRICHMENT:CVE-2024-31214
HistoryApr 10, 2024 - 5:20 p.m.

CVE-2024-31214 Traccar's unrestricted file upload vulnerability in device image upload could lead to remote code execution

2024-04-1017:20:55
CWE-434
GitHub_M
github.com
9
traccar
gps tracking
file upload
vulnerability
remote code execution

CVSS3

9.6

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

REQUIRED

Scope

CHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H

AI Score

7.7

Confidence

Low

SSVC

Exploitation

poc

Automatable

no

Technical Impact

total

Traccar is an open source GPS tracking system. Traccar versions 5.1 through 5.12 allow arbitrary files to be uploaded through the device image upload API. Attackers have full control over the file contents, full control over the directory where the file is stored, full control over the file extension, and partial control over the file name. While it’s not for an attacker to overwrite an existing file, an attacker can create new files with certain names and attacker-controlled extensions anywhere on the file system. This can potentially lead to remote code execution, XSS, DOS, etc. The default install of Traccar makes this vulnerability more severe. Self-registration is enabled by default, allowing anyone to create an account to exploit this vulnerability. Traccar also runs by default with root/system privileges, allowing files to be placed anywhere on the file system. Version 6.0 contains a fix for the issue. One may also turn off self-registration by default, as that would make most vulnerabilities in the application much harder to exploit by default and reduce the severity considerably.

CNA Affected

[
  {
    "vendor": "traccar",
    "product": "traccar",
    "versions": [
      {
        "status": "affected",
        "version": ">= 5.1, < 6.0"
      }
    ]
  }
]

ADP Affected

[
  {
    "cpes": [
      "cpe:2.3:a:traccar:traccar:*:*:*:*:*:*:*:*"
    ],
    "vendor": "traccar",
    "product": "traccar",
    "versions": [
      {
        "status": "affected",
        "version": "5.1",
        "lessThan": "6.0",
        "versionType": "custom"
      }
    ],
    "defaultStatus": "unknown"
  }
]

CVSS3

9.6

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

REQUIRED

Scope

CHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H

AI Score

7.7

Confidence

Low

SSVC

Exploitation

poc

Automatable

no

Technical Impact

total