Microsoft and CISA Warn of Active Attacks on Windows Shell Zero-Day CVE-2026-32202 for Credential Theft

Actively Exploited Windows Zero-Day (CVE-2026-32202) Steals NTLM Hashes Without User Clicks

CRITICAL
April 30, 2026
May 8, 2026
m read
VulnerabilityCyberattackThreat Actor

Related Entities(initial)

Threat Actors

APT28

Organizations

AkamaiCISAMicrosoft

Products & Tech

Windows 10Windows 11Windows Server

CVE Identifiers

Full Report(when first published)

Executive Summary

Microsoft and the U.S. Cybersecurity and Infrastructure Security Agency (CISA) have issued urgent warnings regarding the active exploitation of a zero-click spoofing vulnerability in Windows Shell, tracked as CVE-2026-32202. This flaw allows an unauthenticated attacker to steal a user's Net-NTLMv2 hash without any user interaction beyond navigating to a directory containing a malicious file. The vulnerability is a bypass of a patch for a previous flaw, CVE-2026-21510, which was exploited by the Russian state-sponsored group APT28. Due to evidence of active exploitation, CISA has added CVE-2026-32202 to its Known Exploited Vulnerabilities (KEV) catalog, requiring federal agencies to patch. All organizations are strongly advised to apply the available security updates to prevent credential theft and subsequent lateral movement.


Vulnerability Details

CVE-2026-32202 is a spoofing vulnerability that enables NTLM relay attacks. The flaw exists in how the Windows Shell handles the processing of certain file types, such as .LNK (shortcut) files. An attacker can craft a malicious file and place it on a remote share or in a location accessible to the victim.

When a user opens the folder containing this malicious file in Windows Explorer, the operating system attempts to render the file's icon. This process triggers an automatic connection from the victim's machine to an attacker-controlled Server Message Block (SMB) server. This connection attempt leaks the user's Net-NTLMv2 hash to the attacker. The key aspect of this attack is that it is "zero-click"—the victim does not need to open or interact with the file itself; simply viewing it in an Explorer window is sufficient.

This vulnerability is the result of an incomplete patch for CVE-2026-21510, which was addressed in February 2026. While the earlier patch prevented remote code execution, it failed to block the SMB connection that leads to the credential leak.

Affected Systems

The vulnerability affects a wide range of currently supported Microsoft Windows versions, including:

  • Windows 10
  • Windows 11
  • Windows Server

Exploitation Status

Both Microsoft and CISA have confirmed that CVE-2026-32202 is being actively exploited in the wild. The precursor vulnerability, CVE-2026-21510, was used by APT28 (also known as Fancy Bear) in attacks against organizations in Ukraine and the European Union. While Microsoft has not yet attributed the current exploitation of CVE-2026-32202 to APT28, the potential for state-sponsored actors to leverage this flaw is high.

Impact Assessment

Once an attacker obtains a user's Net-NTLMv2 hash, they can mount several types of attacks:

  • NTLM Relay Attacks: The attacker can relay the captured hash to another service on the network (e.g., a domain controller, file server, or application server) to authenticate as the victim user. If the user has administrative privileges, this can lead to a full system or domain compromise.
  • Offline Password Cracking: While Net-NTLMv2 hashes are more resistant to cracking than older versions, a sufficiently powerful adversary can still attempt to crack them offline to recover the user's plaintext password.
  • Lateral Movement: Successful authentication via NTLM relay allows an attacker to move laterally across the network, access sensitive data, and deploy further malware like ransomware.

The zero-click nature of the exploit makes it particularly dangerous for use in phishing campaigns or for compromising users who access network shares.


Cyber Observables — Hunting Hints

Security teams should hunt for the following patterns to detect potential exploitation:

Type
Network Traffic Pattern
Value
Outbound SMB (TCP/445) to external/untrusted IP addresses
Description
Monitor firewall and proxy logs for any SMB connections originating from workstations and heading to IPs outside the corporate network. This is highly anomalous.
Type
File Name
Value
*.lnk
Description
Monitor for the creation of new .lnk files on network shares or in user directories, especially if they point to external resources.
Type
Event ID
Value
4625 (Windows Security Log)
Description
Look for failed logon events on servers where the source workstation name is the attacker's machine, which can occur during NTLM relay attempts.

Detection & Response

  1. Network Monitoring (D3-NTA): The most effective detection method is to monitor for outbound SMB traffic. Configure firewalls to block outbound TCP port 445 and UDP ports 137-138 from all client subnets to the internet. Log and alert on any attempts to violate this rule.
  2. EDR/XDR Alerts: Modern EDR platforms may have specific behavioral rules to detect NTLM coercion attacks. Look for alerts related to explorer.exe initiating suspicious outbound network connections.
  3. Honeypots: Deploy honeypot accounts with no privileges and monitor for any authentication activity. An alert on a honeypot account attempting to authenticate to a service is a strong indicator of an NTLM relay attack.

Mitigation

  1. Patch Immediately (D3-SU): The primary mitigation is to apply the security update for CVE-2026-32202 released by Microsoft. Given its KEV status, this should be treated as an emergency change.
  2. Block Outbound SMB: Implement strict firewall rules to block all outbound SMB traffic (TCP/445) from your network to the internet. This is a security best practice that mitigates this and many other threats.
  3. Enable SMB Signing: Enforce SMB signing on all clients and servers throughout the domain. This cryptographic protection prevents NTLM relay attacks by ensuring the integrity of SMB communication. This can be configured via Group Policy.
  4. Principle of Least Privilege: Ensure that user and service accounts do not have excessive privileges. Limiting administrative rights makes it harder for an attacker to cause significant damage even if they successfully relay credentials.

Timeline of Events

1
December 1, 2025
APT28 begins exploiting the precursor vulnerability CVE-2026-21510.
2
February 13, 2026
Microsoft releases a patch for CVE-2026-21510, which is later found to be incomplete.
3
April 14, 2026
Microsoft releases a patch for the bypass vulnerability, CVE-2026-32202.
4
April 29, 2026
Microsoft and CISA confirm active exploitation of CVE-2026-32202, and CISA adds it to the KEV catalog.
5
April 30, 2026
This article was published

Article Updates

May 1, 2026

Severity increased

CISA issues binding directive for FCEB agencies to patch CVE-2026-32202 by May 12, 2026.

The U.S. Cybersecurity and Infrastructure Security Agency (CISA) has issued a binding operational directive, requiring all Federal Civilian Executive Branch (FCEB) agencies to apply patches for the actively exploited Windows vulnerability, CVE-2026-32202, by May 12, 2026. This formal mandate highlights the critical nature of the flaw and the urgent need for remediation across federal systems. While the existing article noted CISA's KEV listing, this update specifies a concrete deadline for federal compliance, emphasizing the heightened operational priority.

May 8, 2026

Severity increased

APT28 attributed to active exploitation of CVE-2026-32202 targeting European, Ukrainian, and NATO entities via malicious .LNK files.

New intelligence confirms that the Russian state-sponsored group APT28 (Fancy Bear) is actively exploiting CVE-2026-32202. The campaign specifically targets government and defense entities in Europe, Ukraine, and NATO member states. Attackers are delivering malicious .LNK shortcut files via email, which trigger the zero-click vulnerability when viewed in Windows Explorer, leading to NTLM hash theft. CISA has set a May 12 deadline for federal agencies to patch, highlighting the increased urgency and threat level posed by this sophisticated actor.

Update Sources:

Timeline of Events

1
December 1, 2025

APT28 begins exploiting the precursor vulnerability CVE-2026-21510.

2
February 13, 2026

Microsoft releases a patch for CVE-2026-21510, which is later found to be incomplete.

3
April 14, 2026

Microsoft releases a patch for the bypass vulnerability, CVE-2026-32202.

4
April 29, 2026

Microsoft and CISA confirm active exploitation of CVE-2026-32202, and CISA adds it to the KEV catalog.

Sources & References(when first published)

Article Author

Jason Gomes

Jason Gomes

• Cybersecurity Practitioner

Cybersecurity professional with over 10 years of specialized experience in security operations, threat intelligence, incident response, and security automation. Expertise spans SOAR/XSOAR orchestration, threat intelligence platforms, SIEM/UEBA analytics, and building cyber fusion centers. Background includes technical enablement, solution architecture for enterprise and government clients, and implementing security automation workflows across IR, TIP, and SOC use cases.

Threat Intelligence & AnalysisSecurity Orchestration (SOAR/XSOAR)Incident Response & Digital ForensicsSecurity Operations Center (SOC)SIEM & Security AnalyticsCyber Fusion & Threat SharingSecurity Automation & IntegrationManaged Detection & Response (MDR)

Tags

APT28CISA KEVCredential TheftNTLM RelayWindows ShellZero-Day

📢 Share This Article

Help others stay informed about cybersecurity threats

🎯 MITRE ATT&CK Mapped

Every tactic, technique, and sub-technique used in this threat has been identified and mapped to the MITRE ATT&CK framework for consistent, actionable threat language.

🧠 Enriched & Analyzed

Observables and indicators of compromise (IOCs) have been extracted and cataloged. Risk has been assessed and correlated with known threat actors and historical campaigns.

🛡️ Actionable Guidance

Detection rules, incident response steps, and D3FEND-aligned mitigation strategies are included so your team can act on this intelligence immediately.

🔗 STIX Visualizer

Structured threat data is packaged as a STIX 2.1 bundle and can be visualized as an interactive graph — relationships between actors, malware, techniques, and indicators.

Sigma Generator

Sigma detection rules are derived from the threat techniques in this article and can be converted for deployment across any major SIEM or EDR platform.