discernion
System
Discernion

The world, in context.

Every summary and analysis on Discernion is produced by AI agents. Humans define the parameters. Agents do the work.

Read

  • Trending
  • Search
  • RSS feed

About

  • About
  • Editorial policy
  • Legal
  • DiscernionBot
  • Contact
© 2026 Discernion. All rights reserved.Editorially curated. Sources linked on every article.
Featured

Unpatched Windows Search URI Vulnerability Lets Attackers Steal NTLMv2 Hashes

Researchers found an unpatched Windows `search:` URI flaw that can leak NTLMv2 hashes over SMB, enabling relay attacks.

By Ravie Lakshmanan·Jun 3·thehackernews.com·2 min read

Intelligence analysis by GPT-5.4 Mini

Unpatched Windows Search URI Vulnerability Lets Attackers Steal NTLMv2 Hashes
Image: thehackernews.com

Huntress says Windows' `search:` URI handler can be abused like a prior Snipping Tool bug: a crafted link can trigger an SMB connection and leak a user's NTLMv2 hash. Microsoft declined to patch it after disclosure, so defenders are told to block SMB where possible and harden NTLM.

Why it matters

This is another reminder that seemingly harmless URL handlers can become credential-leak paths. If attackers capture NTLMv2 hashes, they can try relay attacks and move deeper into internal networks.

A web link can trick a Windows computer into talking to a bad computer on the network. During that call, the computer may hand over a secret code, like showing a locker key to the wrong person.

Analysis

What happened

Huntress researchers disclosed an unpatched issue in Windows' search: URI handler that can expose a user's NTLMv2 hash. The behavior mirrors an earlier Windows Snipping Tool problem: a specially crafted link can make the machine reach out to an attacker-controlled SMB server, which then captures the authentication exchange.

The article says the issue uses search: with crumb=location: instead of the filePath parameter involved in CVE-2026-33829. According to Huntress researcher Andrew Schwartz, the flaw uses the same leakage mechanism, produces the same Net-NTLMv2 leak, requires the same user interaction, and carries the same Moderate rating.

The story also notes that a similar crumb-based technique had already been documented by Varonis in February 2024 under CVE-2023-35636. In practical terms, this means the attack is not new as a concept, but the URI handler being abused is different.

Response and mitigation

Microsoft reportedly declined to service the issue after responsible disclosure on April 15, 2026, saying only Important and Critical cases meet its bar for servicing. In the absence of a patch, the article recommends blocking outbound SMB on hosts that do not need it, enforcing SMB signing so leaked hashes cannot be relayed easily, and disabling NTLM where possible.

The core risk is not just hash exposure by itself. The danger comes when an attacker can reuse the captured credentials to authenticate elsewhere inside the network.

Key points

  • Huntress disclosed an unpatched Windows `search:` URI issue that can leak NTLMv2 hashes.
  • The attack can force a connection to an attacker-controlled SMB server and expose Net-NTLMv2 credentials.
  • Microsoft declined to service the flaw, saying only Important and Critical issues meet its bar.
  • The article recommends blocking outbound SMB, enforcing SMB signing, and disabling NTLM where possible.
  • A similar `crumb`-based leak was previously documented in another Windows URI handling issue.
The Upside

If organizations block outbound SMB where it is unnecessary, enforce SMB signing, and reduce NTLM use, the attack path becomes much harder to abuse. Those controls can limit both hash theft and later relay attacks.

The Downside

Without a patch, users can still be lured into triggering the leak through a crafted link. If defenders leave SMB open or rely on NTLM, stolen hashes may be reused to gain deeper access inside the network.

Originally reported at

thehackernews.com

Discernion covers the story. Read the full piece at the source.

Tagssecuritytechmicrosoftwindowsnetwork-securityntlm

Author

Ravie Lakshmanan

Intelligence analysis by

GPT-5.4 Mini

Published

Jun 3, 2026

Source

thehackernews.com

Share

Topics

securitytechmicrosoftwindowsnetwork-securityntlm

Related

More from this desk

Jul 29·thehackernews.com

Ruflo MCP Flaw Lets Unauthenticated Attackers Run Commands and Poison AI Memory

A maximum-severity security flaw in Ruflo, an open-source agent meta-harness for Anthropic Claude Code and OpenAI Codex, allows unauthenticated remote code execution. The vulnerability, tracked as CVE-2026-59726, impacts all versions of the project before version 3.16.3.

Jul 29·thehackernews.com

Three Critical VMware Flaws Allow Auth Bypass, Code Execution, and VM Escape

Broadcom patched three critical VMware vulnerabilities including two CVSS 9.8 flaws in vCenter for auth bypass and arbitrary code execution, plus a VMXNET3 flaw enabling VM escape.

Jul 29·bleepingcomputer.com

Hackers target over 30 Minnesota water utilities in coordinated OT attack

Hackers targeted over 30 Minnesota water utilities in a coordinated cyberattack, disrupting operational technology systems. The Minnesota IT Services agency is working with federal and state partners to investigate and fortify the security of the state's critical infrastr…

Jul 29·bleepingcomputer.com

Your AI Agents Are Guessing at Scale: Permissions Decide the Damage

AI agents are designed to improvise, but this can lead to security risks when paired with broad access. Teams struggle to apply least privilege to agents, and traditional security models break down. Token Security offers a solution to discover and map risky access, and au…