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.
Security readout for executives and security teams
Plain-English summary
Affected Zbtlink router firmware contains a built-in remote-control implant that starts automatically with root privileges. It repeatedly contacts a hardcoded server and can execute received commands without authentication. A compromised server, network-path attacker, or future controller of the fallback domain could obtain complete control of the router and potentially threaten connected networks.
Executive priority
Treat confirmed affected routers as potentially untrusted infrastructure and prioritize immediate isolation. Their position at the network boundary and unauthenticated root command capability create severe confidentiality, integrity, and availability risk. Replacement may be necessary unless the vendor provides a verifiably clean and supported remediation.
Technical view
The OpenWrt package librctl.so runs at boot as root while using the process name kworker. It calls home over unencrypted TCP, using ports 7000 and 7001, approximately every 35 seconds. Received strings reach popen(), and a reserved command enables an interactive root shell. The channel provides neither peer authentication nor transport encryption.
Likely exposure
Exposure is confirmed by the supplied data for 20 named Zbtlink firmware versions. The description claims every published product-line build contains the implant, but the structured affected list marks unlisted versions unaffected by default. Organizations should therefore prioritize exact model and firmware matching while treating the broader scope claim as requiring verification.
Exploitation context
The supplied sources do not establish active exploitation, and the CVE is not listed as KEV. Nevertheless, deployed devices automatically initiate the control connection, requiring no inbound listening port or user interaction. Exploitation could become possible through control of the hardcoded infrastructure or interception of its unauthenticated cleartext traffic.
Researcher notes
CWE-506 appropriately characterizes the embedded malicious functionality. Important properties are boot persistence, uid 0 execution, kernel-thread-style process masquerading, popen()-based command handling, and an unauthenticated cleartext callback architecture. Scope evidence is internally awkward: the narrative alleges every published build, while the structured record enumerates specific versions and defaults others to unaffected.
Mitigation direction
Disconnect or isolate confirmed affected routers from sensitive and untrusted networks.
Restrict outbound TCP ports 7000 and 7001 where operationally safe.
Monitor and block identified hardcoded command infrastructure using verified indicators from the advisory.
Seek current vendor guidance on clean firmware, replacement, or supported remediation.
Consider replacing affected devices if trustworthy remediation cannot be verified.
Validation and detection
Inventory Zbtlink router models and compare installed firmware against the 20 listed versions.
Inspect firmware and running processes for librctl.so and suspicious root-owned kworker naming.
Review network telemetry for recurring outbound TCP connections on ports 7000 or 7001.
Check for connection attempts occurring approximately every 35 seconds.
After remediation, confirm the package, boot persistence, and callback traffic are absent.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-506: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
2CVSS vectors
3Timeline events
1ADP providers
5Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: pocAutomatable: yesTechnical Impact: total
CVSS vector scores
2 official scores
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-506 · source CWE mapping
Embedded Malicious Code
Embedded Malicious Code represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.