LiveActive security incident?Get immediate response
CVE Record

CVE-2026-66747: ENDLESSDOORS: Zbtlink Router rctl/kworker Phone-Home Root Implant

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.

CriticalCVSS 9.8Not KEV-listedUpdated
Glexia's TakeAutomated analysiscritical

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.
Prepared
Confidence
high
Sources
6

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.

Open ATT&CK lookup
description · low confidence lookup

Execution behavior lookup

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.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2026-66747 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Critical
CVSS
9.8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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.

ScoreVersionSeverityVectorExploitImpactSource
9.8CVSS 3.1CriticalCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H3.95.9VulnCheck
9.3CVSS 4.0CriticalCVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:NVulnCheck

Vulnerability scoring details

Base CVSS 4.0 score

9.3Critical
CVSS 4.0 vector shape for CVE-2026-66747Attack VectorAttack ComplexityAttack RequirementsPrivileges RequiredUser InteractionVS ConfidentialityVS IntegrityVS AvailabilitySS ConfidentialitySS IntegritySS Availability

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Attack Requirements
NonePresent
Privileges Required
NoneLowHigh
User Interaction
NonePassiveActive
VS Confidentiality
HighLowNone
VS Integrity
HighLowNone
VS Availability
HighLowNone
SS Confidentiality
HighLowNone
SS Integrity
HighLowNone
SS Availability
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
ZbtlinkCPE2801 Firmware22.10.09unaffected
ZbtlinkWE1026-5G-WD Firmware21.04.07unaffected
ZbtlinkWE1326 Firmware22.02.18_1unaffected
ZbtlinkWE2007 Firmware23.08.12unaffected
ZbtlinkWE2008-DSIM Firmware23.08.11unaffected
ZbtlinkWE2416 Firmware21.03.22_1unaffected
ZbtlinkWE3326 Firmware20.09.30unaffected
ZbtlinkWE5927 Firmware22.08.10unaffected
ZbtlinkWE5931 Firmware22.05.31unaffected
ZbtlinkWE5931AC Firmware22.05.31unaffected
ZbtlinkWE826-T3-DSIM Firmware21.12.21unaffected
ZbtlinkWG108 Firmware21.08.06_1unaffected
ZbtlinkWG209 Firmware21.07.28unaffected
ZbtlinkWG259 Firmware21.03.23unaffected
ZbtlinkWG1602 Firmware23.10.11unaffected
ZbtlinkWG1608-DSIM Firmware23.03.16unaffected
ZbtlinkWG2105 Firmware22.05.30unaffected
ZbtlinkWG2107 Firmware22.09.08unaffected
ZbtlinkWG3526 Firmware22.11.01unaffected
ZbtlinkZBT-Z8102AX-2SIM Firmware7.6.7.2-25.0814_114432unaffected
Weakness

CWE details

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.