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-2026-4652

CVE-2026-4652: NVMe/TCP Target DoS Vulnerability

CVE-2026-4652 is a denial of service flaw in NVMe/TCP targets that allows remote attackers to trigger kernel panics via malformed CONNECT commands. This article covers technical details, impact, and mitigation.

Published: March 27, 2026

CVE-2026-4652 Overview

CVE-2026-4652 is a Denial of Service vulnerability affecting systems that expose an NVMe/TCP target. A remote, unauthenticated attacker can trigger a kernel panic by sending a specially crafted CONNECT command for an I/O queue containing a bogus or stale Controller ID (CNTLID). This results in a Null Pointer Dereference condition that crashes the target system.

The vulnerability stems from improper validation of the CNTLID field in incoming NVMe-oF (NVMe over Fabrics) CONNECT requests. When the NVMe/TCP subsystem receives a connection request with an invalid controller identifier, it fails to properly handle the error condition, leading to a null pointer dereference in kernel space.

Critical Impact

Remote unauthenticated attackers can cause immediate kernel panic and system crash on any exposed NVMe/TCP target, resulting in complete service disruption.

Affected Products

  • FreeBSD systems with NVMe/TCP target functionality enabled
  • Systems exposing NVMe-oF (NVMe over Fabrics) targets via TCP
  • Storage infrastructure utilizing NVMe/TCP for remote storage access

Discovery Timeline

  • 2026-03-26 - CVE CVE-2026-4652 published to NVD
  • 2026-03-26 - Last updated in NVD database

Technical Details for CVE-2026-4652

Vulnerability Analysis

This vulnerability is classified as CWE-476 (NULL Pointer Dereference). The flaw exists in the NVMe/TCP target implementation's handling of CONNECT commands. When a remote client initiates an I/O queue connection, it must provide a valid Controller ID (CNTLID) that references an existing administrative connection. The vulnerable code path fails to verify the validity of this identifier before dereferencing the associated controller structure.

The attack is particularly dangerous because NVMe/TCP targets are designed to be network-accessible storage endpoints. The protocol operates over standard TCP connections, making exploitation straightforward for any attacker with network access to the target port (typically TCP port 4420).

Root Cause

The root cause is insufficient input validation in the NVMe/TCP target's CONNECT command handler. When processing an I/O queue connection request, the code retrieves the controller structure based on the client-supplied CNTLID without first verifying that the identifier corresponds to a valid, active administrative session. This allows an attacker to supply an arbitrary or stale CNTLID value, causing the kernel to dereference a null or invalid pointer when attempting to access controller state.

Attack Vector

The attack exploits the NVMe-oF TCP transport protocol's connection establishment mechanism. An attacker needs only network connectivity to the NVMe/TCP target service to execute this attack.

The exploitation flow involves:

  1. Establishing a TCP connection to the NVMe/TCP target port
  2. Sending an NVMe-oF CONNECT command specifying QTYPE as I/O queue (rather than Admin queue)
  3. Including a fabricated or stale CNTLID value that does not correspond to any valid controller session
  4. The kernel attempts to look up the controller by CNTLID, receives a null result, and dereferences the null pointer
  5. This triggers an immediate kernel panic, crashing the target system

No authentication is required, and the attack can be repeated indefinitely to maintain denial of service conditions. For technical implementation details, refer to the FreeBSD Security Advisory.

Detection Methods for CVE-2026-4652

Indicators of Compromise

  • Unexpected kernel panics on systems running NVMe/TCP targets with references to NVMe-oF or nvmft in crash dumps
  • Unusual NVMe/TCP connection attempts with invalid or non-existent CNTLID values in protocol logs
  • Repeated TCP connections to NVMe/TCP ports (typically 4420) followed by immediate disconnections
  • System crash logs indicating null pointer dereference in NVMe/TCP kernel modules

Detection Strategies

  • Monitor NVMe/TCP target logs for CONNECT commands with unrecognized or invalid CNTLID values
  • Implement network intrusion detection rules to identify malformed NVMe-oF protocol traffic
  • Deploy kernel crash monitoring to correlate panics with NVMe/TCP subsystem activity
  • Use packet capture on NVMe/TCP ports to analyze connection patterns for anomalies

Monitoring Recommendations

  • Enable detailed logging for NVMe/TCP target services to capture connection metadata
  • Configure automated alerting for kernel panics on systems hosting NVMe/TCP targets
  • Monitor network flows to NVMe/TCP ports for unexpected source addresses or connection patterns
  • Implement baseline monitoring for normal NVMe/TCP traffic patterns to identify deviations

How to Mitigate CVE-2026-4652

Immediate Actions Required

  • Apply the security patch from FreeBSD as described in FreeBSD-SA-26:07.nvmf
  • Restrict network access to NVMe/TCP target ports using firewall rules to trusted clients only
  • Consider temporarily disabling NVMe/TCP target functionality if not critical to operations
  • Implement network segmentation to isolate NVMe/TCP storage infrastructure from untrusted networks

Patch Information

FreeBSD has released a security advisory addressing this vulnerability. System administrators should apply the patch referenced in FreeBSD-SA-26:07.nvmf. The fix adds proper validation of CNTLID values before attempting to dereference the associated controller structure, ensuring that invalid or stale identifiers are rejected with an appropriate error response rather than causing a kernel panic.

Workarounds

  • Implement strict firewall rules to allow NVMe/TCP connections only from known, trusted storage initiators
  • Deploy NVMe/TCP targets behind VPN or other network-layer authentication mechanisms
  • Use network access control lists (ACLs) to restrict access to NVMe/TCP ports at the switch or router level
  • Consider implementing IPsec or other transport-layer security for NVMe/TCP communications to provide authentication
bash
# Example: Restrict NVMe/TCP access using pf firewall (FreeBSD)
# Add to /etc/pf.conf to allow only trusted initiators
pass in on $ext_if proto tcp from { 192.168.10.0/24 } to any port 4420
block in on $ext_if proto tcp to any port 4420

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechNvme

  • 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
  • FreeBSD Security Advisory
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal 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