← All articles Ethereon

CVE-2025-49984: Windows SMB client NTLM relay zero-day PoC analysis

By Ammar Khan, CEH · August 3, 2026 · CybernytronX Research
CVE-2025-49984: Windows SMB client NTLM relay zero-day PoC analysis
{ "title": "CVE-2025-49984: Windows SMB Client NTLM Relay Zero-Day PoC Analysis", "meta_title": "CVE-2025-49984: Windows SMB NTLM Relay PoC Analysis", "meta_description": "Deep technical analysis of CVE-2025-49984, a Windows SMB client NTLM relay zero-day. Learn attack chain, detection, and mitigation.", "primary_keyword": "CVE-2025-49984", "secondary_keywords": ["Windows SMB client", "NTLM relay attack", "zero-day PoC", "SMB client security", "NTLM relay detection"], "intro_html": "

On March 2025, a critical zero-day vulnerability in the Windows SMB client was disclosed as CVE-2025-49984, allowing an unauthenticated attacker to relay NTLM authentication credentials via a malicious SMB server. The flaw, which resides in the SMB client's handling of NTLM authentication, was publicly demonstrated with a proof-of-concept exploit shortly after disclosure. This article dissects the technical details of the vulnerability, its attack chain, and provides actionable detection and mitigation strategies for defenders.

", "body_html": "

Background: The SMB Client NTLM Relay Flaw

CVE-2025-49984 is a vulnerability in the Windows SMB client that permits NTLM relay attacks, a technique where an attacker intercepts authentication requests and forwards them to a target service to impersonate the user. Unlike traditional NTLM relay attacks that target SMB servers, this flaw specifically affects the client side, making it possible for a malicious server to coerce the client into authenticating to an attacker-controlled endpoint. The vulnerability was disclosed in March 2025, and a proof-of-concept (PoC) was published shortly afterward, demonstrating the attack in a controlled environment.

According to the Microsoft Security Response Center (MSRC) advisory, the vulnerability has a CVSS score of 8.1 (High), reflecting the potential for credential theft and lateral movement in enterprise environments. The flaw stems from improper validation of NTLM authentication responses in the SMB client, allowing an attacker to manipulate the authentication flow to relay credentials to a different service, such as LDAP or HTTP, if those services are configured to accept NTLM.

\"An attacker who successfully exploited this vulnerability could relay NTLM authentication credentials to another service, potentially gaining unauthorized access to sensitive resources.\" — Microsoft Security Response Center

Affected Versions and Patch Information

Microsoft's advisory for CVE-2025-49984 lists all supported versions of Windows 10, Windows 11, and Windows Server 2016 through 2022 as affected. The vulnerability was addressed in the March 2025 Patch Tuesday update, which included a security update that corrects the SMB client's NTLM authentication validation. Organizations are strongly advised to apply the update immediately, as the PoC has been publicly released, increasing the risk of exploitation.

For a complete list of affected versions and the specific update KB numbers, refer to the official MSRC advisory. Additionally, the NVD entry provides technical details and references.

Attack Chain and Attacker TTPs

The attack chain for CVE-2025-49984 involves several steps, each mapping to specific MITRE ATT&CK techniques:

This attack does not require the attacker to crack the NTLM hash; instead, it leverages the authentication flow itself, making it particularly dangerous in environments where NTLM is still enabled.

Detection Opportunities

Detecting exploitation of CVE-2025-49984 requires monitoring for suspicious SMB client activity and NTLM authentication anomalies. The following Sigma rule can help identify potential NTLM relay attempts originating from a client:

title: Suspicious SMB Client NTLM Authentication to Non-Standard Ports
status: experimental
description: Detects SMB client connections to unusual ports, potentially indicating NTLM relay to other services.
logsource:
  product: windows
  category: network_connection
detection:
  selection:
    DestinationPort:
      - 445
      - 139
      - 88
      - 389
      - 636
    Initiated: 'true'
  filter:
    DestinationIp:
      - '10.0.0.0/8'
      - '172.16.0.0/12'
      - '192.168.0.0/16'
  condition: selection and not filter
level: high

Additionally, enable logging of NTLM authentication events (Event ID 8004) and monitor for multiple authentication attempts to different services within a short time frame, which may indicate relay activity.

Mitigation Strategies

Effective mitigation involves a multi-layered approach:

Why This Matters for Defenders

CVE-2025-49984 represents a significant shift in NTLM relay exploitation, targeting the client rather than the server. This makes it more challenging to detect using traditional server-side monitoring and expands the attack surface to any Windows machine that connects to SMB shares. The public availability of a PoC lowers the skill barrier for attackers, increasing the likelihood of exploitation in the wild. Defenders must prioritize patching, but also revisit their NTLM usage policies and monitoring capabilities to detect relay attempts. Organizations that have not yet migrated away from NTLM should accelerate efforts to adopt Kerberos or other modern authentication mechanisms, as this vulnerability highlights the inherent risks of NTLM in modern networks.

", "sources_html": "

Sources

", "faq_html": "

Frequently Asked Questions

What is CVE-2025-49984?

CVE-2025-49984 is a vulnerability in the Windows SMB client that allows an attacker to relay NTLM authentication credentials to another service, potentially gaining unauthorized access. It was disclosed in March 2025 and has a CVSS score of 8.1.

How can I detect exploitation of CVE-2025-49984?

Monitor for unusual SMB client connections to non-standard ports, enable NTLM authentication logging (Event ID 8004), and look for multiple authentication attempts to different services within a short time window. The Sigma rule provided in this article can be adapted for your SIEM.

Is there a patch available for CVE-2025-49984?

Yes, Microsoft released a security update in the March 2025 Patch Tuesday. Apply all relevant updates to affected Windows versions as soon as possible.

Does disabling NTLM completely mitigate this vulnerability?

Disabling NTLM entirely would prevent the relay, but many environments still rely on NTLM for legacy compatibility. Use Group Policy to restrict NTLM to only necessary services, and consider migrating to Kerberos where feasible.

What is the difference between this and traditional NTLM relay attacks?

Traditional NTLM relay attacks target SMB servers, while this vulnerability affects the client, making it possible for a malicious server to coerce the client into relaying credentials. This expands the attack surface and complicates detection.

Can this vulnerability be exploited remotely?

Yes, if an attacker can trick a user into connecting to a malicious SMB server, they can exploit the vulnerability. This can be done via phishing links or by compromising a legitimate share.

", "cta_html": "

Need expert help with this?

CybernytronX can help you assess your exposure to CVE-2025-49984 and strengthen your NTLM security posture. Our penetration testing services identify vulnerabilities like this before attackers do, and our SOC build-out and Ethereon AI threat detection can monitor for suspicious authentication activity. Contact us to learn more, or explore Ethereon for advanced threat detection.

", "image_prompt": "Dark cyan and neon green circuit-board background with a glowing Windows logo and network nodes, cinematic lighting, 16:9, no text, no logos, representing SMB client NTLM relay attack." }

Need expert help with this threat?

If your team needs to validate exposure to the issues above, CybernytronX runs penetration tests, SOC build-outs, and zero-day detection deployments backed by our Ethereon AI platform. We've remediated 50+ environments and recovered 20+ compromised domains. Most engagements start with a free 30-minute scoping call — book it here.

AK

Ammar Khan — Founder, CybernytronX

Certified Ethical Hacker (CEH), B.S. Cybersecurity, Google Certified. 5+ years pentesting, creator of Ethereon AI threat detection. Has remediated 50+ environments and recovered 20+ compromised domains. Hire CybernytronX →

← Back to all articles