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-35804

CVE-2022-35804: Microsoft Windows 11 SMB RCE Vulnerability

CVE-2022-35804 is a remote code execution vulnerability in Microsoft Windows 11 SMB Client and Server that allows attackers to execute arbitrary code. This article covers technical details, affected versions, and mitigation.

Published: February 18, 2026

CVE-2022-35804 Overview

CVE-2022-35804 is a remote code execution vulnerability affecting the SMB (Server Message Block) Client and Server components in Microsoft Windows 11. This network-accessible vulnerability allows attackers to execute arbitrary code on vulnerable systems, potentially leading to complete system compromise. The vulnerability requires user interaction but can be exploited remotely without authentication, making it a significant threat to enterprise environments utilizing SMB file sharing protocols.

Critical Impact

Successful exploitation enables remote code execution with the potential for complete system compromise, data exfiltration, lateral movement across networks, and ransomware deployment.

Affected Products

  • Microsoft Windows 11 (x64)
  • Microsoft Windows 11 (ARM64)

Discovery Timeline

  • 2022-08-09 - CVE CVE-2022-35804 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2022-35804

Vulnerability Analysis

This vulnerability resides in the SMB Client and Server implementation within Windows 11. SMB is a network file sharing protocol that allows applications to read and write files and request services from server programs in a computer network. The vulnerability affects both the client-side and server-side components, creating multiple attack surfaces.

The flaw can be exploited remotely over the network with low attack complexity. While no prior authentication is required to attempt exploitation, user interaction is necessary for a successful attack. This typically manifests as requiring a user to connect to a malicious SMB server or interact with a specially crafted SMB request.

Upon successful exploitation, an attacker can achieve high impacts to confidentiality, integrity, and availability—effectively gaining control over the target system. This could enable attackers to execute arbitrary code in the context of the affected process, potentially escalating to full system access.

Root Cause

The specific technical root cause has not been publicly disclosed by Microsoft (classified as NVD-CWE-noinfo). However, based on the vulnerability class and SMB protocol complexity, the flaw likely involves improper handling of SMB protocol messages, potentially including buffer management issues, insufficient validation of protocol-specific fields, or improper state handling during SMB session negotiation and data transfer operations.

Attack Vector

The attack vector is network-based, allowing remote exploitation. An attacker could exploit this vulnerability through several methods:

On the server-side: An attacker could send specially crafted SMB packets to a vulnerable Windows 11 system with SMB services enabled, triggering the vulnerability when the malformed packets are processed.

On the client-side: An attacker could host a malicious SMB server and entice a user to connect to it, such as through phishing emails containing UNC paths, malicious links in documents, or through network-level attacks that redirect SMB traffic.

The requirement for user interaction on the client-side creates opportunities for social engineering attacks where users are tricked into clicking links or accessing resources that connect to attacker-controlled infrastructure.

Detection Methods for CVE-2022-35804

Indicators of Compromise

  • Unusual outbound SMB connections to external or unfamiliar IP addresses
  • Unexpected SMB server processes or services on non-server endpoints
  • Anomalous network traffic patterns on ports 445 and 139
  • Crash reports or unexpected terminations of SMB-related services

Detection Strategies

  • Monitor SMB traffic for malformed packet structures or unusual protocol sequences
  • Deploy network intrusion detection signatures for known SMB exploitation patterns
  • Enable Windows Event logging for SMB-related events (Event IDs 551, 552 for SMB session events)
  • Implement endpoint detection rules for anomalous process behavior following SMB activity

Monitoring Recommendations

  • Configure SentinelOne agents to monitor SMB protocol activity and process execution chains
  • Establish baseline metrics for SMB traffic volume and connection patterns within the environment
  • Alert on SMB connections to non-trusted or external destinations from Windows 11 workstations
  • Review logs for failed SMB authentication attempts that may indicate reconnaissance

How to Mitigate CVE-2022-35804

Immediate Actions Required

  • Apply the August 2022 Microsoft security updates to all affected Windows 11 systems immediately
  • Restrict SMB traffic at network perimeters by blocking ports 445 and 139 from untrusted networks
  • Disable SMBv1 if still enabled, as older protocol versions often have additional vulnerabilities
  • Implement network segmentation to limit SMB traffic scope and potential lateral movement

Patch Information

Microsoft has released security patches addressing CVE-2022-35804 as part of the August 2022 Patch Tuesday updates. System administrators should consult the Microsoft CVE-2022-35804 Advisory for detailed patch information and download links. The patches should be deployed to all Windows 11 systems (both x64 and ARM64 architectures) through Windows Update, WSUS, or enterprise patch management solutions.

Workarounds

  • Block outbound SMB connections (port 445) at the firewall for systems that do not require external SMB access
  • Disable the SMB Server service on workstations that do not need to share files via SMB
  • Implement strict network access controls to limit SMB communications to known, trusted internal servers only
  • Use VPN or other secure tunneling for any legitimate remote SMB access requirements
bash
# Disable SMB Server service on Windows 11 workstations
# Run PowerShell as Administrator
Set-Service -Name "LanmanServer" -StartupType Disabled
Stop-Service -Name "LanmanServer" -Force

# Verify SMB Server is disabled
Get-Service -Name "LanmanServer"

# Block outbound SMB via Windows Firewall
New-NetFirewallRule -DisplayName "Block Outbound SMB" -Direction Outbound -LocalPort 445 -Protocol TCP -Action Block

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechWindows

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability13.66%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • NVD-CWE-noinfo
  • Technical References
  • Microsoft CVE-2022-35804 Advisory
  • Related CVEs
  • CVE-2026-31995: Openclaw Command Injection Vulnerability

  • CVE-2026-25190: Windows GDI RCE Vulnerability

  • CVE-2026-25166: Windows System Image Manager RCE Flaw

  • CVE-2026-25173: Windows RRAS RCE Vulnerability
Default Legacy - Prefooter | 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