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

CVE-2026-23112: Linux Kernel Buffer Overflow Vulnerability

CVE-2026-23112 is a buffer overflow flaw in the Linux kernel's nvmet-tcp component that can cause memory corruption. This article covers the technical details, affected versions, security impact, and mitigation.

Published: February 20, 2026

CVE-2026-23112 Overview

CVE-2026-23112 is an out-of-bounds memory access vulnerability in the Linux kernel's NVMe-oF (NVMe over Fabrics) TCP target subsystem. The vulnerability exists in the nvmet_tcp_build_pdu_iovec() function, which fails to properly validate boundaries when building Protocol Data Unit (PDU) I/O vectors. When a PDU length or offset exceeds the scatter-gather count (sg_cnt), the function can walk past the cmd->req.sg array boundaries, leading to the use of invalid sg->length and sg->offset values. This results in General Protection Fault (GPF) crashes and KASAN (Kernel Address Sanitizer) memory access violations during _copy_to_iter() operations.

Critical Impact

This vulnerability can cause kernel crashes and system instability on Linux systems running NVMe-oF TCP targets, potentially leading to denial of service conditions in storage infrastructure environments.

Affected Products

  • Linux Kernel (NVMe-oF TCP target subsystem)
  • Systems running nvmet-tcp kernel module
  • NVMe over Fabrics storage targets using TCP transport

Discovery Timeline

  • 2026-02-13 - CVE CVE-2026-23112 published to NVD
  • 2026-02-13 - Last updated in NVD database

Technical Details for CVE-2026-23112

Vulnerability Analysis

The vulnerability resides in the nvmet_tcp_build_pdu_iovec() function within the NVMe-oF TCP target implementation. This function is responsible for constructing I/O vectors (iovec) from scatter-gather lists for PDU data transfer operations. The core issue is the absence of proper bounds checking when iterating through the scatter-gather entries.

During normal operation, the function traverses the scatter-gather list associated with a command request (cmd->req.sg) to build a bio_vec structure for data transfer. However, when crafted or malformed PDU parameters specify lengths or offsets that exceed the actual number of scatter-gather entries (sg_cnt), the function continues to iterate beyond the valid array boundaries. This leads to reading uninitialized or invalid memory for sg->length and sg->offset values.

When these bogus values are subsequently used in the _copy_to_iter() function, the kernel attempts to access memory at invalid addresses, triggering either a General Protection Fault (GPF) in production systems or a KASAN violation in debug-enabled kernels.

Root Cause

The root cause is missing input validation and boundary checking in nvmet_tcp_build_pdu_iovec(). The function does not verify that:

  1. The sg_idx (scatter-gather index) remains within valid bounds of the scatter-gather array
  2. The remaining entries count is properly validated before array access
  3. The sg->length and sg->offset values are sanity-checked before use in memory operations

The fix introduces guards for sg_idx, remaining entries, and sg->length/sg->offset validation before constructing the bvec structure.

Attack Vector

The attack vector for this vulnerability involves sending specially crafted NVMe-oF TCP PDUs to vulnerable NVMe targets. An attacker with network access to an NVMe-oF TCP target can manipulate PDU parameters to trigger the out-of-bounds memory access condition:

  1. The attacker establishes a connection to the NVMe-oF TCP target
  2. A malicious PDU is constructed with length or offset values designed to exceed the scatter-gather count
  3. When the target processes this PDU, nvmet_tcp_build_pdu_iovec() iterates past array boundaries
  4. The resulting invalid memory access causes a kernel panic or system crash

The vulnerability primarily enables denial of service attacks. While the out-of-bounds read could theoretically leak kernel memory contents, the primary observed behavior is system instability and crashes.

Detection Methods for CVE-2026-23112

Indicators of Compromise

  • Kernel panic messages containing references to nvmet_tcp_build_pdu_iovec or _copy_to_iter in the call stack
  • KASAN reports indicating out-of-bounds access in NVMe-oF TCP target code paths
  • Unexpected crashes or reboots on systems running NVMe-oF TCP target services
  • GPF (General Protection Fault) errors logged in kernel messages related to nvmet-tcp module

Detection Strategies

  • Monitor kernel logs (dmesg, /var/log/kern.log) for GPF or KASAN violations referencing nvmet-tcp functions
  • Deploy KASAN-enabled kernels in staging environments to detect memory access violations
  • Implement network monitoring for anomalous NVMe-oF TCP traffic patterns targeting storage infrastructure
  • Use kernel crash dump analysis tools to identify nvmet-tcp related crashes

Monitoring Recommendations

  • Enable kernel crash dumps (kdump) to capture diagnostic information when crashes occur
  • Configure alerting for unexpected NVMe-oF target service restarts or kernel panics
  • Monitor system stability metrics for servers running nvmet-tcp workloads
  • Review NVMe-oF connection logs for unusual client behavior or malformed requests

How to Mitigate CVE-2026-23112

Immediate Actions Required

  • Apply the available kernel patches from the Linux kernel stable tree
  • Restrict network access to NVMe-oF TCP target ports (typically port 4420) to trusted clients only
  • Consider temporarily disabling nvmet-tcp module on non-critical systems until patching is complete
  • Implement network segmentation to isolate NVMe-oF storage traffic from untrusted networks

Patch Information

Multiple patch commits are available in the Linux kernel stable tree to address this vulnerability. The fixes add proper bounds checking in nvmet_tcp_build_pdu_iovec() to guard sg_idx, remaining entries, and sg->length/sg->offset values before building the bvec structure.

Available Patch Commits:

  • Commit 043b4307a99f
  • Commit 1385be357e8a
  • Commit 19672ae68d52
  • Commit 42afe8ed8ad2
  • Commit 52a0a9854934
  • Commit ab200d71553b
  • Commit dca1a6ba0da9

Workarounds

  • Implement firewall rules to restrict access to NVMe-oF TCP target ports from untrusted networks
  • Use network-level authentication and encryption (IPsec) for NVMe-oF TCP connections
  • Disable the nvmet-tcp kernel module if NVMe-oF TCP functionality is not required
  • Deploy intrusion detection systems to monitor for exploit attempts targeting NVMe-oF services
bash
# Restrict NVMe-oF TCP access using iptables
iptables -A INPUT -p tcp --dport 4420 -s <trusted_network>/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 4420 -j DROP

# Unload nvmet-tcp module if not in use
modprobe -r nvmet-tcp
echo "blacklist nvmet-tcp" >> /etc/modprobe.d/blacklist-nvmet.conf

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechLinux Kernel

  • SeverityNONE

  • CVSS ScoreN/A

  • EPSS Probability0.03%

  • Known ExploitedNo
  • Impact Assessment
  • ConfidentialityNone
  • IntegrityNone
  • AvailabilityNone
  • Technical References
  • Kernel.org Commit Log

  • Kernel.org Commit Log

  • Kernel.org Commit Log

  • Kernel.org Commit Log

  • Kernel.org Commit Log

  • Kernel.org Commit Log

  • Kernel.org Commit Log
  • Related CVEs
  • CVE-2026-31449: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-31512: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-31438: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-31450: Linux Kernel Buffer Overflow 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