Windows Shell Zero-Click Authentication Coercion / Spoofing Vulnerability
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.
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.
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.
Mitigation
If you can’t patch tonight, do this now.
Remediation
Patch, then assume compromise.
Exploits
2 valid exploits after Mallory filtered fakes, detection scripts, and README-only repos (2 hidden).
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.
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.
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.
Vendor-confirmed product mapping. Mallory continuously reconciles this list against your asset inventory.
Recent activity
131 sources tracked across advisories, community write-ups, and news. New activity surfaces here as Mallory finds it.
A Windows vulnerability caused by an incomplete patch for CVE-2026-21510, exploited as a zero-day in targeted email attack chains.
A Microsoft Windows Shell spoofing vulnerability added by CISA to the KEV catalog.
A Microsoft Windows Shell protection mechanism failure caused by an incomplete patch for CVE-2026-21510. It can trigger automatic SMB connections when rendering a folder containing a malicious LNK file, causing an NTLM authentication handshake and exposing a Net-NTLMv2 hash for potential relay attacks.
A zero-click authentication coercion vulnerability created by deficiencies in the patch for CVE-2026-21510. It can enable credential theft without user interaction.
The version that knows your environment.
Query your assets running an affected version, and investigate the blast radius.
Every observed campaign linking this CVE to a named adversary.
Malware families riding this exploit, with evidence and IOCs.
YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.
Cross-references every affected SKU, including bundled OEM variants.
Community discussion across Reddit, Mastodon, and other social sources.