The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2022-32230

CVE-2022-32230: Windows SMBv3 DoS Vulnerability

CVE-2022-32230 is a denial of service flaw in Microsoft Windows SMBv3 that causes system crashes via null pointer dereference. This post covers the technical details, affected Windows 10 versions, and mitigation steps.

Published: February 18, 2026

CVE-2022-32230 Overview

Microsoft Windows SMBv3 suffers from a null pointer dereference vulnerability in versions of Windows prior to the April 2022 patch set. By sending a malformed FileNormalizedNameInformation SMBv3 request over a named pipe, an attacker can cause a Blue Screen of Death (BSOD) crash of the Windows kernel. For most systems, this attack requires authentication, except in the special case of Windows Domain Controllers, where unauthenticated users can always open named pipes as long as they can establish an SMB session. Typically, after the BSOD, the victim SMBv3 server will reboot.

Critical Impact

This vulnerability enables remote denial of service attacks against Windows systems, causing system crashes and forced reboots. Windows Domain Controllers are particularly at risk as they can be targeted without authentication.

Affected Products

  • Microsoft Windows 10 (versions 20H2, 21H1, 21H2, 1809)
  • Microsoft Windows 11
  • Microsoft Windows Server 2019

Discovery Timeline

  • 2022-06-14 - CVE-2022-32230 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2022-32230

Vulnerability Analysis

This vulnerability is classified as CWE-476 (Null Pointer Dereference), a memory corruption flaw that occurs when the Windows SMBv3 driver attempts to dereference a null pointer during the processing of specially crafted network requests. The flaw resides in how the SMBv3 implementation handles FileNormalizedNameInformation queries sent over named pipes.

When a malformed request is received, the kernel fails to properly validate the pointer before dereferencing it, leading to an unrecoverable kernel exception. This results in an immediate Blue Screen of Death (BSOD), forcing the affected system to reboot. The attack is network-accessible and requires no user interaction, making it particularly dangerous for exposed SMB services.

Root Cause

The root cause of this vulnerability is improper pointer validation in the Windows SMBv3 kernel driver. When processing FileNormalizedNameInformation requests over named pipes, the driver fails to check whether a pointer is null before attempting to access the memory location it references. This missing null check allows attackers to trigger a kernel crash by sending specially crafted SMBv3 packets that cause the vulnerable code path to attempt dereferencing an invalid memory address.

Attack Vector

The attack is delivered over the network via SMBv3 protocol. An attacker must be able to establish an SMB session with the target system. For standard Windows systems, this typically requires valid authentication credentials. However, Windows Domain Controllers present an elevated risk because unauthenticated users can open named pipes as long as they can establish an initial SMB session, making them vulnerable to unauthenticated denial of service attacks.

The attack flow involves:

  1. Establishing an SMB session with the target server
  2. Opening a named pipe connection
  3. Sending a malformed FileNormalizedNameInformation request
  4. The Windows kernel crashes with a BSOD due to the null pointer dereference
  5. The system automatically reboots, causing service disruption

A Metasploit module has been developed for this vulnerability. For technical details, see the GitHub Metasploit Module.

Detection Methods for CVE-2022-32230

Indicators of Compromise

  • Unexpected system crashes with BSOD referencing SMB-related kernel drivers
  • Abnormal SMBv3 traffic patterns targeting named pipes with FileNormalizedNameInformation queries
  • Windows Event Log entries showing kernel crashes (Event ID 41, 1001) with SMBv3-related crash dumps
  • Repeated system reboots without apparent cause on exposed SMB servers

Detection Strategies

  • Monitor for anomalous SMBv3 traffic, particularly requests containing malformed FileNormalizedNameInformation queries
  • Implement network intrusion detection rules to identify exploit attempts targeting SMBv3 named pipe operations
  • Deploy endpoint detection and response (EDR) solutions capable of detecting kernel-level anomalies and crash patterns
  • Analyze crash dumps for null pointer dereference exceptions in SMBv3-related kernel code

Monitoring Recommendations

  • Enable detailed Windows Event logging for SMB server activity and system crashes
  • Configure SIEM alerts for patterns of repeated system reboots on critical infrastructure, especially Domain Controllers
  • Implement network flow analysis to detect unusual SMBv3 traffic patterns from external or untrusted sources
  • Monitor for exploitation framework signatures such as the Metasploit module targeting this vulnerability

How to Mitigate CVE-2022-32230

Immediate Actions Required

  • Apply the Microsoft security updates released in April/May 2022 immediately to all affected systems
  • Prioritize patching Windows Domain Controllers as they are vulnerable to unauthenticated attacks
  • Restrict SMB access to trusted networks only using firewall rules (block port 445 from untrusted sources)
  • Review network segmentation to limit exposure of SMB services to the internet

Patch Information

Microsoft has released security updates to address this vulnerability. The fix was included in the April 2022 cumulative updates. For detailed patch information, refer to:

  • Microsoft Update Guide CVE-2022-32230
  • Microsoft KB5013942 Update (OS Builds 19042.1706, 19043.1706, and 19044.1706)

For additional analysis, see the Rapid7 Blog Analysis.

Workarounds

  • Block SMBv3 traffic (TCP port 445) at the network perimeter to prevent external exploitation
  • Implement network segmentation to isolate critical SMB servers from untrusted network segments
  • Disable SMBv3 on systems where it is not required (note: this may impact functionality)
  • Configure Windows Firewall to restrict SMB access to specific trusted IP addresses only
bash
# Windows Firewall configuration to restrict SMB access
netsh advfirewall firewall add rule name="Block SMB Inbound" dir=in action=block protocol=tcp localport=445

# Allow SMB only from trusted subnet (example: 10.0.0.0/24)
netsh advfirewall firewall add rule name="Allow SMB Trusted" dir=in action=allow protocol=tcp localport=445 remoteip=10.0.0.0/24

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechWindows

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability28.75%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-476
  • Technical References
  • GitHub Metasploit Module

  • Rapid7 Blog Analysis CVE-2022-32230
  • Vendor Resources
  • Microsoft Update Guide CVE-2022-32230

  • Microsoft KB5013942 Update
  • Related CVEs
  • CVE-2026-2636: Windows CLFS.sys Driver DoS Vulnerability

  • CVE-2026-21243: Windows Server 2019 LDAP DOS Vulnerability

  • CVE-2026-20846: Windows 10 1607 GDI+ DoS Vulnerability

  • CVE-2026-21525: Windows 10 1607 DOS Vulnerability
Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English