AI Security AI安全 1d ago Updated 1d ago 更新于 1天前 41

Threat Actor Hacks 14,000 IP Cameras in Ukraine and Russia 威胁行为者入侵乌克兰和俄罗斯1.4万台IP摄像头

A threat actor conducted "Operation CameraSwarm," compromising over 14,530 Dahua IP cameras across Ukraine and Russia between June 17 and July 22 The campaign chained three vulnerabilities (CVE-2021-33044, CVE-2021-33045, and CVE-20244-39943) to bypass authentication and deploy a persistent backdoor account (p2pwn/p2password) on 1,923 cameras The backdoor survives password changes and factory resets on most firmware, making it exceptionally difficult to remediate The attacker's toolkit was built 攻击者通过"Operation CameraSwarm"活动入侵超14,530台Dahua IP摄像头,主要影响乌克兰和俄罗斯地区 利用CVE-2021-33044/33045和CVE-2024-39943漏洞链实现免认证管理员会话获取 部署持久化后门账户(p2pwn/p2password),可绕过密码修改和恢复出厂设置 攻击基础设施至少提前一年准备,工具包包含多开发者修改代码 攻击者通过Dahua云服务中继穿透NAT,仅凭序列号即可访问设备

62
Hot 热度
60
Quality 质量
52
Impact 影响力

Analysis 深度分析

TL;DR

  • A threat actor conducted "Operation CameraSwarm," compromising over 14,530 Dahua IP cameras across Ukraine and Russia between June 17 and July 22
  • The campaign chained three vulnerabilities (CVE-2021-33044, CVE-2021-33045, and CVE-20244-39943) to bypass authentication and deploy a persistent backdoor account (p2pwn/p2password) on 1,923 cameras
  • The backdoor survives password changes and factory resets on most firmware, making it exceptionally difficult to remediate
  • The attacker's toolkit was built at least one year in advance, incorporates modified code from four other developers, and appears designed for transferable access to a third party
  • Hunt.io gained access to the threat actor's server, recovering 407 MB of data across 2,616 files that revealed the full scope of the campaign

Why It Matters

This campaign highlights the severe and ongoing risks posed by poorly secured IoT and surveillance devices, particularly those with known unpatched vulnerabilities. The use of chained CVEs and a persistent backdoor that survives factory resets demonstrates a sophisticated, well-resourced threat actor capable of long-term compromise at scale. For organizations relying on Dahua cameras—especially in critical infrastructure or government sectors—this underscores the urgency of network segmentation, firmware updates, and credential hygiene.

Technical Details

  • Vulnerability chain: CVE-2021-33044 exploits unconditional trust in clients claiming to be NetKeyboard hardware controllers (password field is never evaluated), while CVE-2021-33045 exploits firmware reading the claimed source address from the request body rather than the actual TCP connection. CVE-20244-39943 was chained to deploy the backdoor.
  • Backdoor persistence: The p2pwn/p2password account is deployed over Remote Procedure Call (RPC) and is stored independently of the admin password, surviving both password changes and factory resets on most firmware versions.
  • Brute-force methodology: A publicly available asyncio framework was used for credential brute-forcing against 12,324 unique addresses, while a compiled Go binary handled the authentication bypass.
  • NAT traversal: Attackers abused Dahua's cloud relay infrastructure to reach cameras behind NATs using only serial numbers, bypassing traditional network perimeter defenses.
  • Infrastructure: The campaign infrastructure was established at least one year prior, with the toolkit containing both original code and modified code from at least four other developers, suggesting collaboration or code reuse within a broader threat ecosystem.

Industry Insight

  • Organizations using Dahua IP cameras should immediately audit their deployments for the p2pwn backdoor, as standard remediation (password changes, factory resets) will not remove it; firmware updates or manual RPC account removal are required.
  • The chaining of multiple CVEs and the use of a purpose-built Go binary indicate that threat actors are increasingly treating known IoT vulnerabilities as reusable attack chains, making proactive vulnerability management and network segmentation essential defenses.
  • The transferable access design of the toolkit suggests a potential as-a-service or reseller model in the cybercrime ecosystem, meaning compromised devices may be sold or leased to additional operators, expanding the blast radius beyond the initial campaign.

TL;DR

  • 攻击者通过"Operation CameraSwarm"活动入侵超14,530台Dahua IP摄像头,主要影响乌克兰和俄罗斯地区
  • 利用CVE-2021-33044/33045和CVE-2024-39943漏洞链实现免认证管理员会话获取
  • 部署持久化后门账户(p2pwn/p2password),可绕过密码修改和恢复出厂设置
  • 攻击基础设施至少提前一年准备,工具包包含多开发者修改代码
  • 攻击者通过Dahua云服务中继穿透NAT,仅凭序列号即可访问设备

为什么值得看

该事件揭示了物联网设备供应链安全的系统性风险,展示了漏洞利用链的工业化运作模式。对AI从业者而言,这凸显了边缘设备安全与云端服务耦合带来的新型攻击面,为构建安全AI基础设施提供重要警示。

技术解析

  • 漏洞利用链:CVE-2021-33044(NetKeyboard类型无条件信任)+ CVE-2021-33045(伪造源地址)实现免认证管理员会话,结合CVE-2024-39943部署后门
  • 持久化机制:通过RPC协议创建独立存储的后门账户,在多数固件版本中可抵抗密码重置和恢复出厂设置
  • 工具链特征:使用Go编译二进制进行认证绕过,结合asyncio框架实现暴力破解,工具包包含至少4个开发者的修改代码
  • 网络穿透技术:滥用Dahua云服务中继功能,仅凭设备序列号即可访问NAT后的摄像头
  • 攻击规模:35天内针对12,324个唯一地址进行暴力破解,最终控制14,530台设备

行业启示

  • 设备制造商需重新评估云服务中继功能的安全设计,建立序列号访问的强认证机制
  • 物联网设备应实施硬件级安全隔离,确保关键账户无法通过软件层面持久化
  • 威胁情报显示攻击者提前一年准备基础设施,建议企业建立持续性的设备漏洞监控和应急响应机制

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

Security 安全