Skip to main content
Mallory
MalwareExploits 2 CVEs

RedSun

RedSun is a publicly released Windows local privilege escalation exploit/tool that abuses a logic flaw in Microsoft Defender’s file remediation and cloud file rollback path to achieve SYSTEM-level code execution from an unprivileged user context. The content describes RedSun as exploiting missing reparse point validation in Defender’s remediation workflow, allowing an attacker to redirect Defender’s privileged write operation into C:\Windows\System32 via a junction or mount point and place an attacker-controlled binary there. Reported tradecraft includes use of the Windows Cloud Files API, batch OPLOCKs, Volume Shadow Copy Service activity as a synchronization signal, and execution of a malicious TieringEngineService.exe via the Storage Tiers Management Engine COM server to obtain SYSTEM execution. The exploit was reported as confirmed on Windows 11 25H2 Build 26200.8246 with real-time protection enabled, and multiple sources in the content state it does not require administrative rights, a UAC bypass, or a kernel exploit. RedSun is associated with the researcher alias Chaotic Eclipse, also referred to as Nightmare-Eclipse, and Microsoft linked it to CVE-2026-41091 in June 2026 Patch Tuesday coverage. Other content states RedSun remained unpatched as of May 2026. Huntress reported in-the-wild use of RedSun alongside BlueHammer and UnDefend in a live intrusion that began with compromised FortiGate VPN credentials; observed execution included RedSun.exe from a user Downloads directory, though Huntress stated the privilege escalation attempt did not appear to succeed in that case. High-confidence observables and artifacts mentioned in the content include execution of RedSun.exe, attempted overwrite of TieringEngineService.exe in System32, use of the named pipe \pipe\REDSUN, and abuse of Defender remediation behavior to execute attacker-planted binaries as SYSTEM.

Share:
For your environment

Hunt this family in your stack

Mallory pivots from this family to the IOCs, detections, and named campaigns that touch your stack, and pages you when something new lands.

EXPLOITED CVES

Vulnerabilities exploited

2 CVEs Mallory has correlated with this family across public research and vendor advisories. Each row links to the full Mallory page for that vulnerability.

2 CVES
CVE-2026-41091RedSunExploited in the wild

CVE-2026-41091 – Microsoft Defender Elevation of Privilege Vulnerability ... Microsoft connects these four CVEs to specific items disclosed by the Chaotic Eclipse researcher earlier this month ... respectively, these touch MiniPlasma, RedSun, YellowKey, and GreenPlasma ... Appendix B: Exploitation detected CVE-2026-41091 Microsoft Defender Elevation of Privilege Vulnerability. | Microsoft connects these four CVEs to specific items disclosed by the Chaotic Eclipse researcher earlier this month – respectively, these touch MiniPlasma, RedSun, YellowKey, and GreenPlasma.

via sophos threat researchsophos.com
CVE-2026-33825BlueHammer

The newly published exploit, dubbed “RedSun,” was uploaded to a public GitHub repository by the researcher.

via gbhackersgbhackers.com
MITRE ATT&CK

Techniques & procedures

22 distinct techniques documented for this family, organized by ATT&CK tactic.

Initial Access

2 techniques
T1078Valid AccountsEvidence1

Threat actors were observed deploying the tools under disguised filenames such as FunnyApp.exe, gaining initial access through compromised FortiGate VPN credentials before pivoting to Defender exploits for privilege escalation.

T1190Exploit Public-Facing ApplicationEvidence2

Huntress observed in-the-wild use of Nightmare-Eclipse tooling, including BlueHammer, RedSun, and UnDefend, in a live intrusion involving FortiGate VPN compromise as the initial access...

Execution

5 techniques
T1059.003Windows Command ShellEvidence1

Upon execution in the SYSTEM context, the payload duplicates a privileged token, assigns it to the active user session, and spawns an interactive console (conhost.exe), granting the attacker full administrative control.

T1203Exploitation for Client ExecutionEvidence1

That fix didn't stop attackers from exploiting BlueHammer, as well as targeting RedSun and UnDefend after Nightmare-Eclipse's disclosure of those exploits.

T1559.001Component Object ModelEvidence3

RedSun then calls the Storage Tiers Management engine COM object, which runs locally as SYSTEM. This subsequently executes C:\Windows\System32\TieringEngineService.exe which is a copy of RedSun.

T1574Hijack Execution FlowEvidence4

RedSun: Abuses Defender’s cloud file rollback mechanism to execute attacker-planted binaries as SYSTEM; remains unpatched as of May 2026.

T1574.010Services File Permissions WeaknessEvidence3

This is a classic link-following (improper link resolution before file access) flaw turned into a privilege escalation weaponized through Defender’s own file handling behaviour.

Persistence

1 technique
T1078Valid AccountsEvidence1

Threat actors were observed deploying the tools under disguised filenames such as FunnyApp.exe, gaining initial access through compromised FortiGate VPN credentials before pivoting to Defender exploits for privilege escalation.

Privilege Escalation

5 techniques
T1068Exploitation for Privilege EscalationEvidence10

CVE-2026-41091 – Microsoft Defender Elevation of Privilege Vulnerability ... CVE-2026-45586 – Windows Collaborative Translation Framework (CTFMON) Elevation of Privilege Vulnerability ... CVE-2026-41091 Microsoft Defender Elevation of Privilege Vulnerability Exploitation detected

T1078Valid AccountsEvidence1

Threat actors were observed deploying the tools under disguised filenames such as FunnyApp.exe, gaining initial access through compromised FortiGate VPN credentials before pivoting to Defender exploits for privilege escalation.

T1134Access Token ManipulationEvidence1

Upon execution in the SYSTEM context, the payload duplicates a privileged token, assigns it to the active user session, and spawns an interactive console (conhost.exe), granting the attacker full administrative control.

T1548Abuse Elevation Control MechanismEvidence1

Copy the exploit binary to the resulting System32\TieringEngineService.exe, activate the Storage Tiers Management COM object (which launches the binary as SYSTEM)...

T1548.002Bypass User Account ControlEvidence1

It recreates a new directory at the exact original path. It converts this new directory into an NTFS Mount Point (directory junction) targeting \??\C:\Windows\System32.

Stealth

8 techniques
T1036MasqueradingEvidence3

Threat actors were observed deploying the tools under disguised filenames such as FunnyApp.exe, gaining initial access through compromised FortiGate VPN credentials before pivoting to Defender exploits for privilege escalation.

T1070Indicator RemovalEvidence1

the engine's remediation logic attempts to "restore" or overwrite the file to neutralize the threat.

T1070.004File DeletionEvidence3

First, it POSIX-deletes the original EICAR file... The flags FILE_DISPOSITION_DELETE (0x1) and FILE_DISPOSITION_POSIX_SEMANTICS (0x2) remove the file’s name from the directory immediately while the handle remains open.

T1078Valid AccountsEvidence1

Threat actors were observed deploying the tools under disguised filenames such as FunnyApp.exe, gaining initial access through compromised FortiGate VPN credentials before pivoting to Defender exploits for privilege escalation.

T1134Access Token ManipulationEvidence1

Upon execution in the SYSTEM context, the payload duplicates a privileged token, assigns it to the active user session, and spawns an interactive console (conhost.exe), granting the attacker full administrative control.

T1218System Binary Proxy ExecutionEvidence2

LaunchTierManagementEng activates the Storage Tiers Management COM object with CLSCTX_LOCAL_SERVER, which causes Windows to launch TieringEngineService.exe as SYSTEM because that is how the service is registered.

T1574Hijack Execution FlowEvidence4

RedSun: Abuses Defender’s cloud file rollback mechanism to execute attacker-planted binaries as SYSTEM; remains unpatched as of May 2026.

T1574.010Services File Permissions WeaknessEvidence3

This is a classic link-following (improper link resolution before file access) flaw turned into a privilege escalation weaponized through Defender’s own file handling behaviour.

Defense Impairment

1 technique
T1222File and Directory Permissions ModificationEvidence4

By manipulating what those paths resolve to using NTFS junction points... the exploit turns Defender’s own remediation workflow into a write primitive that crosses the privilege boundary into a protected system directory.

Credential Access

1 technique
T1003OS Credential DumpingEvidence1

With SYSTEM access and Microsoft Defender degraded, the attacker proceeds to credential harvesting (SAM, LSASS, cached domain credentials)

Discovery

1 technique
T1082System Information DiscoveryEvidence1

...in a live intrusion involving FortiGate VPN compromise as the initial access, reconnaissance commands...

Command and Control

2 techniques
T1090ProxyEvidence1

...in a live intrusion involving FortiGate VPN compromise as the initial access, reconnaissance commands, and likely tunneling activity.

T1105Ingress Tool TransferEvidence1

a binary named FunnyApp.exe — a build pulled directly from the public BlueHammer GitHub repository was executed from a victim user’s Pictures folder ... RedSun.exe ... alongside multiple executions of undef.exe

Impact

1 technique
T1499Endpoint Denial of ServiceEvidence1

An attacker races this window using a batch OPLOCK, swaps the target directory with a mount point reparse to C:\Windows\System32, and Defender completes the write.

Other

1 technique
T1562Impair DefensesEvidence1

BlueHammer, RedSun, and UnDefend exploits logic flaws in Windows Defender’s privileged operations ... or to disrupt Defender’s security functions entirely without requiring administrative rights

INDICATORS OF COMPROMISE

IOCs tracked for this family

5 indicators attributed across vendor reports, sandbox runs, and researcher write-ups. Full values are available in Mallory.

View more in app
Network
4 tracked

IPs, domains, and DNS infrastructure linked to this family.

Hashes
1 tracked

File hashes (MD5, SHA-1, SHA-256) from samples and reports.

TypeValueLatest sighting
ip.v4●●●●●●●●●●●●View more in app2 months ago
ip.v4●●●●●●●●●●●●View more in app2 months ago
ip.v4●●●●●●●●●●●●View more in app2 months ago
ip.v4●●●●●●●●●●●●View more in app2 months ago
hash.sha256●●●●●●●●●●●●View more in app2 months ago
What this page doesn’t show

The version that knows your environment.

This page is what’s public. Mallory adds the parts that aren’t: which of your assets match these IOCs, which detections are missing, which campaigns to expect next, and what to do in the next 30 minutes.
IOC matching5

Match every observed IP, domain, and hash against your live telemetry.

Threat actor attribution

Named campaigns wielding this family, with evidence pinned to each claim.

Exploited vulnerabilities2

CVEs this family uses for access and lateral movement.

Detection signatures

YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.

MITRE ATT&CK mapping22

Every documented technique, ranked by evidence weight.

Researcher chatter

Reddit, Mastodon, and CTI community discussion around this family.