AI Security AI安全 5h ago Updated 2h ago 更新于 2小时前 46

China-Made ZBT Routers Ship With Two Implants Giving Unauthenticated Attackers Root Access 中国制造的ZBT路由器预装两个植入程序,使未认证攻击者可获得Root权限

VulnCheck discovered two factory implants (SPEAKINGSTONE and DARKLANTERN) in firmware for routers manufactured by Shenzhen Zhibotong Electronics (ZBT), both granting unauthenticated remote attackers root access SPEAKINGSTONE (CVE-2026-74232) operates as the yunmgrd service, beaconing outbound over UDP port 10000 to a hardcoded C2 server, supporting command execution, credential exfiltration, DNS hijacking, and reverse SSH tunnels DARKLANTERN (CVE-2026-74233) runs as infosrvd on UDP port 9992 wit 深圳ZBT路由器固件中发现两个工厂植入程序SPEAKINGSTONE和DARKLANTERN,提供未认证远程root访问权限 SPEAKINGSTONE通过UDP 10000向外连接硬编码C2服务器,支持命令执行、凭证窃取、DNS劫持和反向SSH隧道 DARKLANTERN监听UDP 9992端口且防火墙开放给互联网,认证机制存在硬编码salt和MAC绕过漏洞 VulnCheck反向工程后发现392台设备连接至备用C2域名,其中390台在中国(83%属中国移动网络) 两个漏洞CVSS评分均为9.3(v4.0)/9.8(v3.1),影响多个Zbtlink路由器型号固件版本

68
Hot 热度
72
Quality 质量
58
Impact 影响力

Analysis 深度分析

TL;DR

  • VulnCheck discovered two factory implants (SPEAKINGSTONE and DARKLANTERN) in firmware for routers manufactured by Shenzhen Zhibotong Electronics (ZBT), both granting unauthenticated remote attackers root access
  • SPEAKINGSTONE (CVE-2026-74232) operates as the yunmgrd service, beaconing outbound over UDP port 10000 to a hardcoded C2 server, supporting command execution, credential exfiltration, DNS hijacking, and reverse SSH tunnels
  • DARKLANTERN (CVE-2026-74233) runs as infosrvd on UDP port 9992 with ineffective authentication based on a hardcoded salt and wildcard MAC bypass, exposed inbound to the internet by the stock firewall
  • Both vulnerabilities scored 9.3 (CVSS 4.0) / 9.8 (CVSS 3.1), affecting at least 16+ Zbtlink models and multiple white-labeled resellers, with firmware builds dating as far back as 2019
  • A backup C2 domain for SPEAKINGSTONE was unregistered; after VulnCheck registered it and ran a reverse-engineered server, 392 devices immediately beaconed in, 99% located in China on China Mobile's network

Why It Matters

This is a significant supply chain compromise affecting consumer-grade networking hardware sold under multiple brand names, demonstrating how factory-level implants can persist across white-label product lines and remain undetected for years. For AI and security practitioners, it underscores the critical importance of firmware provenance, hardware supply chain verification, and the need for active network monitoring of IoT/edge devices that may phone home to unknown infrastructure.

Technical Details

  • SPEAKINGSTONE (CVE-2026-74232): Runs as the yunmgrd service, initiates outbound UDP beacons on port 10000 to a hardcoded C2 server (www.ac-link[.com] resolving to 47.107.224[.]89 on Alibaba Cloud, Shenzhen). The protocol supports arbitrary root command execution, PPPoE credential exfiltration, DNS hijack list read/write, and reverse SSH tunnel establishment. A hardcoded backup C2 domain (www.findmyipaddr[.com]) was unregistered until VulnCheck claimed it, after which 392 devices immediately reported in.
  • DARKLANTERN (CVE-2026-74233): Operates as infosrvd on UDP port 9992, exposed inbound by the router's default firewall. Authentication relies on a hardcoded salt and an all-zero wildcard MAC address that bypasses the service's own source address check, rendering it effectively unauthenticated. 203 internet-facing instances were identified across 22 countries and 16 distinct models during probing.
  • Affected Ecosystem: ZBT sells identical hardware and firmware to resellers who apply their own branding, making model number (not brand) the reliable identifier. Confirmed models include Zbtlink WE1326, WE357, WE5926, WE826-T2, WG108, WG3526, L3_V2_8, ZBT-7628, ZBT-ZBT7621, MoreQuick MQAC/MQAP series, AP522, AP7628, HC5661A, and others across firmware versions from 2019–2020. MAC prefixes 78:A3:51 and F8:5E:3C are IEEE-registered to Shenzhen Zhibotong Electronics.
  • No Remediation Published: Neither advisory names a fixed firmware release, and CVE records list exact builds with unknown status for all other versions, leaving owners without a clear patch path.
  • IoCs: Domains (www.ac-link[.com], www.findmyipaddr[.com]), IP (47.107.224[.89]), ports (UDP/9992 inbound, UDP/8897 responses, UDP/10000 outbound), services (infosrvd, yunmgrd, inetdetect), paths (/etc/exec/cmd, /tmp/info.txt, /tmp/yunclient.conf), and SHA-256 hashes for yunmgrd, infosrvd, and inetdetect binaries.

Industry Insight

  • Supply chain transparency is a security imperative: The white-label nature of ZBT's business means the same compromised firmware appears under dozens of brand names, making vendor accountability nearly impossible for end users. Organizations should mandate firmware provenance verification and prefer vendors with transparent, auditable supply chains.
  • Proactive C2 domain monitoring should be standard: The fact that a backup C2 domain went unregistered and only triggered beacons when claimed by researchers suggests many affected devices may still be phoning home to inactive or unmonitored infrastructure. Network defenders should implement DNS sinkholing and egress filtering for known and suspected C2 domains, particularly on UDP ports commonly used for IoT beaconing.
  • CVE granularity gaps enable uncertainty: The advisory's use of upper-bound firmware versions with "unknown" status for unlisted builds creates a compliance and risk-assessment gap. Security teams should treat all firmware versions within affected model families as potentially vulnerable until explicitly confirmed otherwise, and advocate for vendors to publish definitive patch guidance.

TL;DR

  • 深圳ZBT路由器固件中发现两个工厂植入程序SPEAKINGSTONE和DARKLANTERN,提供未认证远程root访问权限
  • SPEAKINGSTONE通过UDP 10000向外连接硬编码C2服务器,支持命令执行、凭证窃取、DNS劫持和反向SSH隧道
  • DARKLANTERN监听UDP 9992端口且防火墙开放给互联网,认证机制存在硬编码salt和MAC绕过漏洞
  • VulnCheck反向工程后发现392台设备连接至备用C2域名,其中390台在中国(83%属中国移动网络)
  • 两个漏洞CVSS评分均为9.3(v4.0)/9.8(v3.1),影响多个Zbtlink路由器型号固件版本

为什么值得看

这篇文章揭示了IoT设备供应链中隐蔽的工厂级植入程序威胁,攻击者可在设备出厂前预置后门,绕过常规安全边界。对于使用ZBT路由器或类似白牌设备的网络管理员而言,这是必须立即排查的严重安全风险。

技术解析

  • SPEAKINGSTONE(CVE-2026-74232)作为yunmgrd服务运行,通过UDP 10000端口主动向硬编码C2服务器发送信标,支持执行任意root命令、窃取WAN PPPoE凭证、读写DNS劫持列表及建立反向SSH隧道
  • DARKLANTERN(CVE-2026-74233)作为infosrvd服务监听UDP 9992端口,路由器默认防火墙开放此端口给任何互联网地址,其认证机制依赖硬编码salt和全零通配符MAC值,可被轻易绕过
  • VulnCheck反向工程SPEAKINGSTONE协议并注册备用C2域名,发现392台设备连接(390台在中国,83%属中国移动网络),其中363台为L3_V2_8型号运行固件3.0.0.4.528
  • 受影响设备包括Zbtlink WE系列、WG系列、WF系列等多个型号,固件版本主要集中在2019-2020年发布版本,攻击者可通过IEEE MAC前缀(78:A3:51和F8:5E:3C)识别ZBT设备
  • 两个漏洞CVSS评分均为9.3(v4.0)/9.8(v3.1),网络攻击向量无需权限和用户交互,VulnCheck已将CVE-2026-74233列入已知被利用漏洞目录

行业启示

  • 供应链安全需延伸至固件制造环节,工厂级植入程序表明攻击者可在设备生产阶段即植入持久化后门,建议对关键网络设备进行固件完整性验证和供应链审计
  • IoT设备安全标准亟待加强,白牌/贴牌路由器普遍存在安全缺陷,建议企业用户避免使用此类设备处理敏感流量,或部署额外的网络隔离和监控措施
  • 被动信标机制成为隐蔽C2通信的有效手段,SPEAKINGSTONE的向外拨号设计可绕过NAT和出站过滤,安全团队需加强对异常UDP流量的检测和威胁情报监控

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Security 安全 Research 科学研究