Threat Campaign

SharkLoader Smuggles Cobalt Strike Through 13 Known-Exploited CVEs

Kaspersky's StrikeShaker campaign pairs a stealthy new loader with an old truth: the front door was never locked. Every initial-access CVE it uses is already patched, and already detectable.

Matt Lucas  |  June 27, 2026  |  7 min
Detected by CaverLive detection for 12 CVEs in the RedEye Intel Feed →
Editorial illustration: a shark built from mechanical loader plates carries a red payload toward a cracked fortress wall
CVEs in this postCVE-2016-4437CVE-2021-26855CVE-2021-27076CVE-2021-36260CVE-2022-27925CVE-2022-40684CVE-2022-41082CVE-2023-20198CVE-2023-32315CVE-2023-46747CVE-2024-21762CVE-2024-36401CVE-2025-55182CVE-2026-20253Live detections →All RedEye CVEs →
StrikeShaker: SharkLoader → Cobalt StrikeActive Campaign
1
Initial Access
Public PoC exploits fired at 13 known, already-patched CVEs in internet-facing apps: Exchange, FortiOS, GeoServer, Openfire, Zimbra, F5 BIG-IP, SharePoint, Cisco IOS XE, Apache Shiro, Hikvision.
2
Web Shell + DLL Side-Load
A planted web shell triggers a side-loading chain through the trusted, signed SystemSettings.exe.
3
SharkLoader (SystemSettings.dll)
"Perfect DLL Hijacking" executes the loader while sidestepping Windows Loader Lock; it decrypts DscCoreR.mui and decompresses the next stage.
4
Cobalt Strike Beacon
Beacon is mapped into a suspended thread; Microsoft Detours and MinHook hook VirtualAlloc and Sleep to dodge memory scanning, then ResumeThread fires it.
5
Post-Compromise
Active Directory enumeration, LSASS credential theft, NTDS exfiltration attempts, and recon tooling: FScan, Searchall, Pillager.
TL;DR
  • What: Kaspersky documented SharkLoader (campaign StrikeShaker), a new loader that uses "Perfect DLL Hijacking" through a signed SystemSettings.exe to deliver Cobalt Strike Beacon, attributed to a Chinese-speaking actor.
  • Impact: Beacon plus hands-on-keyboard intrusion: AD enumeration, LSASS and NTDS credential theft, and FScan/Pillager recon across government, diplomatic, and software-development targets in a dozen-plus countries.
  • Fix / mitigation: Every initial-access vector is a known, patched CVE (Exchange CVE-2021-26855 and CVE-2022-41082, FortiOS CVE-2024-21762 and CVE-2022-40684, GeoServer CVE-2024-36401, Cisco IOS XE CVE-2023-20198, F5 CVE-2023-46747, and more). Patch the edge, hunt the side-load chain, and alert on the beacon behavior.
  • Who's at risk: Anyone running unpatched internet-facing Exchange, Fortinet, GeoServer, Openfire, Zimbra, SharePoint, F5, Apache Shiro, Cisco IOS XE, or Hikvision devices.

Researchers at Kaspersky have detailed a campaign they track as StrikeShaker, built around a previously undocumented loader called SharkLoader. The loader's job is narrow and effective: get Cobalt Strike Beacon running on a compromised host without tripping endpoint memory scanners. The tradecraft is genuinely sharp. The way in is not.

Because the most important detail in this campaign is the least glamorous one: the attackers do not need a single zero-day. Initial access comes entirely from publicly available proof-of-concept exploits against thirteen known, already-patched vulnerabilities in internet-facing software. The clever loader is what happens after the front door, which was standing open, gets pushed.

The way in: 13 known-exploited CVEs

StrikeShaker is opportunistic. It sprays public exploits across exposed services and takes whatever opens. The arsenal Kaspersky observed reads like a greatest-hits list of the last five years of edge compromises:

Most of these sit on CISA's Known Exploited Vulnerabilities list. None of them are subtle. Every one has a patch, most for years. The lesson StrikeShaker teaches is the same one the Fortinet, Exchange, and Cisco IOS XE waves taught before it: an unpatched internet-facing appliance is not a risk, it is an invitation, and the crews watching for them are automated and patient.

Detected by Caver · cross-referenced in the feed

Each of the initial-access CVEs above links straight to the RedEye CVE Index, and the ones with live Sigma detections carry a "Detected by Caver" emblem that ships in the RedEye Intel Feed. The point: this whole campaign hinges on exploitation events you can already see. Caver turns "we should have patched that" into a fired detection on the day the PoC starts flying.

The clever part: Perfect DLL Hijacking

Once inside, a web shell kicks off a DLL side-loading chain abusing the legitimate, signed Windows binary SystemSettings.exe. SharkLoader ships as SystemSettings.dll and uses a technique the researchers call "Perfect DLL Hijacking," which executes its payload while cleanly sidestepping the Windows Loader Lock that normally makes this kind of in-loader code execution unstable.

From there the loader decrypts a disguised resource, DscCoreR.mui, decompresses it, and maps Cobalt Strike Beacon into a freshly created suspended thread. Before letting it run, SharkLoader uses the Microsoft Detours library and a MinHook DLL to hook VirtualAlloc and Sleep, the two API calls that in-memory scanners and sandboxes lean on to catch Beacon. With the hooks in place, a single ResumeThread call wakes the implant inside a process that looks entirely normal.

Why the loader matters less than it looks

The side-load and API-hooking tricks are designed to beat memory scanning: signature and snapshot detection. They do far less against behavioral telemetry: a signed Windows settings binary spawning from a web server process, hooking VirtualAlloc, then reaching out to a C2. That sequence is loud if you are collecting and correlating the right events, which is exactly where most victims have a gap.

What they do once they own the host

StrikeShaker is a hands-on-keyboard operation, not a smash-and-grab. After Beacon lands, the operators enumerate Active Directory, target the LSASS process for credentials, and attempt to exfiltrate the NTDS database, the full domain credential store. They lean on open-source post-exploitation tooling including FScan for network discovery, Searchall, and Pillager. Persistence is mundane and reliable: registry Run keys and scheduled tasks that relaunch SystemSettings.exe on login or unattended.

Delivery is not limited to web exploitation. Kaspersky also saw installer droppers masquerading as Google Update and Cisco AnyConnect, and decoy PDFs, the social-engineering path to the same loader.

Who is in the crosshairs

The victimology is broad: a diplomatic organization in Indonesia, government bodies in Taiwan, and software-development firms across multiple countries, with additional activity touching Hong Kong, Lebanon, Syria, Colombia, North Macedonia, Nepal, and Serbia. The campaign exhibits Chinese-speaking-actor characteristics, and the focus on government and software-development targets points toward espionage rather than extortion, though Kaspersky notes no active data-theft payload was confirmed, leaving end goals open.

What defenders should do now

How RedEye and Caver fit

RedEye writes the detections for exactly this kind of chain (the edge-CVE exploitation up front and the side-load/beacon behavior after) and ships them through the live detection feed into your SIEM. Caver is where those detections run at scale and stay cheap to retain, so an exploitation attempt against one of these CVEs is a flagged event on day one, not a forensic finding after the NTDS file is already gone.

Bottom line

SharkLoader is a well-built loader, and "Perfect DLL Hijacking" will get copied. But StrikeShaker is not a story about an unstoppable new technique. It is a story about thirteen patches that were available and not applied, and the very normal behavior that follows once an attacker is in. The defensible version of this incident is the boring one: patch the edge, collect the right telemetry, and let the detections that already exist do their job.

Are these 13 CVEs actually patched in your environment?

RedEye Security helps teams find their exposed edge, ship the detections for campaigns like StrikeShaker, and turn known-exploited CVEs into alerts instead of incidents.

Talk to us

Source: The Hacker News: "New SharkLoader Malware Deploys Cobalt Strike", reporting on Kaspersky research into the StrikeShaker campaign.