Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • 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-2020-1206

CVE-2020-1206: Windows SMBv3 Information Disclosure Flaw

CVE-2020-1206 is an information disclosure vulnerability in Microsoft Windows SMBv3 protocol that exposes sensitive data through improper request handling. This article covers technical details, affected versions, and mitigations.

Published: March 11, 2026

CVE-2020-1206 Overview

An information disclosure vulnerability exists in the way that the Microsoft Server Message Block 3.1.1 (SMBv3) protocol handles certain requests. This vulnerability, commonly referred to as "SMBleed," allows attackers to read uninitialized kernel memory from both SMB client and server systems remotely over the network without authentication.

Critical Impact

Attackers can exploit this vulnerability to extract sensitive kernel memory contents from Windows systems, potentially exposing credentials, cryptographic keys, and other security-sensitive data stored in kernel memory.

Affected Products

  • Microsoft Windows 10 version 1903
  • Microsoft Windows 10 version 1909
  • Microsoft Windows 10 version 2004
  • Microsoft Windows Server 2016 version 1903
  • Microsoft Windows Server 2016 version 1909
  • Microsoft Windows Server 2016 version 2004

Discovery Timeline

  • 2020-06-09 - CVE-2020-1206 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2020-1206

Vulnerability Analysis

CVE-2020-1206, dubbed "SMBleed," is an Uninitialized Memory Use vulnerability (CWE-908) affecting the SMBv3 protocol implementation in Microsoft Windows. The vulnerability stems from improper handling of memory during SMB3 message decompression, allowing attackers to read uninitialized kernel memory remotely.

The flaw exists in the same SMB compression feature that was affected by the related SMBGhost vulnerability (CVE-2020-0796). When the SMB server or client processes specially crafted compressed messages, it fails to properly initialize certain memory structures before use, leading to information leakage.

This vulnerability can be exploited without authentication, making it particularly dangerous in enterprise environments where SMB services are exposed. The information leaked could include sensitive kernel data such as memory addresses useful for bypassing Address Space Layout Randomization (ASLR), credentials, or cryptographic material.

Root Cause

The root cause of CVE-2020-1206 is the use of uninitialized kernel memory (CWE-908) in the SMBv3 compression handling code. When processing SMB3 messages with compression enabled, the Windows kernel fails to properly initialize memory buffers before returning data to the remote client. This allows portions of kernel memory that were previously used for other purposes to be inadvertently transmitted to an attacker, resulting in information disclosure.

Attack Vector

The attack can be executed remotely over the network without requiring authentication. An attacker can exploit this vulnerability by sending specially crafted compressed SMB3 packets to a vulnerable Windows SMB server (port 445) or by luring a victim to connect to a malicious SMB server. The attack does not require user interaction when targeting servers, and confidentiality impact is significant as kernel memory contents can be exposed.

The vulnerability affects both the SMB client and server components, meaning:

  1. Server-side exploitation: An unauthenticated attacker can send malicious SMB packets to a vulnerable server to leak kernel memory
  2. Client-side exploitation: A malicious server can respond to SMB connections with crafted packets to leak kernel memory from connecting clients

Detection Methods for CVE-2020-1206

Indicators of Compromise

  • Unusual SMB traffic on port 445 with malformed or unexpected compression headers
  • High volume of SMB3 connection attempts from external or unusual source IP addresses
  • SMB traffic containing abnormal OriginalCompressedSegmentSize values in compression headers
  • Endpoint detection alerts for known SMBleed exploitation tools or techniques

Detection Strategies

  • Monitor network traffic for SMB3 connections with anomalous compression parameters
  • Deploy intrusion detection signatures for SMBleed exploitation attempts targeting malformed SMB3 packets
  • Implement behavioral analysis to detect unusual memory access patterns from the srv2.sys driver
  • Enable Windows Event logging for SMB connections and analyze for suspicious patterns

Monitoring Recommendations

  • Enable detailed SMB auditing in Windows Security logs (Event IDs 5140, 5145)
  • Monitor for connections to port 445 from untrusted networks or unexpected sources
  • Implement network segmentation to limit SMB exposure and enable east-west traffic monitoring
  • Deploy endpoint detection and response (EDR) solutions capable of monitoring kernel-level SMB operations

How to Mitigate CVE-2020-1206

Immediate Actions Required

  • Apply Microsoft security update KB4560960 or the appropriate cumulative update for your Windows version immediately
  • Block TCP port 445 at the network perimeter to prevent external exploitation
  • Disable SMBv3 compression as a temporary mitigation if immediate patching is not possible
  • Review network segmentation to ensure SMB services are not exposed to untrusted networks

Patch Information

Microsoft has released security updates to address this vulnerability. The official patch is available through Windows Update and the Microsoft Update Catalog. Refer to the Microsoft Security Advisory for CVE-2020-1206 for specific patch versions and download links for affected Windows versions.

Additional technical analysis and proof-of-concept information is available at Packet Storm's SMBleed advisory.

Workarounds

  • Disable SMBv3 compression using PowerShell: Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters" -Name "DisableCompression" -Type DWORD -Value 1 -Force
  • Block inbound SMB traffic (TCP port 445) at the enterprise firewall for external connections
  • Implement network segmentation to isolate file servers and limit SMB access to trusted internal systems
  • Consider disabling SMBv3 entirely and falling back to SMBv2 in high-security environments where compression is not required
bash
# Disable SMBv3 compression on Windows Server (PowerShell)
Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters" `
    -Name "DisableCompression" `
    -Type DWORD `
    -Value 1 `
    -Force

# Verify the setting was applied
Get-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters" `
    -Name "DisableCompression"

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechWindows

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability39.45%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-908
  • Technical References
  • Packet Storm PoC: SMBleed
  • Vendor Resources
  • Microsoft Security Advisory CVE-2020-1206
  • Related CVEs
  • CVE-2026-0930: wolfSSHd Information Disclosure Vulnerability

  • CVE-2026-33829: Windows Snipping Tool Info Disclosure Flaw

  • CVE-2026-32218: Windows Kernel Information Disclosure

  • CVE-2026-32217: Windows Kernel Information Disclosure Flaw
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