CVE-2026-52200
Deferred Deferred - Pending Action

Remote Code Execution in Generic OEM UZ801_v2.1 4G LTE Router

Vulnerability report for CVE-2026-52200, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-08

Last updated on: 2026-07-09

Assigner: MITRE

Description

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

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-08
Last Modified
2026-07-09
Generated
2026-07-11
AI Q&A
2026-07-09
EPSS Evaluated
2026-07-09
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
generic_oem uz801_v2.1 4.3.4

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-94 The product constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability exists in the Generic OEM UZ801_v2.1 4G LTE Router V3.4.3. It allows a remote attacker to execute arbitrary code by exploiting the /ajax web management API endpoint in the MifiService.apk component.

Impact Analysis

An attacker exploiting this vulnerability could remotely execute arbitrary code on the affected router, potentially gaining unauthorized control over the device. This could lead to disruption of network services, interception or manipulation of data, or using the device as a foothold for further attacks.

Compliance Impact

This vulnerability allows unauthorized remote attackers to access and modify sensitive device information and configurations without authentication. Such unauthorized access and potential data exposure can lead to violations of data protection and privacy regulations like GDPR and HIPAA, which require strict controls over access to personal and sensitive information.

Specifically, the extraction of sensitive information such as Wi-Fi passwords, IMEI, firmware details, SIM status, and network configurations could result in breaches of confidentiality and integrity requirements mandated by these standards.

Furthermore, the lack of proper access controls and authentication mechanisms contradicts the security principles required for compliance, potentially exposing organizations using this device to regulatory penalties and increased risk of data breaches.

Detection Guidance

This vulnerability can be detected by checking for unauthorized access to the /ajax web management API endpoint on the affected device, typically accessible at http://192.168.100.1/ajax.

You can attempt to access this endpoint without authentication to see if sensitive information such as Wi-Fi passwords, IMEI, firmware details, SIM status, network configuration, DHCP settings, or MAC filter rules can be retrieved.

Network scanning tools or curl commands can be used to test the endpoint. For example, using curl to send a request to the endpoint:

  • curl http://192.168.100.1/ajax

If the response contains sensitive information or allows configuration changes without authentication, the device is vulnerable.

Additionally, monitoring network traffic for unauthorized requests to the /ajax endpoint from adjacent network devices can help detect exploitation attempts.

Mitigation Strategies

Immediate mitigation steps include enforcing authenticated sessions for access to the /ajax web management API endpoint to prevent unauthorized use.

Removing or disabling undocumented or unnecessary endpoints such as /ajax can reduce the attack surface.

Implementing proper Cross-Site Request Forgery (CSRF) protections and validating Origin/Referer headers can help prevent browser-based exploitation.

Restricting network access to the management interface to trusted users or networks and applying network segmentation can limit exposure.

If possible, update the device firmware or software to a version that addresses these access control issues.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-52200. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart