CVE-2026-44314
CVE-2026-44314 is a medium-severity vulnerability in Traccar with a CVSS 3.x base score of 4.3. It is not currently listed as actively exploited by CISA, and its EPSS exploit-prediction score is low. The underlying weakness is classified as CWE-863.
Key facts
- Severity: Medium (CVSS 3.x base score 4.3)
- CVSS v4: 5.3
- EPSS exploit prediction: 0% (8th percentile)
- Actively exploited: Not listed in CISA KEV
- EU (EUVD) id: EUVD-2026-31852
- Weakness: CWE-863
- Affected product: Traccar
- Published:
- Last modified:
Description
Traccar is an open source GPS tracking system. Prior to 6.13.0, DeviceResource.uploadImage authorizes the target device only through Condition.Permission(User.class, getUserId(), Device.class) and then immediately streams the uploaded body into mediaManager.createFileStream(...). Unlike the generic mutation path in BaseObjectResource.update and the explicit device mutation handler updateAccumulators, this route never invokes permissionsService.checkEdit(getUserId(), Device.class, false, false). The skipped guard is exactly where Traccar enforces readonly and deviceReadonly restrictions for non-admin users. An unauthorized user can replace a device’s stored image file under the server media directory. This allows modification of UI-visible device media and any downstream workflows that rely on the persisted image, despite other device update paths correctly rejecting the same identity. This vulnerability is fixed in 6.13.0.
Frequently asked questions
- What is CVE-2026-44314?
- Traccar is an open source GPS tracking system. Prior to 6.13.0, DeviceResource.uploadImage authorizes the target device only through Condition.Permission(User.class, getUserId(), Device.class) and then immediately streams the uploaded body into mediaManager.createFileStream(...). Unlike the generic mutation path in BaseObjectResource.update and the explicit device mutation handler updateAccumulators, this route never invokes permissionsService.checkEdit(getUserId(), Device.class, false, false). The skipped guard is exactly where Traccar enforces readonly and deviceReadonly restrictions for non-admin users. An unauthorized user can replace a device’s stored image file under the server media directory. This allows modification of UI-visible device media and any downstream workflows that rely on the persisted image, despite other device update paths correctly rejecting the same identity. This vulnerability is fixed in 6.13.0.
- How severe is CVE-2026-44314?
- CVE-2026-44314 has a CVSS 3.x base score of 4.3, rated medium severity. It is exploitable over network with low attack complexity, requires low privileges and no user interaction. Impact on confidentiality is none, integrity low, and availability none.
- Is CVE-2026-44314 being actively exploited?
- It is not currently listed in CISA's KEV catalog. Its EPSS exploit-prediction score is 0% (8th percentile), an estimate of the probability of exploitation in the next 30 days.
- What products are affected by CVE-2026-44314?
- CVE-2026-44314 affects Traccar. See the affected-products list for the exact vulnerable versions.
- How do I fix CVE-2026-44314?
- Review the linked vendor and NVD advisories for patched versions and mitigations, then upgrade or apply the recommended workaround.
- Does CVE-2026-44314 have an EU (EUVD) identifier?
- Yes. CVE-2026-44314 is tracked in the ENISA EU Vulnerability Database (EUVD) as EUVD-2026-31852.
- When was CVE-2026-44314 published?
- CVE-2026-44314 was published on 2026-05-26 and last updated on 2026-06-17.
References
Affected products (1)
- cpe:2.3:a:traccar:traccar:*:*:*:*:*:*:*:*
More vulnerabilities in Traccar
- CVE-2024-7746 — Critical (CVSS 9.8): Use of Default Credentials vulnerability in Tananaev Solutions Traccar Server on Administrator Panel modules allows…
- CVE-2024-31214 — Critical (CVSS 9.6): Traccar is an open source GPS tracking system. Traccar versions 5.1 through 5.12 allow arbitrary files to be uploaded…
- CVE-2026-25648 — High (CVSS 8.7): Versions of the Traccar open-source GPS tracking system starting with 6.11.1 contain an issue in which authenticated…
- CVE-2023-50729 — High (CVSS 8.4): Traccar is an open source GPS tracking system. Prior to 5.11, Traccar is affected by an unrestricted file upload…
- CVE-2020-5246 — High (CVSS 7.7): Traccar GPS Tracking System before version 4.9 has a LDAP injection vulnerability. It occurs when user input is being…
- CVE-2026-25649 — High (CVSS 7.3): Versions of the Traccar open-source GPS tracking system up to and including 6.11.1 contain an issue in which…
Other CWE-863 (Incorrect Authorization) vulnerabilities
- CVE-2026-48286 — Critical (CVSS 10.0): Adobe Campaign Classic (ACC) versions 7.4.3 build 9396 and earlier are affected by an Incorrect Authorization…
- CVE-2026-48303 — Critical (CVSS 10.0): Adobe Campaign Classic (ACC) versions 7.4.3 build 9394 and earlier are affected by an Incorrect Authorization…
- CVE-2026-44330 — Critical (CVSS 10.0): free5GC is an open-source implementation of the 5G core network. Prior to 4.2.2, free5GC's NEF mounts the…
- CVE-2026-46595 — Critical (CVSS 10.0): Previously, CVE-2024-45337 fixed an authorization bypass for misused ssh server configurations; if any other type of…
- CVE-2026-33105 — Critical (CVSS 10.0): Improper authorization in Microsoft Azure Kubernetes Service allows an unauthorized attacker to elevate privileges over…
- CVE-2026-32213 — Critical (CVSS 10.0): Improper authorization in Azure AI Foundry allows an unauthorized attacker to elevate privileges over a network.
Browse all CWE-863 (Incorrect Authorization) vulnerabilities →