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

CVE-2023-6536: Linux Kernel NVMe Driver DoS Vulnerability

CVE-2023-6536 is a denial of service flaw in the Linux Kernel's NVMe driver that allows attackers to trigger kernel panic via crafted TCP packets. This article covers the technical details, affected versions, and mitigations.

Published: February 11, 2026

CVE-2023-6536 Overview

A critical NULL pointer dereference vulnerability has been discovered in the Linux kernel's NVMe (Non-Volatile Memory Express) driver. This flaw exists within the NVMe over TCP implementation and allows an unauthenticated remote attacker to send specially crafted TCP packets that trigger a NULL pointer dereference condition in the NVMe driver. Successful exploitation results in a kernel panic, leading to a complete denial of service condition on affected systems.

This vulnerability is particularly concerning for enterprise environments utilizing NVMe over Fabrics (NVMe-oF) with TCP transport, which is commonly deployed in high-performance storage architectures, data centers, and cloud infrastructure.

Critical Impact

Remote unauthenticated attackers can crash affected Linux systems by sending malicious TCP packets to NVMe-oF services, causing kernel panic and complete system unavailability.

Affected Products

  • Linux Kernel (multiple versions)
  • Red Hat Enterprise Linux 8.0 and 9.0
  • Red Hat Enterprise Linux EUS 8.6 and 9.2
  • Red Hat Enterprise Linux for Real Time 9.2
  • Red Hat Enterprise Linux for Real Time for NFV 9.2
  • Red Hat Enterprise Linux Server AUS 8.6 and 9.2
  • Red Hat Enterprise Linux Server TUS 8.6
  • Red Hat CodeReady Linux Builder EUS (8.6, 9.2)
  • Red Hat Virtualization Host 4.0
  • Debian Linux 10.0

Discovery Timeline

  • 2024-02-07 - CVE-2023-6536 published to NVD
  • 2025-11-04 - Last updated in NVD database

Technical Details for CVE-2023-6536

Vulnerability Analysis

This vulnerability (CWE-476: NULL Pointer Dereference) resides in the Linux kernel's NVMe driver, specifically in the code path handling NVMe over TCP (NVMe/TCP) connections. The flaw allows a remote attacker without authentication to exploit improper handling of TCP packet sequences, resulting in a NULL pointer being dereferenced within the kernel.

When the NVMe driver processes certain malformed or unexpected TCP packet sequences, it fails to properly validate pointer references before use. This results in the kernel attempting to access memory at address NULL (0x0), which is protected memory in most operating systems, immediately triggering a kernel panic.

The network-accessible nature of this vulnerability significantly increases its risk profile. Any system exposing NVMe-oF TCP services to an untrusted network segment is potentially vulnerable. The attack requires no authentication and no user interaction, making it highly exploitable in environments where NVMe/TCP ports are accessible.

Root Cause

The root cause is improper NULL pointer validation in the NVMe over TCP driver code path. When processing specific TCP packet sequences, the driver fails to verify that required data structures have been properly initialized before dereferencing pointers to them. This oversight allows an attacker to manipulate the state of the NVMe/TCP connection in a way that causes the driver to attempt operations on uninitialized or deallocated memory structures.

Attack Vector

The attack is conducted remotely over the network by sending crafted TCP packets to a system running NVMe over TCP services. The attacker does not require any authentication or prior access to the target system. The attack flow involves:

  1. Identifying a target system with NVMe over TCP services exposed (typically port 4420 or custom configured ports)
  2. Establishing or manipulating TCP connections to the NVMe/TCP service
  3. Sending a sequence of specially crafted TCP packets designed to trigger the NULL pointer dereference
  4. The kernel panics upon attempting to dereference the NULL pointer, causing immediate system crash

The vulnerability manifests when the NVMe driver processes malformed TCP packet sequences that exploit the missing validation checks. The exact exploitation mechanism involves crafting TCP packets that cause the driver to reach a code path where it assumes certain data structures are initialized when they are not. Technical details are available in the Red Hat Bugzilla Report #2254052 and Red Hat CVE-2023-6536 Details.

Detection Methods for CVE-2023-6536

Indicators of Compromise

  • Unexpected kernel panics with stack traces referencing NVMe driver functions
  • System crash dumps showing NULL pointer dereference in nvme_tcp_* functions
  • Unusual TCP traffic patterns to NVMe-oF ports (default 4420)
  • Multiple failed NVMe/TCP connection attempts from external sources

Detection Strategies

  • Monitor kernel logs (dmesg, /var/log/kern.log) for NULL pointer dereference errors related to NVMe subsystem
  • Implement network intrusion detection rules for anomalous traffic to NVMe/TCP ports
  • Deploy kernel-level monitoring to detect crash events with NVMe driver involvement
  • Use SentinelOne's Singularity platform for real-time kernel-level threat detection and behavioral analysis

Monitoring Recommendations

  • Enable kernel crash dump collection (kdump) to capture forensic data from exploitation attempts
  • Implement rate limiting and connection monitoring on NVMe/TCP service ports
  • Configure alerting for unexpected system reboots or kernel panics on systems running NVMe-oF services
  • Monitor for reconnaissance activity targeting NVMe/TCP ports across the network perimeter

How to Mitigate CVE-2023-6536

Immediate Actions Required

  • Apply vendor-provided kernel patches immediately to all affected systems
  • Restrict network access to NVMe/TCP services using firewall rules; limit exposure to trusted networks only
  • Consider temporarily disabling NVMe over TCP if not critical to operations until patches are applied
  • Implement network segmentation to isolate NVMe-oF infrastructure from untrusted network segments

Patch Information

Multiple vendors have released security patches addressing this vulnerability. Red Hat has published several security advisories including RHSA-2024:0723, RHSA-2024:0724, RHSA-2024:0725, RHSA-2024:0881, RHSA-2024:0897, RHSA-2024:1248, RHSA-2024:2094, and RHSA-2024:3810. Debian users should refer to the Debian LTS Announcement. NetApp has also published Security Advisory NTAP-20240415-0001.

Workarounds

  • Restrict access to NVMe/TCP ports (default 4420) using firewall rules (iptables, firewalld, or security groups)
  • Disable NVMe over TCP kernel module (nvme-tcp) if not actively required: modprobe -r nvme_tcp
  • Implement strict network ACLs to allow only authorized initiators to connect to NVMe-oF targets
  • Deploy network-level intrusion prevention systems (IPS) to filter malicious traffic patterns
bash
# Restrict NVMe/TCP access to trusted networks only
iptables -A INPUT -p tcp --dport 4420 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 4420 -j DROP

# Disable NVMe over TCP module if not in use
modprobe -r nvme_tcp
echo "blacklist nvme_tcp" >> /etc/modprobe.d/blacklist-nvme-tcp.conf

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.5

  • EPSS Probability0.02%

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

  • Red Hat Security Advisory RHSA-2024:3810

  • Red Hat CVE-2023-6536 Details

  • Red Hat Bugzilla Report #2254052

  • Debian LTS Announcement June 2024

  • Fedora Package Announcement

  • NetApp Security Advisory NTAP-20240415-0001
  • Related CVEs
  • CVE-2026-31739: Linux Kernel Tegra Crypto DoS Vulnerability

  • CVE-2026-43054: Linux Kernel tcm_loop DOS Vulnerability

  • CVE-2026-31736: Linux Kernel MTK PPE DoS Vulnerability

  • CVE-2026-31727: Linux Kernel USB Gadget 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