Skip to main content
COSMICBYTEZLABS
NewsSecurityHOWTOsToolsTraining
StudyProjectsNewsletterHire MeAbout
Subscribe

Press Enter to search or Esc to close

News
Security
HOWTOs
Tools
Training
Study
Projects
Newsletter
Hire Me
About
RSS Feed
Reading List
Subscribe

Stay in the Loop

Get the latest security alerts, tutorials, and tech insights delivered to your inbox.

Subscribe NowFree forever. No spam.
COSMICBYTEZLABS

Your trusted source for IT intelligence, cybersecurity insights, and hands-on technical guides.

2368+ Articles
158+ Guides

CONTENT

  • Latest News
  • Security Alerts
  • HOWTOs
  • Checklists
  • Projects
  • Exam Prep

RESOURCES

  • Search
  • Browse Tags
  • Newsletter Archive
  • Reading List
  • RSS Feed

COMPANY

  • About Us
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 CosmicBytez Labs. All rights reserved.

System Status: Operational
  1. Home
  2. Security
  3. CVE-2026-19348: Critical Command Injection in Shenzhen Aitemi M300 Wi-Fi Repeater
CVE-2026-19348: Critical Command Injection in Shenzhen Aitemi M300 Wi-Fi Repeater

Critical Security Alert

This vulnerability is actively being exploited. Immediate action is recommended.

SECURITYCRITICALCVE-2026-19348

CVE-2026-19348: Critical Command Injection in Shenzhen Aitemi M300 Wi-Fi Repeater

A CVSS 9.8 critical command injection vulnerability in the Shenzhen Aitemi M300 Wi-Fi Repeater allows unauthenticated remote attackers to execute arbitrary OS commands via the smacfilter configuration endpoint.

Dylan H.

Security Team

August 10, 2026
4 min read

Affected Products

  • Shenzhen Aitemi M300 Wi-Fi Repeater (firmware r0-ea7890a)

Executive Summary

A critical unauthenticated command injection vulnerability has been discovered in the Shenzhen Aitemi M300 Wi-Fi Repeater, a widely used consumer and small-business networking device. Tracked as CVE-2026-19348 with a CVSS score of 9.8 (Critical), the flaw allows a remote, unauthenticated attacker to inject arbitrary OS commands through the device's MAC filter configuration endpoint.

AttributeValue
CVE IDCVE-2026-19348
CVSS Score9.8 (Critical)
TypeCommand Injection
Attack VectorNetwork
AuthenticationNone required
Affected Firmwarer0-ea7890a

Vulnerability Details

The vulnerability resides in the sprintf function call within the file handler for the endpoint:

/protocol.csp?fname=net&opt=smacfilter_conf&function=set&act=add&name=test&enable=1

The enable, name, and mac parameters are passed to a sprintf format string without sanitization. An attacker can manipulate any of these parameters to inject shell metacharacters, resulting in arbitrary OS command execution on the underlying Linux-based firmware.

Root Cause

The device's web management interface processes user-supplied input directly in a C-style sprintf call, concatenating values into a shell command string. No input validation or escaping is applied before the command is executed by the underlying OS.

Attack Scenario

An attacker on the same local network — or on the internet if the management interface is internet-exposed — can send a crafted HTTP request to the MAC filter endpoint. By injecting shell command syntax (e.g., ;cmd# or $(cmd)) into any of the three vulnerable parameters, the attacker gains remote code execution as root on the device.


Affected Versions

DeviceFirmware Version
Shenzhen Aitemi M300 Wi-Fi Repeaterr0-ea7890a

No patch has been issued by the vendor at time of publication. Other firmware versions may also be affected.


Impact

Successful exploitation of CVE-2026-19348 allows an attacker to:

  • Execute arbitrary commands with root-level privileges on the device
  • Pivot into the local network using the repeater as a foothold
  • Intercept traffic flowing through the device (man-in-the-middle)
  • Install persistent backdoors on the firmware
  • Enumerate and attack other devices on the local network segment

IoT devices like Wi-Fi repeaters are frequently overlooked in patch management cycles, making them attractive long-term persistence points for attackers.


Remediation

Immediate Mitigations

Since no vendor patch is available, apply the following compensating controls:

  1. Restrict management interface access — Block access to the device's web interface from the internet using firewall rules.
  2. Isolate the device — Place Wi-Fi repeaters on a dedicated VLAN or isolated network segment to limit lateral movement potential.
  3. Disable remote management — If the device supports it, disable remote (WAN-side) access to the management interface.
  4. Monitor for unusual traffic — Watch for unexpected outbound connections or anomalous HTTP requests originating from the device.
  5. Consider replacement — For environments where security is a priority, replace the M300 with a device from a vendor with an active security advisory program.

Long-Term

  • Contact Shenzhen Aitemi for vendor patch status
  • Subscribe to the NVD feed or device vendor alerts for firmware updates
  • Apply firmware updates immediately when released

IoT Security Context

Consumer-grade networking equipment — particularly Wi-Fi repeaters, range extenders, and SOHO routers — frequently suffers from command injection vulnerabilities due to:

  • Minimal development resources — Budget hardware manufacturers often lack dedicated security teams
  • Legacy C codebases — Firmware based on outdated code with no modern mitigations (ASLR, stack canaries)
  • Infrequent patching — Vendors may not maintain long-term patch support for low-cost devices
  • Extended deployment lifetimes — Devices remain in service for years without updates

CVE-2026-19348 fits this pattern precisely. With a CVSS score of 9.8, it represents one of the most severe classes of vulnerability: network-accessible, unauthenticated, and trivially exploitable.


References

  • NVD — CVE-2026-19348
  • CISA — Known Exploited Vulnerabilities Catalog

Related Reading

  • Critical Unpatched Telnetd Flaw CVE-2026-32746 Enables Unauthenticated Root RCE
  • Ransomware Gang Exploits Cisco Flaw in Zero-Day Attacks Since January
#CVE-2026-19348#Command Injection#Wi-Fi Repeater#IoT#Network Security#Vulnerability

Related Articles

CVE-2026-18602: GL.iNet GL-MT3000 Remote Command Injection via VPN Hostname

A critical command injection vulnerability in GL.iNet GL-MT3000 routers (firmware up to 4.4.5) allows remote attackers to execute arbitrary OS commands by manipulating the Hostname argument in the OpenVPN client configuration endpoint.

5 min read

CVE-2026-47370: UniFi OS Command Injection via Improper Input Validation

A critical CVSS 9.9 command injection vulnerability in Ubiquiti UniFi OS allows a low-privileged network attacker to execute arbitrary commands within...

5 min read

CVE-2026-7037: Unauthenticated OS Command Injection in Totolink A8000RU

A critical CVSS 9.8 OS command injection vulnerability in the Totolink A8000RU router allows unauthenticated remote attackers to execute arbitrary...

5 min read
Back to all Security Alerts