Recent Microsoft Defender Vulnerability Exploited as Zero-Day

Recent Microsoft Defender Vulnerability Exploited as Zero-Day

Recent Microsoft Defender Vulnerability Exploited as Zero-Day

https://www.securityweek.com/recent-microsoft-defender-vulnerability-exploited-as-zero-day/

Publish Date: 2026-04-23 04:00:00

Source Domain: www.securityweek.com

A recently disclosed privilege escalation vulnerability in Microsoft Defender has been exploited in the wild as a zero-day using publicly available proof-of-concept (PoC), Huntress warns.

Patched on April 14, the issue is tracked as CVE-2026-33825 (CVSS score of 7.8). Microsoft describes it as an elevation of privilege bug rooted in insufficient granularity of access control.

The CVE was publicly disclosed on April 2 by a disgruntled researcher known as Chaotic Eclipse and Nightmare-Eclipse, who warned it was a race condition leading to full System privileges.

The researcher named the flaw BlueHammer and published PoC exploit code to their GitHub repository. Interest in the exploit surged fast, fueled by a fork that fixed some bugs in the researcher’s implementation and included documentation and instructions.

BlueHammer is a time-of-check to time-of-use (TOCTOU) in Defender’s signature update mechanism that allows an attacker with low privileges to gain System permissions.

The first attacks leveraging the public PoC were seen on April 10, with additional activity observed on April 16, cybersecurity firm Huntress warns.

Advertisement. Scroll to continue reading.

“Huntress identified suspicious FortiGate SSL VPN access tied to the compromised environment, including a source IP geolocated to Russia, with additional suspicious infrastructure observed in other regions,” the company says.

The attacks leveraged all three techniques that Chaotic Eclipse published, namely BlueHammer, RedSun, and UnDefend.

BlueHammer relies on operation locks (oplocks) to suspend Defender’s operation and on triggering a signature update to trick Defender into copying the Security Account Manager (SAM) database to its output directory.

BlueHammer then parses the SAM hive, decrypts users’ NT hashes, temporarily changes all user passwords to a new one, and uses the new password to generate admin sessions that can be used to gain System…

Source