The findings, published by security firm VulnCheck, detail a investigation that began with a Zbtlink AX3000 router. Researchers uncovered an implant they named ENDLESSDOORS, which automatically phones home to a command-and-control server and can execute arbitrary commands as root. The implant disguises itself as a normal Linux kernel process called kworker and starts automatically at boot. VulnCheck demonstrated the vulnerability by impersonating the command server and taking control of a test router, noting that if an attacker can hijack the connection to the implant's command server, they can obtain complete control of the device.
ENDLESSDOORS was found embedded in firmware for 20 ZBT models, including the Z8102AX, WG3526, and WE826-T3-DSIM, among others. The issue has been assigned CVE-2026-66747 with a CVSS score of 9.3.
Further investigation revealed two additional implants. In a separate purchase, VulnCheck bought an $88 Deep Orange cellular router from a US Amazon seller, which turned out to be a white-labeled ZBT-WE826-T2. Its older firmware contained implants dubbed DARKLANTERN and SPEAKINGSTONE.
DARKLANTERN operates as the infosrvd service, opening a listener on the WAN via UDP port 9992 and accepting commands directly from the Internet without authentication. An attacker only needs to send a fixed 19-byte info probe to extract identifying information such as model, firmware version, MAC address, and uptime. The implant's security mechanisms were found to be easily bypassed: its command payload checksum relies on a static, hardcoded salt ("mqonu.com"), and its internal MAC address filter can be circumvented by submitting a MAC field of all zeros.