Summary
CVE-2026-58457 is a critical, unauthenticated OS command injection vulnerability in the Shenzhen Aitemi M300 Wi-Fi Repeater (hardware model MT02). The flaw resides in the smacfilter_conf handler of the device’s commuos web backend, enabling remote attackers to execute arbitrary shell commands as root with no credentials or user interaction required. The vulnerability carries a CVSS 4.0 score of 9.3 and a CVSS 3.1 score of 9.8, and no vendor patch is currently available.
Technical details
- Root cause: The
smacfilter_confhandler accepts thename,enable, andmacGET parameters and passes their values, without any sanitization or validation, intosprintf()to construct UCI shell commands. - Trigger conditions: An attacker sends a crafted HTTP GET request to the vulnerable endpoint, appending semicolon-delimited OS command payloads to any of the three affected parameters.
- Execution path: The unsanitized string assembled by
sprintf()is forwarded todoSystemCmdComlib(), which executes it directly as a shell command on the device. - Attack vector: Fully network-accessible and unauthenticated — no credentials, prior foothold, or user interaction are required.
- Impact: Complete root-level remote code execution (UID 0) on the affected device, enabling full device takeover, persistent backdoor installation, manipulation of wireless and WAN configurations, and use of the device as a network pivot point.
Affected software
- Shenzhen Aitemi M300 Wi-Fi Repeater, hardware model MT02 — all versions
Severity
- CVSS 4.0: 9.3 Critical —
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N - CVSS 3.1: 9.8 Critical —
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Mitigation and recommended actions
- No vendor patch is currently available for CVE-2026-58457.
- Immediate workarounds:
- Immediately remove affected MT02 devices from internet-facing deployments; restrict web management interface access to trusted local network segments only, using firewall rules to block all inbound WAN access to the management port.
- If local-only access cannot be enforced, consider replacing the device with a supported alternative that receives active security updates.
- Monitor affected devices for anomalous outbound connections, unexpected configuration changes, or unfamiliar processes indicative of post-exploitation activity.
IONIX Status
The IONIX research team is tracking ongoing exploitation attempts and recommends immediate patching. Potentially affected assets are outlined in this post.

