Submit #865684: Shenzhen Aitemi M300 Wifi Repeater r0-ea7890a Command Injectioninfo

TitleShenzhen Aitemi M300 Wifi Repeater r0-ea7890a Command Injection
Description# m300 smacfilter enable command injection Command injection vulnerability located on the MT02 M300 WIRELESS-N REPEATER. The WIRELESS-N REPEATER takes in parameters to the `/protocol.csp` endpoint and the `enable` parameter is vulnerable to command injection and buffer overflows. User has full control of the `enable` field which gets appended to the busybox shell command `uci set firewall.smacfilter%d.enabled=` through `sprintf()`. A similar call to system, `doSystemComLib()` is called with a parameter of the command, leading to command injection by an unauthenticated user on the MT02 M300 WIRELESS-N REPEATER. The targeted binary `commuos` runs as root leading to full system compromise. ## Version ``` Linux version 4.4.194 (luotao@wisewish) (gcc version 5.4.0 (LEDE GCC 5.4.0 r0-ea7890a) ) #0 Thu Apr 18 02:51:26 2024 ``` *The software running on the repeater is not known to be updated from OSINT collections* ### Bug 2: Enable Parameter in SMACFilterRules: ``` enable_param_value = (char *)get_params_value(request_parameters,"enable"); . . . sprintf(stack_smac_command,"uci set firewall.smacfilter%d.enabled=%s",section,enable_param_value); ``` ### POC for Mac Command Injection: ``` http://192.168.11.1/protocol.csp?fname=net&opt=smacfilter_conf&function=set&act=add&name=test&enable=1;%20touch%201&mac=44:44:44:44:44:44 ``` The above POC will create a file named `1` in the `/` directory. The command `touch 1` is appended to the enable parameter above. This can be replaced by any command the busybox ash shell supports for execution by an unauthenticated remote user.
Source⚠️ https://github.com/IEATASICS/m300-repeater-bugs
User
 metermult (UID 99212)
Submission06/22/2026 21:25 (2 months ago)
Moderation08/08/2026 15:57 (2 months later)
StatusDuplicate
VulDB entry387184 [Shenzhen Aitemi M300 Wi-Fi Repeater r0-ea7890a sprintf enable/name/mac command injection]
Points0

Are you interested in using VulDB?

Download the whitepaper to learn more about our service!