
CVE-2026-33825
BlueHammer is a high-severity Local Privilege Escalation vulnerability affecting Microsoft Defender components on Windows systems.
The flaw allows a low-privileged attacker to escalate privileges to NT AUTHORITY\SYSTEM by abusing filesystem race conditions and privileged Defender operations.
BlueHammer is a TOCTOU (Time-of-Check to Time-of-Use) race condition vulnerability inside privileged Microsoft Defender operations.
The vulnerability reportedly abuses:
The exploit manipulates Defender into performing privileged filesystem operations on attacker-controlled targets.
Successful exploitation may allow attackers to:
Low Privileged User
│
▼
Trigger Defender Operation
│
▼
Exploit TOCTOU Race Condition
│
▼
Redirect Privileged File Operation
│
▼
Overwrite / Move Protected Files
│
▼
Execute Code as SYSTEM
BlueHammer abuses the gap between:
Time of Check
↓
Time of Use
Defender validates a file/path, but before the privileged operation completes, the attacker swaps the target.
Attackers reportedly use:
to redirect privileged Defender operations.
Example conceptually:
Defender believes:
C:\Temp\safe.txt
Actually redirected to:
C:\Windows\System32\protected_file
Oplocks help attackers freeze file operations temporarily:
Defender accesses file
↓
Attacker pauses operation
↓
Target gets swapped
↓
Defender resumes with SYSTEM privileges
This increases race-condition reliability.
Reportedly impacted:
MsMpEng.exeMpSigStub.exeSecurity software:
That makes filesystem race vulnerabilities extremely dangerous.
BlueHammer demonstrated that:
defensive software itself can become the privilege escalation vector.
Install the latest Defender platform updates.
Ensure all Patch Tuesday updates are installed.
Look for:
Limit execution for untrusted users and applications.
Potential indicators may include:
Unexpected Defender file operations
SYSTEM-level cmd.exe / powershell.exe
Suspicious NTFS reparse points
Abnormal Defender remediation events
Oplock abuse patterns
| Vulnerability | Description |
|---|---|
| PrintNightmare | Windows Print Spooler RCE/LPE |
| HiveNightmare | SAM exposure vulnerability |
| RedSun | Related Defender exploitation technique |
| unDefend | Defender abuse technique family |
| Concept | Description |
|---|---|
| LPE | Local Privilege Escalation |
| TOCTOU | Time-of-check vs time-of-use flaw |
This repository/documentation is provided for:
Do not use this information for unauthorized activities.
| Field | Value |
|---|
| CVE | CVE-2026-33825 |
| Nickname | BlueHammer |
| Severity | High |
| CVSS | ~7.8 |
| Type | Local Privilege Escalation |
| Affected | Windows 10 / 11 / Server |
| Component | Microsoft Defender |
| Exploitation | Public PoC Reported |
| Privilege Required | Low |
| Impact | SYSTEM Privilege Escalation |
| Oplocks |
| Filesystem operation synchronization |
| Reparse Points | Filesystem redirection feature |
| SYSTEM | Highest local Windows privilege |