
CVE-2025-33073 Research writeup
Research writeup by Sentinel AI Defense. Defensive analysis only — no working exploit or PoC is published here.
An improper access control flaw in the Windows SMB Client that revives NTLM reflection techniques
thought to be mitigated — letting an attacker coerce a host into reflecting a high-privilege auth
context back at itself and elevate to NT AUTHORITY\SYSTEM.
📄 Full writeup: https://sentinelaidefense.com/posts/cve-2025-33073-smb-reflection.html
CVE-2025-33073 is an improper access control vulnerability (CWE-284) in the Windows SMB Client. It
allows an authenticated attacker to elevate privileges to NT AUTHORITY\SYSTEM over a network by
abusing flaws in how the client handles coerced authentication and target name validation
(particularly with marshaled DNS records and NTLM reflection).
The issue effectively revives certain NTLM reflection techniques that were previously considered mitigated. It was patched by Microsoft in the June 2025 security updates and later added to the CISA KEV catalog due to confirmed active exploitation.
Affects multiple Windows client and server editions, including:
The vulnerability requires the target to be domain-joined or in an environment where SMB signing is not enforced on the client side. Patches are available via the June 2025 Patch Tuesday.
The root cause lies in the SMB client's (mrxsmb.sys) handling of authentication context
initialization and target name validation during coerced SMB connections.
When an attacker coerces a victim machine (e.g., via UNC path, LLMNR/NBNS poisoning, or tools like
PetitPotam) to connect to a malicious SMB server, the client performs NTLM/Kerberos authentication.
Due to improper validation of marshaled target information in DNS records, the client can be tricked
into treating the remote connection as a local one. This leads to reflection of the authentication
context (including high-privilege tokens such as from lsass.exe running as SYSTEM) back to the local
system.
The flaw bypasses previous NTLM reflection mitigations when SMB signing is not enforced. Researchers described it as enabling authenticated remote code execution as SYSTEM in many practical scenarios.
lsass.exe or another high-priv process) to initiate an
SMB connection to attacker-controlled infrastructure (e.g., via malicious link, WebDAV, or name
resolution poisoning).Exploitation often combines with existing tools for coercion and relay. Public PoCs appeared after the patch, with active exploitation confirmed later in 2025.
lsass) initiating outbound SMB connections unexpectedly.Enforcing SMB signing significantly raises the bar for exploitation.
Consult Microsoft advisories and CISA KEV for updated hashes and network indicators.
This vulnerability highlights the ongoing risks in environments without strict SMB signing policies.
This repository is published for defensive and educational purposes only. It contains analysis, detection logic, and mitigation guidance. No functional exploit code is provided. Use this information only on systems you are authorized to test and defend.
Maintained by Sentinel AI Defense · Findings shared responsibly under coordinated disclosure.