NTLM Hash Exploit Targets Poland and Romania Days After Patch
Vulnerabilities mentionedAll →
| CVE | Vulnerability | CVSS | EPSS | Flags | Affected | Exposure | Published |
|---|---|---|---|---|---|---|---|
| CVE-2024-43451 | NTLMv2 Hash Disclosure Spoofing Vulnerability in Microsoft Windows CVE-2024-43451 is a flaw in the NTLM authentication implementation of Microsoft Windows that lets an attacker obtain a user's NTLMv2 authentication hash. It requires user interaction: a victim who engages with attacker-supplied content, such as a crafted file or an attacker-controlled file path/URL reference (consistent with the CWE-73 external control of file name weakness), causes Windows to silently initiate an NTLM authentication to a hostile host, leaking the hash. An attacker who captures the hash can crack it offline to recover the user's password or relay it to authenticate (spoof) as that user to other services, enabling credential theft and lateral movement. Any unpatched installation of the listed Windows 10, Windows 11, and Windows Server 2008/2012/2016/2019 versions is exposed, which covers essentially every mainstream Windows estate current in late 2024. Exploitation is confirmed: the flaw was added to CISA's Known Exploited Vulnerabilities catalog on 2024-11-12, researchers have reported Russian-linked attackers using it in phishing campaigns delivering RAT malware, and EPSS assigns an 84.1% probability of exploitation within 30 days, though no public proof-of-concept code is known. Do: Apply Microsoft's November 2024 Patch Tuesday security updates (or later cumulative updates) to all listed Windows 10/11 client and Windows Server versions; the KEV listing makes patching mandatory for US federal agencies. As interim mitigation, block outbound SMB/HTTP NTLM authentication to untrusted destinations (e.g., firewall outbound TCP 445 from endpoints) and, where feasible, restrict NTLM in favor of Kerberos via Group Policy. Hunt for phishing emails containing crafted files and for unexpected outbound authentication attempts from workstations, and rotate credentials for accounts that may have authenticated to untrusted hosts before patching. | 6.5 | 84% | KEV |
| masshundreds of millions of Windows 10/11 endpoints and Windows Server 2008-2019 instances worldwide | |
| CVE-2025-24054 | NTLM Hash Disclosure Spoofing Vulnerability in Microsoft Windows CVE-2025-24054 is a spoofing vulnerability in Microsoft Windows NTLM caused by external control of a file name or path (CWE-73): when Windows processes a file whose name or path points to an attacker-controlled resource, the system is induced to authenticate via NTLM to that destination, disclosing the user's NTLM hash. An unauthorized network attacker triggers the flaw by convincing a user to interact with a crafted file, for example downloading or opening a malicious file, which sends NTLM credentials to a host of the attacker's choosing. With the captured NTLM hash, the attacker can attempt relay or offline cracking to spoof and impersonate the user on the network; no privileges are required, but user interaction is needed (CVSS 3.1: 5.4, medium). Any unpatched Windows 10 (1507 through 22H2), Windows 11 (22H2 through 24H2), or Windows Server 2008, 2012, 2016, or 2019 system in environments that use NTLM authentication is affected. The flaw is being actively exploited: CISA added it to the KEV catalog on 2025-04-17, EPSS puts the 30-day exploitation probability at about 59% (99th percentile), public proof-of-concept exploits exist, and multiple attack campaigns have been reported, including targeting of organizations in Poland and Romania shortly after the patch became available. Do: Apply Microsoft's April 2025 security updates across all listed Windows 10, Windows 11, and Windows Server releases and confirm updated builds through patch-management reporting; the flaw was added to CISA's KEV on 2025-04-17, so federal agencies must patch per BOD 22-01 deadlines or apply vendor mitigations. As interim mitigation, restrict outbound NTLM authentication (for example by blocking outbound TCP 445/139 to untrusted hosts, enforcing SMB signing, or removing NTLM where feasible) and hunt for anomalous outbound NTLM authentication following user file downloads or opening of untrusted shortcut files. | 5.4 | 59% | KEV PoC ×3 |
| masshundreds of millions of Windows devices (desktops and servers on the affected Windows 10, Windows 11, and Windows Server releases with NTLM in use) | |
| CVE-2025-24071 | Windows File Explorer Spoofing Vulnerability Exposes Authentication Credentials CVE-2025-24071 is an information-exposure/spoofing flaw (CWE-200) in Windows File Explorer in which Explorer can be induced to send the user's sensitive authentication material - an NTLM credential hash, per the related Windows NTLM reporting - to an attacker-controlled resource over the network. Because the attack vector is network-based but requires user interaction (CVSS AV:N/UI:R, no privileges needed), a typical attack lures a user into viewing or opening a crafted file or remote location in File Explorer, at which point Windows automatically authenticates to the attacker's endpoint. The attacker gains high-value confidential data - the user's credential hash - which can be cracked offline or relayed to spoof/impersonate the user, with no direct integrity or availability impact. Essentially every unpatched Windows deployment is exposed: Windows 10 (1507, 1607, 1809), Windows 11 (23H2, 24H2), and Windows Server 2012 through 2025 all ship File Explorer. The flaw is not yet in CISA KEV and has one public PoC/detection reference, but the sibling Windows NTLM flaw CVE-2025-24054 has already been exploited in the wild in campaigns (including targets in Poland and Romania days after patching) attributed to EncryptHub, and this CVE's EPSS of 24.6% (98th percentile) signals elevated near-term exploitation risk. Do: Apply Microsoft's latest cumulative Windows security updates on all affected Windows 10, Windows 11, and Windows Server hosts - Microsoft fixed this flaw in its March 2025 Patch Tuesday releases - prioritizing servers and user-facing workstations that handle untrusted files. Until patched, block outbound SMB/NTLM to untrusted hosts (e.g., via Windows Defender Firewall) to blunt hash-leak/spoofing attempts and avoid opening or previewing untrusted files and remote locations in File Explorer. Given that the closely related NTLM flaw CVE-2025-24054 was exploited in the wild by the actor Microsoft attributes to EncryptHub soon after patching, monitor for abnormal outbound NTLM/SMB connections and treat this CVE as a likely near-term target. | 6.5 | 23% | PoC ×2 |
| mass~1 billion+ Windows devices (unpatched share of the ~1.4B-device global Windows install base; File Explorer is present on all listed desktop and GUI-based… |
Full article417 words · extracted from infosecurity-magazine.com · click to collapse
A vulnerability allowing attackers to leak NTLM authentication hashes with minimal user interaction has been actively exploited just days after Microsoft released a patch.
The flaw, tracked as CVE-2025-24054, affects Windows systems and can be triggered using a specially crafted .library-ms file.
Once a user interacts with the file – even by simply navigating to its folder – Windows initiates an SMB authentication request, leaking the NTLMv2-SSP hash to an attacker-controlled server.
Exploit Active Before Patch Adoption
Although Microsoft issued a fix for the issue on March 11 2025, threat actors began exploiting it in the wild by March 19.
Within days, researchers observed a coordinated campaign targeting institutions in Poland and Romania.
The attackers delivered malicious .library-ms files via Dropbox links embedded in phishing emails. These files, once downloaded and extracted, triggered NTLM hash leakage without the need for the user to open or execute anything.
“Microsoft’s patch documentation indicated that the vulnerability could even be triggered with minimal user interaction, such as right-clicking, dragging and dropping, or simply navigating to the folder containing the malicious file,” Check Point Research said.
“This exploit appears to be a variant of a previously patched vulnerability, CVE-2024-43451, as both share several similarities.”
Widespread Campaign Activity
The first known campaign exploiting this vulnerability occurred around March 20-21, using an archive named xd.zip. This archive contained four malicious files designed to harvest NTLMv2 hashes:
- xd.library-ms – triggering CVE-2025-24054 to leak NTLMv2 hashes
- xd.url – linked to CVE-2024-43451 and exploited via UNC path
- xd.website – using UNC references to initiate SMB connections
- xd.lnk – a shortcut triggering SMB-based hash leakage
Read more on NTLM relay attacks and their risks: TA577 Exploits NTLM Authentication Vulnerability
SMB servers receiving the stolen credentials were located in Russia, Bulgaria, the Netherlands, Australia and Turkey.
One such server, associated with IP address 159.196.128[.]120, had previously been flagged by cybersecurity firm HarfangLab in connection to APT28 (Fancy Bear), though no direct attribution has been confirmed for this campaign.
In the days that followed, Check Point Research identified approximately 10 additional campaigns, with one particularly concerning wave observed by March 25.
This campaign differed by delivering unarchived .library-ms files, which triggered NTLM hash leaks through minimal user interaction – sometimes just by navigating to the containing folder.
This minimal interaction requirement elevates the threat level, particularly for systems without SMB signing or NTLM relay protections.
Microsoft acknowledged the severity of the flaw and released a security patch on March 11, initially cataloged as CVE-2025-24071, later corrected to CVE-2025-24054.
Text extracted automatically; images, tables and formatting may be missing. Original: https://www.infosecurity-magazine.com/news/ntlm-hash-exploit-targets-poland/