CVE-2025-2121
Published: 09 March 2025
Summary
CVE-2025-2121 is a medium-severity Incorrect Privilege Assignment (CWE-266) vulnerability in Thinkware F800 Pro Firmware. Its CVSS base score is 6.3 (Medium).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked at the 9.7th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
The strongest mitigations our analysis identified are NIST 800-53 AC-3 (Access Enforcement) and SC-7 (Boundary Protection).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
Directly enforces approved authorizations for access to the file storage component, preventing unauthorized manipulation due to improper access controls.
Monitors and controls network communications at system boundaries, blocking unauthorized adjacent local network access to the vulnerable file storage function.
Applies least privilege to restrict access rights on file storage, mitigating incorrect privilege assignments exploited over the local network.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Improper access controls on file storage enable local network attackers to write arbitrary files or malware, facilitating exploitation of remote services (T1210), potential privilege escalation via implanted payloads (T1068), and ingress tool transfer (T1105).
NVD Description
A vulnerability classified as critical has been found in Thinkware Car Dashcam F800 Pro up to 20250226. Affected is an unknown function of the component File Storage. The manipulation leads to improper access controls. The attack can only be done…
more
within the local network. The exploit has been disclosed to the public and may be used. The vendor was contacted early about this disclosure but did not respond in any way.
Deeper analysisAI
CVE-2025-2121 is a vulnerability classified as critical in Thinkware Car Dashcam F800 Pro versions up to 20250226, affecting an unknown function within the File Storage component. The issue stems from improper access controls (mapped to CWE-266 and CWE-284), allowing manipulation that bypasses intended restrictions. It carries a CVSS v3.1 base score of 6.3 (AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L), indicating medium severity despite the critical classification in advisories.
Attackers on the adjacent local network (AV:A) can exploit this without privileges (PR:N) or user interaction (UI:N), requiring low complexity (AC:L). Successful exploitation grants low-level impacts on confidentiality, integrity, and availability (C:L/I:L/A:L) of the file storage, potentially allowing unauthorized read, modification, or disruption of stored data. No privileges or scope changes are needed, making it feasible for nearby adversaries with network access, such as in parking lots or garages.
VulDB advisories detail the issue and note that the vendor was contacted early but provided no response, with no patches or official mitigations mentioned. The exploit has been publicly disclosed via a GitHub repository (geo-chen/Thinkware-Dashcam), increasing the risk of use by attackers. Security practitioners should isolate dashcam devices from untrusted networks and monitor for firmware updates, though none are confirmed available.
Details
- CWE(s)