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
    • 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-6610

CVE-2023-6610: Linux Kernel Information Disclosure Flaw

CVE-2023-6610 is an out-of-bounds read vulnerability in the Linux Kernel's SMB client that enables local attackers to crash systems or leak kernel information. This article covers technical details, affected versions, and mitigations.

Published: February 4, 2026

CVE-2023-6610 Overview

An out-of-bounds read vulnerability was discovered in the Linux Kernel's SMB client implementation, specifically within the smb2_dump_detail function located in fs/smb/client/smb2ops.c. This flaw allows a local attacker with low privileges to read memory beyond allocated buffer boundaries, potentially causing system crashes or exposing sensitive kernel memory contents. The vulnerability affects systems utilizing SMB/CIFS file sharing functionality and represents a significant security concern for enterprise Linux deployments.

Critical Impact

Local attackers can exploit this out-of-bounds read to crash the system (denial of service) or leak sensitive kernel information that could facilitate further attacks.

Affected Products

  • Linux Kernel (all affected versions)
  • Red Hat Enterprise Linux 8.0
  • Red Hat Enterprise Linux 9.0

Discovery Timeline

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

Technical Details for CVE-2023-6610

Vulnerability Analysis

This vulnerability is classified as CWE-125 (Out-of-Bounds Read), a memory safety issue that occurs when the smb2_dump_detail function accesses memory locations outside the intended buffer boundaries. The flaw resides in the SMB2 client operations code, which handles the parsing and processing of SMB protocol responses.

The vulnerability requires local access to exploit, meaning an attacker must have the ability to execute code on the target system. Once triggered, the out-of-bounds read can expose adjacent kernel memory contents, potentially revealing sensitive information such as kernel addresses, cryptographic material, or data from other processes. Additionally, reading invalid memory regions can cause kernel panics, resulting in system crashes and service disruption.

The impact is twofold: confidentiality is compromised through potential information disclosure, and availability is threatened through denial of service conditions. While no integrity impact is associated with this read-only vulnerability, the leaked information could enable more sophisticated follow-up attacks.

Root Cause

The root cause stems from insufficient bounds checking in the smb2_dump_detail function when processing SMB2 protocol data. The function fails to properly validate buffer lengths before accessing memory, allowing reads past the allocated buffer boundaries. This is a classic example of improper input validation in kernel-space code where malformed or crafted SMB responses can trigger the vulnerable code path.

Attack Vector

Exploitation requires local access with low privileges. An attacker could trigger the vulnerability by:

  1. Mounting a malicious SMB share or interacting with a compromised SMB server
  2. Sending specially crafted SMB2 responses that cause the kernel client to mishandle buffer lengths
  3. The smb2_dump_detail function processes the malformed response without proper bounds checking
  4. The out-of-bounds read either leaks kernel memory or causes a crash

The vulnerability is particularly concerning in multi-tenant environments where local users might attempt to escalate privileges or extract sensitive information from kernel memory.

Detection Methods for CVE-2023-6610

Indicators of Compromise

  • Unexpected kernel panics or crashes related to SMB/CIFS subsystem operations
  • Abnormal memory access patterns in kernel logs associated with smb2ops.c
  • System instability when interacting with SMB file shares
  • Kernel oops messages referencing the SMB client code path

Detection Strategies

  • Monitor kernel logs (dmesg, /var/log/messages) for out-of-bounds access warnings or SMB-related crashes
  • Implement kernel auditing to track SMB mount operations and client activities
  • Deploy endpoint detection solutions capable of identifying kernel memory access anomalies
  • Use SentinelOne's Singularity platform to detect and respond to exploitation attempts targeting kernel vulnerabilities

Monitoring Recommendations

  • Enable verbose logging for CIFS/SMB client operations to identify suspicious activity
  • Configure alerting for unexpected kernel crashes or restarts
  • Monitor network traffic for connections to untrusted SMB servers
  • Implement file integrity monitoring on critical system files and kernel modules

How to Mitigate CVE-2023-6610

Immediate Actions Required

  • Apply the latest kernel security patches from your distribution vendor immediately
  • Limit SMB mount operations to trusted servers only through network policies
  • Restrict local user access to systems where SMB functionality is critical
  • Consider disabling unnecessary SMB client functionality if not required for operations

Patch Information

Multiple security advisories have been released to address this vulnerability:

  • Red Hat Security Advisory RHSA-2024:0723
  • Red Hat Security Advisory RHSA-2024:0724
  • 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:1248
  • Red Hat Security Advisory RHSA-2024:1404
  • Red Hat Security Advisory RHSA-2024:2094

For additional technical details, refer to Kernel Bugzilla Report #218219 and Red Hat Bugzilla Report #2253614.

Workarounds

  • Restrict access to SMB mounts through firewall rules and network segmentation
  • Disable the CIFS/SMB kernel module if file sharing functionality is not required: modprobe -r cifs
  • Implement strict access controls limiting which users can mount SMB shares
  • Use network isolation to prevent connections to untrusted SMB servers
bash
# Disable CIFS kernel module if not needed
sudo modprobe -r cifs

# Prevent automatic loading of CIFS module
echo "install cifs /bin/false" | sudo tee /etc/modprobe.d/disable-cifs.conf

# Apply kernel updates on Red Hat-based systems
sudo yum update kernel

# Apply kernel updates on Debian-based systems
sudo apt update && sudo apt upgrade linux-image-*

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • 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:0724

  • 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:1248

  • Red Hat Security Advisory RHSA-2024:1404

  • Red Hat Security Advisory RHSA-2024:2094

  • Red Hat CVE-2023-6610 Details

  • Kernel Bugzilla Report #218219

  • Red Hat Bugzilla Report #2253614
  • Related CVEs
  • CVE-2026-31428: Linux Kernel Information Disclosure Flaw

  • CVE-2026-23430: Linux Kernel Memory Leak Vulnerability

  • CVE-2026-23465: Linux Kernel Btrfs Logging Vulnerability

  • CVE-2026-23421: Linux 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