Zero-Day in Dell RecoverPoint Exploited by Chinese Hacker Group
嗯,用户让我总结一篇文章的内容,控制在100字以内,而且不需要特定的开头。首先,我得仔细阅读文章内容,找出关键点。 文章主要讲的是Dell RecoverPoint for Virtual Machines中的一个零日漏洞CVE-2026-22769被利用。这个漏洞的CVSS评分是10,非常严重。攻击者利用了默认的硬编码凭证,通过Tomcat Manager接口部署恶意文件,安装了SLAYSTYLE web shell。 然后,攻击者使用了BRICKSTORM和GRIMBOLT恶意软件,后者是用C#写的,并且用了UPX打包。他们还创建了“Ghost NICs”来隐藏行动,并使用了SPA技术来控制访问。 最后,文章列出了相关的恶意软件样本和网络指标。这些都是重要的信息点。 现在,我需要把这些信息浓缩到100字以内。要突出漏洞的严重性、攻击者的手段、恶意软件的变化以及他们的战术创新。 可能的结构是:Dell RecoverPoint中的零日漏洞被利用,导致系统被入侵和后门安装。攻击者使用了恶意软件并采用隐身技术。同时提一下相关的指标。 这样应该能涵盖主要的内容,并且符合字数限制。 </think> Dell RecoverPoint虚拟机备份系统被发现存在严重零日漏洞(CVE-2026-22769),已被中国威胁组织UNC6201武器化利用。该漏洞源于硬编码默认凭证,允许未认证攻击者通过Tomcat Manager部署恶意文件并植入后门。攻击者还利用“幽灵网卡”技术进行内部渗透,并采用单包授权机制隐藏活动。 2026-2-18 07:5:46 Author: thecyberexpress.com(查看原文) 阅读量:0 收藏

A critical zero-day vulnerability, tracked as CVE-2026-22769, is being actively exploited in Dell Technologies’ RecoverPoint for Virtual Machines. According to Mandiant and Google Threat Intelligence Group (GTIG), the flaw carries a perfect score severity score of 10, and has been weaponized by a Chinese threat cluster, identified as UNC6201. 

Dell RecoverPoint for Virtual Machines is designed to manage backup and disaster recovery for VMware virtual machines. However, exploitation of CVE-2026-22769 enables unauthenticated attackers to gain access to the underlying system and maintain root-level persistence through a hardcoded credential weakness.

How CVE-2026-22769 Was Exploited 

During multiple incident response engagements, Mandiant and GTIG determined that UNC6201 had been exploiting CVE-2026-22769 since at least mid-2024. The vulnerability stems from hardcoded default credentials embedded in configuration files associated with Apache Tomcat Manager on Dell RecoverPoint appliances. 

Investigators found the credentials in /home/kos/tomcat9/tomcat-users.xml. Using these credentials, attackers could authenticate to the Tomcat Manager interface and deploy malicious WAR files via the /manager/text/deploy endpoint. In observed cases, this resulted in the installation of a SLAYSTYLE web shell.

Also read: Chinese Hackers Weaponize Claude AI to Execute First Autonomous Cyber Espionage Campaign at Scale

Web logs stored in /home/kos/auditlog/fapi_cl_audit_log.log revealed suspicious requests to /manager, particularly PUT /manager/text/deploy?path=/<MAL_PATH>&update=true. Uploaded WAR files were typically located in /var/lib/tomcat9, with compiled artifacts found in /var/cache/tomcat9/Catalina. Analysts were advised to investigate Tomcat logs under /var/log/tomcat9/, including Catalina events such as org.apache.catalina.startup.HostConfig.deployWAR. 

The earliest confirmed exploitation of CVE-2026-22769 dates back to mid-2024. 

report-ad-banner

UNC6201’s Malware Evolution: From BRICKSTORM to GRIMBOLT 

The campaign tied to UNC6201 shows a notable evolution in tooling. Initially, attackers deployed BRICKSTORM malware. However, in September 2025, investigators observed older BRICKSTORM binaries being replaced with a newly identified backdoor called GRIMBOLT. 

GRIMBOLT, written in C# and compiled using native ahead-of-time (AOT) compilation, represents a tactical shift. Unlike traditional .NET software that relies on just-in-time (JIT) compilation, native AOT binaries are compiled directly to machine code. Introduced to .NET in 2022, this method enhances performance on resource-constrained appliances like Dell RecoverPoint systems and complicates static analysis by eliminating common intermediate language (CIL) metadata. 

GRIMBOLT was also packed with UPX and provided remote shell capabilities while using the same command-and-control infrastructure previously associated with BRICKSTORM. Investigators could not determine whether the shift to GRIMBOLT was pre-planned or a reaction to incident response efforts by Mandiant and other industry partners. 

Persistence mechanisms were established by modifying a legitimate shell script, /home/kos/kbox/src/installation/distribution/convert_hosts.sh, which executes at boot via rc.local. The attackers appended the backdoor path to this script to ensure continued access. 

Broader VMware Pivoting and New Tactics 

Beyond exploiting CVE-2026-22769 in Dell RecoverPoint, UNC6201 expanded its operations into VMware environments. Although the initial access vector was not confirmed, the actor is known to target edge appliances such as VPN concentrators. 

Mandiant documented the creation of “Ghost NICs,” temporary network interfaces added to virtual machines on ESXi servers. These interfaces enabled stealthy pivoting into internal and SaaS infrastructure. 

In compromised vCenter appliances, analysts recovered iptables commands executed via the SLAYSTYLE web shell. These commands implemented Single Packet Authorization (SPA) by: 

  • Monitoring port 443 for a specific hexadecimal string 
  • Adding the source IP to an approved list 
  • Allowing connections to port 10443 if the IP was listed 
  • Redirecting traffic from port 443 to 10443 for 300 seconds 

This redirection mechanism facilitated covert access while limiting exposure. 

Indicators of Compromise Linked to CVE-2026-22769 and UNC6201 

Several malware samples and network indicators were tied to the campaign: 

GRIMBOLT Files 

  • support — SHA256: 24a11a26a2586f4fba7bfe89df2e21a0809ad85069e442da98c37c4add369a0c 
  • out_elf_2 — SHA256: dfb37247d12351ef9708cb6631ce2d7017897503657c6b882a711c0da8a9a591 

SLAYSTYLE 

  • default_jsp.java — SHA256: 92fb4ad6dee9362d0596fda7bbcfe1ba353f812ea801d1870e37bfc6376e624a 

BRICKSTORM Samples

  • SHA256: aa688682d44f0c6b0ed7f30b981a609100107f2d414a3a6e5808671b112d1878 
  • splisten — SHA256: 2388ed7aee0b6b392778e8f9e98871c06499f476c9e7eae6ca0916f827fe65df 
  • Additional hashes: 
  • 320a0b5d4900697e125cebb5ff03dee7368f8f087db1c1570b0b62f5a986d759 
  • 90b760ed1d0dcb3ef0f2b6d6195c9d852bcb65eca293578982a8c4b64f51b035 
  • 45313a6745803a7f57ff35f5397fdf117eaec008a76417e6e2ac8a6280f7d830 

Network Indicators 

  • C2 Endpoint: wss://149.248.11.71/rest/apisession 
  • C2 IP: 149.248.11.71 

YARA rules released by GTIG include: 

  • G_APT_BackdoorToehold_GRIMBOLT_1 
  • G_Hunting_BackdoorToehold_GRIMBOLT_1 
  • G_APT_BackdoorWebshell_SLAYSTYLE_4 

文章来源: https://thecyberexpress.com/cve-2026-22769-dell-recoverpoint/
如有侵权请联系:admin#unsafe.sh