Cyber Resilience

CVE-2024-24809

High EPSS
Published
10 April 2024
Modified
17 June 2026
CVSS Score v3.1 8.5
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:H/A:L
EPSS Score 0.54 99th percentile
Risk Priority 85 floored blend · peak EPSS

Summary

CVE-2024-24809 is a high-severity Path Traversal: 'dir/../../filename' (CWE-27) vulnerability. Its CVSS base score is 8.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 1% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SI-3 (Malicious Code Protection) and CM-7 (Least Functionality) — see the control section below for these in your framework.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

Traccar, an open source GPS tracking system, is affected by path traversal and unrestricted file upload vulnerabilities (CWE-27 and CWE-434) in all versions prior to 6.0. The issues allow upload of files with dangerous types and arbitrary path control when the default self-registration feature is enabled.

An attacker who registers an ordinary user account can exploit the flaws to upload files prefixed with "device." into any folder on the server. This capability supports phishing, cross-site scripting, and potential remote command execution, as reflected in the CVSS 8.5 score that emphasizes network-accessible impact with low attack complexity.

The official GitHub Security Advisory GHSA-vhrw-72f6-gwp5 and the associated patch commit b099b298f90074c825ba68ce73532933c7b9d901 state that version 6.0 resolves the issue; administrators should upgrade promptly and consider disabling public registration if not required.

The EPSS score remains elevated near its peak of 0.9078, indicating sustained exploitation interest after disclosure.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

Traccar is an open source GPS tracking system. Versions prior to 6.0 are vulnerable to path traversal and unrestricted upload of file with dangerous type. Since the system allows registration by default, attackers can acquire ordinary user permissions by registering…

more

an account and exploit this vulnerability to upload files with the prefix `device.` under any folder. Attackers can use this vulnerability for phishing, cross-site scripting attacks, and potentially execute arbitrary commands on the server. Version 6.0 contains a patch for the issue.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1505 Server Software Component Persistence
Adversaries may abuse legitimate extensible development features of servers to establish persistent access to systems.
T1505.003 Web Shell Persistence
Adversaries may backdoor web servers with web shells to establish persistent access to systems.
T1059 Command and Scripting Interpreter Execution
Adversaries may abuse command and script interpreters to execute commands, scripts, or binaries.
T1105 Ingress Tool Transfer Command And Control
Adversaries may transfer tools or other files from an external system into a compromised environment.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2023-31946Shared CWE-434
CVE-2023-25922Shared CWE-434
CVE-2024-49216Shared CWE-434
CVE-2025-8297Shared CWE-434
CVE-2024-35080Shared CWE-434
CVE-2021-30118Shared CWE-434
CVE-2024-29514Shared CWE-434
CVE-2023-3274Shared CWE-434
CVE-2023-5524Shared CWE-434
CVE-2024-4560Shared CWE-434

Affected Assets

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V5.1.1

Mitigating Controls (NIST 800-53 r5) AI

Malicious-code protection at entry points blocks dangerous file types from being accepted and executed.

Least functionality restricts the file types and automatic processing capabilities the system will accept.

SC-18 Mobile Code partial match

Mobile-code controls define, authorize, and block unacceptable uploaded code before automatic processing occurs.

Input validation directly stops untrusted pathnames containing ../ sequences from being used to construct traversals outside the intended directory.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-05 mostly match
prevents

Restricting execution of unauthorized software directly blocks dangerous uploaded files from running.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly require input validation and path sanitization that prevent directory traversal flaws.

ID.RA-01 partial match
prevents

Vulnerability identification processes will discover path traversal weaknesses during code or configuration review.

PR.AA-05 partial match
prevents

Least-privilege file permissions and access enforcement can limit the damage from a successful traversal.

PR.PS-01 partial match
prevents

Hardened configuration baselines can enforce allowed file types and processing rules.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

prevents

Secure coding standards require neutralizing '../' sequences and using safe file APIs, eliminating this exact weakness.

finds

Security testing in development catches path-traversal flaws before release but does not itself implement the control.

prevents

Secure development lifecycle mandates input validation and path sanitization that directly prevents directory traversal.

prevents

Application security requirements include explicit rules for safe file-path handling and canonicalization.

prevents

Secure architecture principles discourage unsafe path construction but do not prescribe the specific coding fix.

mitigates

Information access restriction can limit which files are reachable, reducing impact but not preventing the traversal vector.

References