Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Network-accessible LuCI interface requires admin credentials (PR:H); no scope change as impact is confined to the vulnerable device (S:U).
Primary rating from Vendor (VulDB).
CVSS VectorVendor: VulDB
Lifecycle Timeline
3DescriptionCVE.org
A vulnerability was identified in Baicells EG3661M BaiCE_BQ6_2.0.5.3_NA. This impacts an unknown function of the file /cgi-bin/luci of the component LuCI Web Interface. Such manipulation of the argument MaxHops/Timeout/Size leads to os command injection. The attack may be launched remotely. The exploit is publicly available and might be used. The vendor was contacted early about this disclosure but did not respond in any way.
AnalysisAI
OS command injection in the Baicells EG3661M LuCI web interface (firmware BaiCE_BQ6_2.0.5.3_NA) allows an authenticated remote attacker with administrative credentials to execute arbitrary operating system commands by manipulating the MaxHops, Timeout, or Size arguments passed to /cgi-bin/luci. Full confidentiality, integrity, and availability compromise of the device is achievable upon exploitation. A public proof-of-concept exploit is available on GitHub, and no vendor patch exists - the vendor did not respond to responsible disclosure, leaving affected deployments with no official remediation path.
Technical ContextAI
The Baicells EG3661M is a network device (likely a small cell base station or customer-premises equipment) running OpenWrt-derived firmware (BaiCE_BQ6_2.0.5.3_NA). LuCI is the standard web UI framework for OpenWrt-based devices, accessible via /cgi-bin/luci. The vulnerable parameters - MaxHops, Timeout, and Size - are characteristic of network diagnostic utilities such as ping and traceroute, where user-supplied values are passed as arguments to shell commands. CWE-78 (Improper Neutralization of Special Elements used in an OS Command) indicates that the application fails to sanitize or escape these inputs before passing them to a shell interpreter, enabling injection of arbitrary commands. CPE cpe:2.3:a:baicells:eg3661m confirms the affected product scope. The CVSS 4.0 vector (AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:P) confirms remote network reachability, low attack complexity, and no scope change beyond the vulnerable device itself.
RemediationAI
No vendor-released patch has been identified at time of analysis - the vendor did not respond to the coordinated disclosure attempt. The POC is publicly available at https://github.com/actuator/cve/blob/main/Baicells/EG3661M.md and should be reviewed to understand the exact injection surface. As the primary compensating control, restrict access to the LuCI web management interface (/cgi-bin/luci) to trusted management networks only via firewall ACLs or management VLAN segmentation - this prevents remote exploitation entirely for network-unreachable interfaces, with the trade-off of reducing remote management capability. Additionally, enforce strong, unique administrative credentials on all EG3661M devices to raise the bar for PR:H exploitation; avoid shared or default credentials. Disable remote management features entirely if they are not operationally required. Monitor VulDB (https://vuldb.com/vuln/389685) and the ENISA EUVD entry EUVD-2026-58564 for any future vendor patch release.
Same weakness CWE-78 – OS Command Injection
View allSame technique Command Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-58564
GHSA-w9jh-6rx2-4wh5