Skip to main content
Live Webinar with SANS (June 25)— Agentic CTI Automation for Fun & ProfitRegister Free
Mallory
MediumCISA KEVExploited in the wildPublic exploit

Windows Shell Zero-Click Authentication Coercion / Spoofing Vulnerability

IdentifiersCVE-2026-32202CWE-693· Protection Mechanism Failure

CVE-2026-32202 is a Microsoft Windows Shell protection mechanism failure and spoofing vulnerability caused by an incomplete February 2026 patch for CVE-2026-21510. Available reporting indicates the residual flaw exists in Windows Shell handling of malicious LNK files, where Windows Explorer can automatically parse shortcut metadata and resolve an attacker-controlled UNC path while rendering a folder, before trust verification fully prevents the network interaction. Akamai reported the issue as a gap between path resolution and trust verification in auto-parsed LNK files. In the described attack path, opening or rendering a folder containing a crafted LNK file can trigger an outbound SMB connection and NTLM authentication handshake to an attacker-controlled server without requiring the victim to click the shortcut. This exposes the victim’s Net-NTLMv2 hash and constitutes a zero-click authentication coercion / network spoofing condition. Microsoft described the issue more generally as a protection mechanism failure in Windows Shell that allows an unauthorized attacker to perform spoofing over a network.

Share:
For your environment

Are you exposed to this one?

Mallory correlates every CVE against your assets, your vendors, and active adversary campaigns. Know which vulnerabilities matter for you, not just which ones are loud.

ANALYST BRIEF

Impact, mitigation & remediation

What it means. What to do now. Patch path, mitigations, and the assume-compromise checklist.

Impact

What an attacker gets, and what they’ve been doing with it.

Successful exploitation can expose sensitive information by coercing the victim system to authenticate to an attacker-controlled server and disclose a Net-NTLMv2 hash. Reporting indicates the captured hash may then be used for NTLM relay attacks or offline cracking, potentially allowing the attacker to authenticate as the victim user, access data, and move laterally within the environment. Microsoft’s public characterization emphasizes information disclosure/spoofing rather than direct integrity or availability impact, but follow-on compromise of network resources is possible depending on NTLM exposure and relay opportunities.

Mitigation

If you can’t patch tonight, do this now.

Where patch deployment cannot be completed immediately, reduce exposure to coerced SMB/NTLM authentication by blocking outbound SMB traffic at network perimeters where operationally feasible, monitoring for unusual outbound SMB connections and suspicious authentication requests, and reducing NTLM relay opportunities in the environment. Review applicable CISA BOD 22-01 cloud-service guidance where relevant. If vendor mitigations cannot be applied, CISA guidance in the provided content recommends discontinuing use of the affected product until remediation is possible.

Remediation

Patch, then assume compromise.

Apply Microsoft’s April 14, 2026 security update for CVE-2026-32202 on affected Windows systems, including supported Windows 10, Windows 11, and Windows Server versions referenced in reporting. Because the flaw has been confirmed as actively exploited and was added to CISA’s KEV catalog, patching should be prioritized on an emergency basis. Follow Microsoft vendor guidance for the specific affected builds and ensure systems previously patched only for CVE-2026-21510 also receive the April 2026 fix, as the earlier February patch was reported as incomplete for this attack path.
PUBLIC EXPLOITS

Exploits

2 valid exploits after Mallory filtered fakes, detection scripts, and README-only repos (2 hidden).

VALID 2 / 4 TOTALView more in app
CVE-2026-32202MaturityPoCVerified exploit

This repository is a small proof-of-concept consisting of a README and one Python script, poc.py. The script builds a malicious Windows .lnk shortcut file from scratch using Python struct packing. Its purpose is to coerce Windows Explorer into initiating an outbound SMB connection during icon resolution, without the victim needing to open the shortcut. The README explains the underlying behavior: Explorer traverses Control Panel shell item handling, eventually checking whether a module path exists; if that module path is a UNC path, Windows performs a remote file attribute/stat operation that opens SMB to the attacker and triggers automatic NTLM authentication. The exploit structure is straightforward: build_header() creates a Shell Link header, shitemid_clsid() creates CLSID-based shell items, shitemid_unicode_cpl() creates a crafted Unicode Control Panel applet item with the attacker-controlled module path at offset +0x18, build_idlist() chains the Control Panel CLSID, All Control Panel Items CLSID, and malicious CPL item into a LinkTargetIDList, and build_lnk() assembles the final .lnk bytes. main() exposes CLI arguments for the UNC path and output filename, then writes the malicious shortcut. Primary capability: generation of a crafted .lnk file that causes zero-click credential coercion when merely viewed in Explorer. The practical result is outbound SMB authentication to an attacker-controlled host, leaking Net-NTLMv2 material. There is no post-exploitation shell or code execution payload in the repository; it is focused on credential leakage/coercion via a malicious file and remote UNC path.

alexlanumDisclosed Jun 21, 2026pythonmarkdownfilenetworkweb
CVE-2026-32202MaturityPoCVerified exploit

Repository contains a single Python proof-of-concept script and a detailed README. The main file, CVE-2026-32202.py, is a research-oriented generator for crafted Windows .lnk files that reproduce the LinkTargetIDList structure associated with CVE-2026-21510 / CVE-2026-32202. The script reconstructs three shell items: (1) a Control Panel root CLSID item, (2) an 'All Control Panel Items' category item, and (3) a Unicode _IDCONTROLW structure containing a user-supplied module path, typically a UNC path to a remote .cpl file. It exposes CLI options for the embedded UNC/local path, output filename, applet ID, display name, infotip, and optional hex dump suppression. The exploit capability is file generation rather than direct network communication; however, the generated LNK is intended to cause Windows Explorer/shell32 to access the embedded UNC path during rendering, which can coerce outbound SMB authentication or connection to an attacker-controlled share. The README provides reverse-engineering context, structure layouts, call-chain analysis, and explains that the vulnerable behavior occurs before later trust verification stages. Overall, this is a focused PoC/research tool for crafting malicious shortcut files to reproduce Windows shell path-resolution behavior, not a full weaponized framework or post-exploitation implant.

virus-or-notDisclosed Apr 30, 2026pythonmarkdownfilenetworkwireless
EXPOSURE SURFACE

Affected products & vendors

Products and vendors Mallory has correlated with this vulnerability. Open in Mallory to drill down to specific CPE configurations and version ranges.

VendorProductType
Microsoft CorporationWindows 10 1607operating_system
Microsoft CorporationWindows 10 1809operating_system
Microsoft CorporationWindows 10 21h2operating_system
Microsoft CorporationWindows 10 22h2operating_system
Microsoft CorporationWindows 11 23h2operating_system
Microsoft CorporationWindows 11 24h2operating_system
Microsoft CorporationWindows 11 25h2operating_system
Microsoft CorporationWindows 11 26h1operating_system
Microsoft CorporationWindows Server 2012operating_system
Microsoft CorporationWindows Server 2012 R2operating_system
Microsoft CorporationWindows Server 2016operating_system
Microsoft CorporationWindows Server 2019operating_system
Microsoft CorporationWindows Server 2022operating_system
Microsoft CorporationWindows Server 2022 23h2operating_system
Microsoft CorporationWindows Server 2025operating_system
Microsoft CorporationWindows Server 23h2operating_system
Microsoft CorporationWindows Shelloperating_system

Vendor-confirmed product mapping. Mallory continuously reconciles this list against your asset inventory.

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 are affected, which adversaries are exploiting it right now, which detections to deploy, and what to do tonight.
Exposure mapping

Query your assets running an affected version, and investigate the blast radius.

Threat actor evidence3

Every observed campaign linking this CVE to a named adversary.

Associated malware1

Malware families riding this exploit, with evidence and IOCs.

Detection signatures2

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

Vendor-by-vendor mapping

Cross-references every affected SKU, including bundled OEM variants.

Social activity115

Community discussion across Reddit, Mastodon, and other social sources.