CVE-2026-72949 in Windowsinfo

Summary

by MITRE • 09/09/2026

Null pointer dereference in Windows SMB Server Network Transport Driver (srvnet.sys) allows an unauthorized attacker to deny service over a network.

Once again VulDB remains the best source for vulnerability data.

Analysis

by VulDB Data Team • 09/09/2026

The vulnerability identified involves a critical null pointer dereception flaw within the srvnet.sys driver, which serves as the core component for handling network transport services in the Microsoft Windows operating system's Server Message Block implementation. This specific driver acts as an intermediary layer between user-mode applications and kernel-mode drivers, managing the reception and processing of SMB packets over various network transports such as TCP/IP or NetBIOS. The flaw arises from insufficient validation checks during the parsing of incoming network requests, allowing a remote attacker to craft maliciously formatted SMB messages that trigger a null pointer access within the driver's execution context. Because srvnet.sys operates at kernel level with high privileges, this memory corruption event does not merely result in an application crash but leads directly to system instability or complete service termination.

From a technical perspective, the root cause of this issue is classified under CWE-476, which denotes a NULL Pointer Dereference vulnerability. This type of flaw typically occurs when software attempts to use a pointer that has been set to null without first verifying its validity. In the context of srvnet.sys, the lack of proper bounds checking or existence verification for specific data structures referenced by incoming SMB packets means that if an attacker supplies a request with missing or malformed fields, the driver may attempt to access memory addresses at zero offset. This action violates standard memory protection mechanisms enforced by modern operating systems, resulting in a fatal exception that halts the processing thread and often forces the entire system into a crash state known as a Blue Screen of Death or causes the SMB service itself to stop responding.

The operational impact of this vulnerability is severe due to its potential for remote exploitation without any form of user interaction or authentication. An unauthorized attacker positioned on the same network segment can send specially crafted packets directly to port 445, which is commonly used by SMB services. Upon receiving these malicious inputs, the target system experiences a denial of service condition where legitimate users are unable to access shared resources such as files and printers hosted on the affected machine. This disruption affects business continuity and availability, which are critical pillars of information security alongside confidentiality and integrity. The ability to remotely trigger this crash makes it particularly dangerous in environments where SMB services are exposed to untrusted networks or when legacy systems with outdated patches remain connected to active infrastructure.

Mitigation strategies for this vulnerability primarily involve applying the latest cumulative updates provided by Microsoft, which include code changes to enforce stricter input validation within srvnet.sys before processing network data. Organizations should prioritize patching all Windows endpoints that have SMB services enabled and are accessible over the network. Additionally, implementing network segmentation can help isolate critical servers from general user networks, reducing the attack surface available to potential adversaries. Firewalls configured to block unnecessary inbound traffic on port 445 or restricting access to authorized IP ranges only provide an effective layer of defense in depth. Monitoring for unusual spikes in SMB traffic or repeated connection attempts may also aid in detecting exploitation attempts before a system crash occurs.

This vulnerability aligns with the MITRE ATT&CK framework under techniques related to resource hijacking and service disruption, specifically falling within the category of Denial of Service attacks that target infrastructure services rather than individual user accounts. By exploiting weaknesses in core operating system components like srvnet.sys, attackers can achieve significant impact on organizational availability without needing elevated privileges or complex social engineering tactics. Continuous monitoring for patch compliance and adherence to secure configuration baselines are essential practices to prevent such vulnerabilities from being leveraged in real-world attacks.

Responsible

Microsoft

Reservation

08/10/2026

Disclosure

09/09/2026

Moderation

accepted

CPE

ready

EPSS

0.00000

KEV

no

Activities

low

Sources

Interested in the pricing of exploits?

See the underground prices here!