Skip to main content
COSMICBYTEZLABS
NewsSecurityHOWTOsToolsStudyTraining
ProjectsChecklistsAI RankingsNewsletterStatusTagsAbout
Subscribe

Press Enter to search or Esc to close

News
Security
HOWTOs
Tools
Study
Training
Projects
Checklists
AI Rankings
Newsletter
Status
Tags
About
RSS Feed
Reading List
Subscribe

Stay in the Loop

Get the latest security alerts, tutorials, and tech insights delivered to your inbox.

Subscribe NowFree forever. No spam.
COSMICBYTEZLABS

Your trusted source for IT intelligence, cybersecurity insights, and hands-on technical guides.

1154+ Articles
126+ Guides

CONTENT

  • Latest News
  • Security Alerts
  • HOWTOs
  • Projects
  • Exam Prep

RESOURCES

  • Search
  • Browse Tags
  • Newsletter Archive
  • Reading List
  • RSS Feed

COMPANY

  • About Us
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 CosmicBytez Labs. All rights reserved.

System Status: Operational
  1. Home
  2. News
  3. Microsoft Warns of New Defender Zero-Days Exploited in Attacks
Microsoft Warns of New Defender Zero-Days Exploited in Attacks
NEWS

Microsoft Warns of New Defender Zero-Days Exploited in Attacks

Microsoft has issued emergency patches for two Windows Defender vulnerabilities that were actively exploited as zero-days before fixes were available....

Dylan H.

News Desk

May 21, 2026
5 min read

Overview

Microsoft has rolled out emergency security patches for two Windows Defender vulnerabilities that were being actively exploited in zero-day attacks prior to fixes becoming available. The company confirmed active exploitation on Wednesday as it began distributing patches through Windows Update across supported Windows versions.

The Defender zero-days represent a significant threat given that Windows Defender is the default endpoint protection solution for hundreds of millions of Windows deployments — including consumer, enterprise, and government systems worldwide.


What Happened

Microsoft's disclosure confirms:

  • Two distinct vulnerabilities in Windows Defender were exploited in the wild before patches were released
  • Active exploitation was confirmed by Microsoft's threat intelligence team
  • Emergency patches began rolling out on Wednesday, May 21, 2026
  • The vulnerabilities affect supported Windows versions running Windows Defender
  • Users with automatic Windows Update enabled will receive patches automatically

Details on the specific CVE identifiers, CVSS scores, and technical mechanisms were limited at initial disclosure — standard practice for Microsoft when patches are being actively distributed to minimize further exploitation guidance for threat actors.


Why Defender Zero-Days Are High-Stakes

Windows Defender occupies a uniquely privileged position on Windows systems:

FactorRisk Implication
SYSTEM-level privilegesDefender runs with the highest OS privileges — a flaw here means immediate full system compromise
Universal deploymentDefault on all modern Windows — no selective targeting needed
Deep kernel integrationDefender's kernel callbacks and ETW hooks provide rich OS access
Trusted by security toolsSecurity software whitelisting Defender means exploits may bypass third-party EDR
Always runningNo user interaction or specific application usage required

A zero-day in Defender that enables privilege escalation or code execution at SYSTEM level is among the most severe Windows vulnerability classes possible — comparable in impact to kernel-level exploitation.


Affected Systems

All Windows versions running Windows Defender with unpatched definitions and engine builds are potentially affected. This includes:

  • Windows 10 (all currently supported versions)
  • Windows 11 (all currently supported versions)
  • Windows Server 2019, 2022, and 2025
  • Systems managed via Microsoft Defender for Endpoint (cloud-managed policies)

Microsoft 365 Defender (the enterprise cloud service) may have received server-side mitigations independently of client-side engine updates.


Immediate Actions

1. Apply Windows Updates Now

The most critical action is ensuring Windows Defender's engine and signature definitions are fully updated:

# Force Windows Update check via PowerShell
wuauclt /detectnow /updatenow
 
# Or using the modern Update Orchestrator
UsoClient StartScan
UsoClient StartDownload
UsoClient StartInstall
 
# Check current Defender engine version
Get-MpComputerStatus | Select-Object AMEngineVersion, AMServiceEnabled, AntivirusEnabled

2. Verify Defender Engine Version

# Check current engine and definition versions
$status = Get-MpComputerStatus
$status | Select-Object AMEngineVersion, AntivirusSignatureVersion, AntispywareSignatureVersion, NISEngineVersion
 
# Trigger manual signature update
Update-MpSignature

3. Review Recent Defender Detections

# Review recent threat detections — look for unusual detections around Defender itself
Get-MpThreatDetection | Sort-Object InitialDetectionTime -Descending | Select-Object -First 20
 
# Check for any process anomalies under MsMpEng.exe
Get-Process -Name MsMpEng | Select-Object Id, CPU, WorkingSet, StartTime

4. Enterprise: Force Rapid Engine Update Deployment

For enterprise environments using Microsoft Defender for Endpoint:

# Using Intune / Microsoft Endpoint Manager: create a compliance policy
# requiring latest Defender engine version
# Policy path: Endpoint Security > Antivirus > Windows Security
 
# For SCCM / MECM deployments: trigger engine update via Software Center
# or use the Endpoint Protection Update Definition Task Sequence

Zero-Day Exploitation Context

The confirmation of active zero-day exploitation before patches were available means:

  1. Threat actors had advance knowledge of the vulnerabilities — likely through independent discovery or purchase on the exploit market
  2. Targeted attacks likely preceded mass exploitation — initial zero-day use is typically restricted to high-value targets before broader release
  3. Post-patch exploitation attempts will surge — as security researchers analyze the patches, weaponized PoCs typically appear within 24–72 hours
  4. Patched doesn't mean clean — organizations should assume potential compromise during the zero-day window and review EDR telemetry from the preceding weeks

What to Watch For

In the absence of full CVE details at time of publication, monitor for:

IndicatorSignificance
Unexpected processes spawned by MsMpEng.exePotential code execution via Defender
WMI or PowerShell execution from Defender processPost-exploitation activity
Unusual network connections from antimalware serviceData exfiltration or C2 beacon
Disabled Defender components or tampered settingsAttacker disabling protection post-compromise
# Audit Windows Defender service state
Get-Service WinDefend, WdNisSvc, WdFilter | Select-Object Name, Status, StartType
 
# Check for tampered Defender exclusions (common post-exploitation step)
Get-MpPreference | Select-Object ExclusionPath, ExclusionProcess, ExclusionExtension

Microsoft's Disclosure Pattern

This disclosure follows Microsoft's established pattern for actively exploited zero-days:

  • Initial advisory confirms exploitation with minimal technical detail
  • Full CVE documentation published within 24–48 hours in the Microsoft Security Update Guide
  • Defender for Endpoint customers receive additional threat intelligence through the Defender portal

Monitor the Microsoft Security Update Guide for CVE details as they are published.


Sources

  • BleepingComputer — Microsoft warns of new Defender zero-days exploited in attacks

Related Reading

  • Highly Critical Drupal Core Flaw Exposes PostgreSQL Sites to RCE Attacks
  • CVE-2026-33278 — NLnet Labs Unbound DNSSEC Validator RCE
  • CVE-2026-42960 — NLnet Labs Unbound DNS Cache Poisoning
#Microsoft#Windows Defender#Zero-Day#Active Exploitation#Patch Tuesday#Endpoint Security#CVE

Related Articles

Microsoft Warns of Two Actively Exploited Defender Vulnerabilities

Microsoft has disclosed two Windows Defender vulnerabilities under active exploitation in the wild, including CVE-2026-41091 — a privilege escalation flaw...

5 min read

Microsoft Warns of Exchange Server Zero-Day Exploited in the Wild

Microsoft has shared mitigations for CVE-2026-42897 until a permanent patch can be released for affected Exchange Server versions actively being targeted...

4 min read

Trend Micro Warns of Apex One Zero-Day Exploited in the Wild

Trend Micro has patched an Apex One zero-day vulnerability actively exploited in attacks targeting Windows systems. The flaw, discovered in the company's...

6 min read
Back to all News