Description
Shenzhen Aitemi M300 Wi-Fi Repeater (hardware model MT02) contains an unauthenticated OS command injection vulnerability that allows network-adjacent attackers to execute arbitrary shell commands by injecting unsanitized input through the smacfilter_conf handler in the commuos web backend. Attackers can append semicolon-delimited payloads to the name, enable, or mac GET parameters, which are passed without sanitization into sprintf() to build uci shell commands executed via doSystemCmdComlib(), granting full root-level control of the device.
Published: 2026-07-01
Score: 9.3 Critical
EPSS: 2.9% Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is an unsanitized input handling flaw located in the smacfilter_conf handler of the commuos web backend on the Shenzhen Aitemi M300 Wi‑Fi Repeater MT02. Legacy C sprintf calls concatenate user supplied values from the name, enable, and mac query parameters directly into a uci shell command, which is then executed with root privileges via doSystemCmdComlib(). By appending shell‑separator characters such as semicolons, an attacker can inject arbitrary shell commands, achieving full control of the device. This weakness is classified as CWE‑78: Improper Neutralization of Special Elements used in an OS Command.

Affected Systems

Affected devices are the Shenzhen Aitemi M300 Wi‑Fi Repeater model MT02, provided by Shenzhen Aitemi E Commerce Co. Ltd. The CVE description does not provide specific firmware versions, indicating the flaw exists in all builds that include the vulnerable smacfilter_conf endpoint, which is reachable through the protocol.csp endpoint of the commuos web service.

Risk and Exploitability

The CVSS score of 9.3 highlights a critical severity that permits unrestricted root access on the device. An EPSS score of 3 % indicates a moderate likelihood of exploitation, and the flaw is not yet listed in the CISA KEV catalog. Attackers need only local network connectivity and no authentication to reach the vulnerable HTTP interface, making exploitation technically feasible and potentially catastrophic for any network segment that trusts the repeater.

Generated by OpenCVE AI on August 24, 2026 at 22:18 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest firmware update from Shenzhen Aitemi that addresses the smacfilter_conf input validation or command execution flaw, if such an update has been released.
  • If no firmware fix is available, confine the repeater to a network segment that is isolated from general user traffic, or disable the device’s external HTTP service altogether.
  • Configure a perimeter firewall or reverse‑proxy to block HTTP requests targeting the protocol.csp smacfilter_conf endpoint or containing the problematic query parameters (name, enable, mac), thereby preventing injection attempts from external hosts.

Generated by OpenCVE AI on August 24, 2026 at 22:18 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 29 Jul 2026 15:00:00 +0000

Type Values Removed Values Added
First Time appeared Shenzhen Aitemi
Shenzhen Aitemi m300 Wifi Repeater
Vendors & Products Shenzhen Aitemi
Shenzhen Aitemi m300 Wifi Repeater

Mon, 06 Jul 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Wed, 01 Jul 2026 20:00:00 +0000

Type Values Removed Values Added
Description Shenzhen Aitemi M300 Wi-Fi Repeater (hardware model MT02) contains an unauthenticated OS command injection vulnerability that allows network-adjacent attackers to execute arbitrary shell commands by injecting unsanitized input through the smacfilter_conf handler in the commuos web backend. Attackers can append semicolon-delimited payloads to the name, enable, or mac GET parameters, which are passed without sanitization into sprintf() to build uci shell commands executed via doSystemCmdComlib(), granting full root-level control of the device.
Title Shenzhen Aitemi M300 MT02 Unauthenticated OS Command Injection via protocol.csp
Weaknesses CWE-78
References
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}

cvssV4_0

{'score': 9.3, 'vector': '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'}


Subscriptions

Shenzhen Aitemi M300 Wifi Repeater
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-07-06T14:01:11.887Z

Reserved: 2026-06-30T20:20:33.789Z

Link: CVE-2026-58457

cve-icon Vulnrichment

Updated: 2026-07-06T14:01:07.967Z

cve-icon NVD

Status : Deferred

Published: 2026-07-01T20:17:11.427

Modified: 2026-07-06T15:16:40.160

Link: CVE-2026-58457

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-24T22:30:04Z

Weaknesses
  • CWE-78

    Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')