Mustang Panda upgraded CoolClient with a signed kernel driver that hides processes, files and network activity, making the backdoor harder to detect. HoneyMyte, also known as Mustang Panda, has pushed its CoolClient backdoor another step deeper into Windows. Kaspersky’s latest analysis shows a new variant that can deploy a signed kernel-mode driver as a Windows […]

Mustang Panda, also known as HoneyMyte, has upgraded its CoolClient backdoor with a signed kernel-mode driver, significantly enhancing its stealth and persistence on compromised Windows systems. This new variant, documented by Kaspersky, has been observed in attacks targeting entities in Pakistan, Mongolia, Myanmar, and Russia, including confirmed government organizations.
CoolClient, first identified in 2022 by Sophos and further analyzed by Trend Micro in 2023, has steadily evolved. In 2025, Kaspersky noted the addition of clipboard theft and HTTP traffic interception for credential harvesting. The latest iteration integrates a kernel rootkit, allowing the malware to hide its processes, files, and network activity, making it substantially more difficult to detect and remove.
The kernel-mode driver is deployed as a Windows service and communicates with the user-mode backdoor via IOCTL requests. This design is reminiscent of kernel-mode enhancements previously seen in ToneShell, but the CoolClient driver features dedicated IOCTL handlers for direct interaction with the user-mode component.
Attackers initiate the compromise by first deploying PlugX as a post-compromise implant, followed by CoolClient. Before launching CoolClient, the threat actor adds exclusions to Microsoft Defender for a fabricated Windows Defender directory and the executable used for DLL sideloading. This involves creating a fake `Microsoft\Windows Defender` installation directory, copying CoolClient components there, and renaming a legitimate Sangfor executable, `Sang.exe`, to `defender.exe`. This trusted executable then sideloads the malicious `libngs.dll`.
Persistence is established early through a scheduled task that launches `defender.exe` with SYSTEM privileges at startup. CoolClient can also create an AutoRun entry or install itself as a Windows service, with a check for security software like 360 Total Security processes preceding the service installation route.
The user-mode execution chain involves several stages: `libngs.dll` acts as the first-stage loader, `loadcert.ini` handles the second stage, `cert.ini` provides the final backdoor, and `time.ini` stores configuration data. `libngs.dll` attempts to mimic a legitimate DLL by exporting dummy functions that call `OutputDebugStringA` before terminating, with the actual malicious code residing in `DllMain`. The loader decrypts and loads `loadcert.ini` directly into memory.
CoolClient prepares the system by establishing persistence, bypassing User Account Control (UAC), and injecting its payload into `synchost.exe`. It then uses an RPC-based technique and parent-process spoofing to gain elevated privileges without triggering a visible administrator prompt. Once privileged, it extracts the compressed `msagent.sys` driver, installs it as a Windows service, and loads it into the kernel.
Through IOCTL requests, CoolClient registers itself as a trusted process, provides its command-and-control (C2) address, and defines the files, registry keys, and processes to be protected. The driver then prevents security tools from accessing or terminating these protected components. The driver's configuration is read from `\REGISTRY\MACHINE\SYSTEM\RNG`, specifying directories, files, registry keys, and values to hide or protect, as well as processes to ignore or protect.
For kernel module hiding, the driver dynamically resolves the address of the non-exported kernel variable `PsLoadedModuleList` at runtime using `MmGetSystemRoutineAddress`. This global linked list, which maintains information about all loaded kernel modules and drivers, allows the rootkit to enumerate and manipulate module entries. For process hiding, the driver dynamically locates `ActiveProcessLinks` within the Windows `EPROCESS` structure, avoiding reliance on fixed offsets that can change between Windows versions. Once located, the rootkit can unlink a process from the active process list and later restore it.
The driver also registers object, process, and image-load callbacks. These mechanisms enable it to track processes and restrict access to protected ones, including the CoolClient code running within `synchost.exe`. Any attempt to open a protected process or thread can result in reduced access rights, blocking operations such as termination or code injection. File protection is achieved through a Windows filesystem minifilter, where the driver maintains lists of protected paths and denies access to matching files and directories. Similarly, registry protection ensures that protected keys and values are hidden from enumeration and direct attempts to open, modify, or delete them return `STATUS_ACCESS_DENIED`.
A weakness has been identified in Tenda CP3 27.5.57.101. This issue affects some unknown processing of the file Net/NetCheckPing.cpp. This manipulation of the argument interface_name/host causes os command injection. The attack can be initiated remotely.
A security flaw has been discovered in Tenda CP3 27.5.57.101. This vulnerability affects the function SystemAsh of the file Apis/system.c of the component Kylin. The manipulation of the argument AlarmVoiceURL results in os command injection. It is possible to launch the attack remotely.

OpenAI has announced a $1 billion commitment to provide subsidized access to its Daybreak AI cybersecurity tools for under-resourced critical infrastructure defenders. The initiative, named Daybreak for Frontline Defenders, will offer AI models, training, and technical support over the next six months, prioritizing water and wastewater utilities, electric grid operators, and local government entities. This move aims to equip organizations with limited budgets and staff against increasingly sophisticated cyber threats.

Attackers are exploiting a new unpatched vulnerability in Magento Open Source and Adobe Commerce that lets them run malicious code on an online store's server without logging in, Dutch e-commerce security company Sansec said in an advisory published on September 5. Sansec, which discovered the flaw and named it StyleSmuggler, said attacks started on September 4. "Sansec is publishing early
In BPF instructions that load/store a value from/to a scratch memory register the register index is an unsigned 32-bit integer and must not exceed 15, but libpcap BPF interpreter does not validate the value. In particular uncommon use cases a crafted filter program can cause the interpreter to try reading and writing the OS process memory in the 16GiB starting at the current stack frame on 64-bit architectures and in the entire address space on 32-bit architectures.

Attackers are exploiting two new PaperCut flaws to steal credentials and gain privileged access in education-sector attacks across the U.S. and Europe. Attackers are exploiting two recelty disclosed PaperCut flaws, CVE-2026-81578 and CVE-2026-82078, in attacks targeting schools and other education organizations in the U.S. and Europe, as reported by TheHackerNews. Arctic Wolf researchers observed