CVE-2025-11942
Published: 19 October 2025
Summary
CVE-2025-11942 is a high-severity Improper Authentication (CWE-287) vulnerability in 70Mai X200 Firmware. Its CVSS base score is 7.3 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 43.0th 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-14 (Permitted Actions Without Identification or Authentication) and AC-3 (Access Enforcement).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
Directly mitigates the missing authentication in the pairing component by requiring explicit prohibition of pairing actions without identification and authentication.
Ensures devices are uniquely identified and authenticated before establishing pairing connections, preventing remote bypass of pairing protections.
Enforces approved authorizations requiring authentication for access to the pairing function, blocking unauthorized remote manipulation.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
The vulnerability involves missing authentication in the device's pairing function, HTTP API (port 80), and RTSP service (port 554), enabling remote attackers to bypass physical authorization (button press) and gain unauthorized access to public-facing services without authentication.
MITRE ATLAS TechniquesAI
MITRE ATLAS techniques
NVD Description
A flaw has been found in 70mai X200 up to 20251010. Affected is an unknown function of the component Pairing. Executing manipulation can lead to missing authentication. It is possible to launch the attack remotely. The exploit has been published…
more
and may be used. The vendor was contacted early about this disclosure but did not respond in any way.
Deeper analysisAI
CVE-2025-11942 is a missing authentication vulnerability affecting the Pairing component in the 70mai X200 dashcam, versions up to 20251010. The flaw, classified under CWE-287 (Improper Authentication) and CWE-306 (Missing Authentication for Critical Function), allows manipulation of an unknown function within the component, resulting in a CVSS v3.1 base score of 7.3 (AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L).
The vulnerability enables remote exploitation by unauthenticated attackers with low complexity and no user interaction required. Successful exploitation bypasses device pairing authentication, potentially granting limited access to compromise confidentiality, integrity, and availability of the affected dashcam.
Advisories from VulDB note that the vendor was contacted early for disclosure but provided no response, and no patches or mitigations are available. An exploit has been publicly disclosed in a GitHub repository detailing the bypass of device pairing on the 70mai Dashcam Omni X200.
Details
- CWE(s)