AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-66747

CRITICAL · CVSS 9.8 EPSS 0.58% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-05 · Last synced 2026-08-15

CyberRota Analysis

AI-Generated

The Zbtlink router firmware contains a critical vulnerability due to an embedded remote-control implant, ENDLESSDOORS, which operates as a root process and communicates with a hardcoded command-and-control server over cleartext TCP without authentication. This flaw allows any attacker who can intercept or manipulate network traffic to gain unauthenticated remote code execution with root privileges. Organizations using affected Zbtlink routers should prioritize immediate remediation to mitigate the risk of unauthorized access and control over their network infrastructure.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
remote code execution code execution
GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-66747
Severity
CRITICAL
CVSS
9.8
EPSS
0.58%

Original NVD Description

Zbtlink router firmware ships an embedded remote-control implant, ENDLESSDOORS, present in every published build across the product line. It is the open-source ycsunjane/rctl tool built in as an OpenWrt package (librctl.so), started at boot and run as root under the process name kworker to blend in with the kernel's [kworker/*] threads. It opens no listening port; it phones home over cleartext TCP to a hardcoded command-and-control server (command channel 7000, interactive-shell callback 7001) with no authentication and no transport encryption, re-attempting contact roughly every 35 seconds. Its command handler passes any received string to popen() as uid=0, and a reserved rctlbash command returns an interactive root shell. Because the channel is unauthenticated and cleartext, control is not limited to whoever planted it: any party that answers at the C2 address, occupies the network path (DNS or route hijack), or acquires the hardcoded fallback domain obtains unauthenticated remote code execution as root.