Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Broken access control on the /ajax API means no authentication (PR:N) and a straightforward request (AC:L) over the network yields code execution with total confidentiality, integrity, and availability impact.
Primary rating from Vendor (mitre).
CVSS VectorVendor: mitre
Lifecycle Timeline
3DescriptionCVE.org
An issue in Generic OEM UZ801_v2.1 4G LTE Router V3.4.3 allows a remote attacker to execute arbitrary code via the /ajax web management API endpoint in MifiService.apk
AnalysisAI
Remote code execution in the Generic OEM UZ801_v2.1 4G LTE Router (firmware V3.4.3) lets unauthenticated attackers run arbitrary code by sending crafted requests to the /ajax web management API served by the device's MifiService.apk component. The flaw stems from broken access control on the management endpoint, giving remote attackers full control of the device with no credentials. Publicly available exploit code exists on GitHub, though EPSS probability is low (0.24%, 15th percentile) and it is not on the CISA KEV list.
Technical ContextAI
The affected device is a low-cost generic-OEM 4G LTE MiFi/USB router whose management plane runs on an embedded Android userland - the web management logic is implemented in an Android package, MifiService.apk, which exposes an /ajax HTTP API. The vulnerability class is CWE-94 (Improper Control of Generation of Code, i.e. code injection): input reaching the /ajax handler is used to generate or execute code without adequate validation, and the companion reference explicitly frames the root cause as broken access control on that API, meaning the management functions are reachable without authentication. No structured CPE was provided by any source (EUVD lists affected versions as 'n/a'), so the exact affected product must be identified from the description text: OEM UZ801_v2.1 hardware running firmware V3.4.3.
RemediationAI
No vendor-released patch or fixed firmware version was identified at time of analysis, and because this is a generic-OEM device a coordinated vendor advisory may never appear. As compensating controls, ensure the router's web management interface (the /ajax API) is never exposed to the WAN/internet - disable any remote-management or WAN-side admin option and verify with an external port scan; restrict management access to a trusted management VLAN or a single admin host and firewall off the management port from general LAN clients, accepting that this removes convenient over-the-air administration. Where the device supports it, change default credentials and disable unused services, though note that broken access control means authentication alone may not gate the vulnerable endpoint. Monitor the researcher pages (https://github.com/lamaper/CVE-2026-52200 and https://github.com/lamaper/UZ801-MifiService-Broken-Access-Control) and VulDB (https://vuldb.com/vuln/377048) for firmware updates, and treat replacement of the device as the durable fix if the OEM provides no update.
Same weakness CWE-94 – Code Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-42504
GHSA-qcc4-c6xj-c524