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-2023-6606

CVE-2023-6606: Linux Kernel SMB Client DoS Vulnerability

CVE-2023-6606 is a denial-of-service flaw in the Linux Kernel's SMB client component that enables local attackers to crash systems or leak kernel data. This article covers technical details, affected versions, and mitigation.

Published: February 11, 2026

CVE-2023-6606 Overview

An out-of-bounds read vulnerability was discovered in the Linux Kernel's SMB client implementation, specifically within the smbCalcSize function located in fs/smb/client/netmisc.c. This vulnerability allows a local attacker with low privileges to read memory beyond the intended boundaries, potentially leading to system crashes (denial of service) or leakage of sensitive kernel information.

Critical Impact

Local attackers can exploit this vulnerability to crash affected systems or extract internal kernel memory contents, potentially exposing sensitive data such as cryptographic keys, credentials, or other privileged information.

Affected Products

  • Linux Kernel versions prior to 6.4 and release candidates 6.4-rc4 through 6.7-rc6
  • Red Hat Enterprise Linux 8.0 and 9.0
  • Red Hat Enterprise Linux EUS 9.2 and 9.4
  • Red Hat Enterprise Linux Server AUS 9.2 and 9.4
  • Red Hat Enterprise Linux Server for Power Little Endian Update Services for SAP Solutions 9.2

Discovery Timeline

  • December 8, 2023 - CVE-2023-6606 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2023-6606

Vulnerability Analysis

This out-of-bounds read vulnerability resides in the SMB (Server Message Block) client subsystem of the Linux Kernel. The flaw occurs within the smbCalcSize function, which is responsible for calculating the size of SMB protocol messages. When processing specially crafted SMB responses, the function fails to properly validate buffer boundaries before reading data.

The vulnerability requires local access to the system, meaning an attacker must have an authenticated session on the affected machine. However, the exploitation does not require user interaction and can be performed with low privileges. A successful exploit results in either confidential kernel memory being disclosed to the attacker or a kernel panic causing the system to crash.

The vulnerability is classified under CWE-125 (Out-of-bounds Read), indicating improper restriction of operations within the bounds of a memory buffer. This class of vulnerabilities is particularly dangerous in kernel space as it can expose sensitive kernel data structures and bypass security boundaries.

Root Cause

The root cause of CVE-2023-6606 lies in insufficient bounds checking within the smbCalcSize function when parsing SMB protocol messages. The function calculates message sizes based on fields within the SMB packet but fails to validate that the calculated offsets and lengths remain within the allocated buffer boundaries. This allows read operations to access memory locations beyond the intended buffer, leading to information disclosure or memory access violations.

Attack Vector

The attack vector is local, requiring the attacker to have valid credentials on the affected system. The attack can be initiated through:

  1. Mounting a malicious SMB share that returns specially crafted responses
  2. Interacting with the kernel's SMB client through privileged system calls
  3. Triggering the vulnerable code path through legitimate SMB operations with manipulated data

The exploitation mechanism involves sending or receiving SMB protocol messages that cause the smbCalcSize function to read beyond buffer boundaries. When the kernel attempts to process these malformed messages, it either crashes due to accessing invalid memory or returns kernel memory contents that can be captured by the attacker.

Detection Methods for CVE-2023-6606

Indicators of Compromise

  • Unexpected kernel panics or system crashes related to SMB/CIFS operations
  • Kernel oops messages referencing smbCalcSize or fs/smb/client/netmisc.c
  • Unusual SMB client activity from unprivileged processes
  • Memory corruption warnings in kernel logs associated with CIFS/SMB subsystem

Detection Strategies

  • Monitor kernel logs (dmesg) for oops or panic messages involving the SMB client subsystem
  • Deploy kernel-level auditing to track SMB mount operations and client activity
  • Use SentinelOne's Singularity platform to detect anomalous kernel behavior and memory access patterns
  • Implement file integrity monitoring on critical kernel modules related to SMB functionality

Monitoring Recommendations

  • Enable kernel auditing for SMB/CIFS-related system calls using auditd
  • Configure centralized log collection to capture kernel messages from all affected systems
  • Deploy endpoint detection and response (EDR) solutions capable of monitoring kernel-level operations
  • Establish baseline behavior for SMB client operations to identify anomalous patterns

How to Mitigate CVE-2023-6606

Immediate Actions Required

  • Update the Linux Kernel to a patched version as soon as available from your distribution
  • Apply vendor-specific security patches from Red Hat, Debian, or other distributions
  • Restrict local user access on affected systems to trusted users only
  • Consider disabling SMB client functionality if not required for business operations

Patch Information

Security patches addressing CVE-2023-6606 have been released by major Linux distributions. Administrators should consult the following advisories for their specific distribution:

  • Red Hat Security Advisory RHSA-2024:0723
  • Red Hat Security Advisory RHSA-2024:0725
  • Red Hat Security Advisory RHSA-2024:0881
  • Red Hat Security Advisory RHSA-2024:1188
  • Debian LTS Announcement January 2024

Additional technical details can be found in Kernel Bug Report #218218 and Red Hat Bug Report #2253611.

Workarounds

  • Disable SMB client support by blacklisting the cifs kernel module if SMB functionality is not required
  • Implement strict network segmentation to limit exposure to potentially malicious SMB servers
  • Use mandatory access control systems (SELinux, AppArmor) to restrict SMB client operations
  • Monitor and audit all SMB mount operations for suspicious activity
bash
# Disable CIFS/SMB client module if not required
echo "blacklist cifs" >> /etc/modprobe.d/blacklist-cifs.conf
echo "install cifs /bin/false" >> /etc/modprobe.d/blacklist-cifs.conf

# Verify module is not loaded
lsmod | grep cifs

# If loaded, remove the module (may require unmounting SMB shares first)
modprobe -r cifs

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechLinux Kernel

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-125
  • Technical References
  • Red Hat Security Advisory RHSA-2024:0723

  • Red Hat Security Advisory RHSA-2024:0725

  • Red Hat Security Advisory RHSA-2024:0881

  • Red Hat Security Advisory RHSA-2024:0897

  • Red Hat Security Advisory RHSA-2024:1188

  • Red Hat Security Advisory RHSA-2024:1248

  • Red Hat Security Advisory RHSA-2024:1404

  • Red Hat Security Advisory RHSA-2024:2094

  • CVE-2023-6606 Security Information

  • Kernel Bug Report #218218

  • Red Hat Bug Report #2253611

  • Debian LTS Announcement January 2024

  • Debian LTS Announcement June 2024
  • Related CVEs
  • CVE-2026-31465: Linux Kernel Writeback DoS Vulnerability

  • CVE-2026-31472: Linux Kernel IPTFS DoS Vulnerability

  • CVE-2026-31451: Linux Kernel ext4 DOS Vulnerability

  • CVE-2026-31448: Linux Kernel ext4 DoS 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