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

CVE-2026-23448: Linux Kernel Buffer Overflow Vulnerability

CVE-2026-23448 is a buffer overflow vulnerability in the Linux kernel's CDC NCM USB driver that allows out-of-bounds memory reads. This article covers the technical details, affected versions, security impact, and mitigation.

Published: April 10, 2026

CVE-2026-23448 Overview

CVE-2026-23448 is an out-of-bounds read vulnerability in the Linux kernel's cdc_ncm (Communication Device Class Network Control Model) USB driver. The flaw exists in the cdc_ncm_rx_verify_ndp16() function, which incorrectly validates Network Data Pointer (NDP) header boundaries, allowing memory access beyond the allocated socket buffer (skb) when processing malformed USB network packets.

The vulnerability occurs because the bounds check for NDP16 Data Pointer Entries (DPE) fails to account for the ndpoffset value. When an NDP is positioned near the end of a Network Transfer Block (NTB) with a large wNdpIndex, the DPE entries can extend past the skb data buffer while still passing the flawed validation check.

Critical Impact

An attacker with physical access to a USB port or the ability to emulate USB devices could craft malicious NTB packets to trigger out-of-bounds memory reads, potentially leading to information disclosure or system instability.

Affected Products

  • Linux kernel (versions with the vulnerable cdc_ncm driver)
  • Systems using USB CDC NCM network adapters
  • Embedded devices with USB network connectivity

Discovery Timeline

  • 2026-04-03 - CVE CVE-2026-23448 published to NVD
  • 2026-04-07 - Last updated in NVD database

Technical Details for CVE-2026-23448

Vulnerability Analysis

The vulnerability resides in the cdc_ncm_rx_verify_ndp16() function within the Linux kernel's USB CDC NCM driver. This driver is responsible for handling USB network devices that implement the NCM specification, commonly used for high-speed USB Ethernet adapters and mobile broadband devices.

The CDC NCM protocol uses Network Transfer Blocks (NTB) containing Network Data Pointer (NDP) structures to describe the layout of network datagrams. Each NDP16 structure contains a header followed by an array of Data Pointer Entry (DPE) structures that point to individual datagrams within the NTB.

The function performs two critical bounds checks to ensure the NDP structure fits within the received skb buffer. The first check correctly validates that the NDP header fits within the buffer by adding ndpoffset to the structure size. However, the second check—which validates that the DPE array also fits—incorrectly omits ndpoffset, calculating the required space as if the NDP were located at offset zero.

This discrepancy allows a carefully crafted NTB with a high wNdpIndex value (placing the NDP near the end of the buffer) to pass validation even when its DPE entries extend beyond the allocated memory. When cdc_ncm_rx_fixup() subsequently iterates through the DPE array, it reads from out-of-bounds memory locations.

Root Cause

The root cause is a missing offset addition in the bounds validation logic within cdc_ncm_rx_verify_ndp16(). The flawed check calculates the required buffer size for the NDP structure plus DPE array without including ndpoffset, failing to account for where the NDP is actually positioned within the NTB.

Specifically, the problematic code validates:

sizeof(struct usb_cdc_ncm_ndp16) + ret * sizeof(struct usb_cdc_ncm_dpe16) > skb_in->len

When it should validate:

ndpoffset + sizeof(struct usb_cdc_ncm_ndp16) + ret * sizeof(struct usb_cdc_ncm_dpe16) > skb_in->len

Attack Vector

Exploitation of this vulnerability requires the ability to send crafted USB packets to a vulnerable system. This can be achieved through:

  1. Physical USB Access: An attacker with physical access can connect a malicious USB device that emulates a CDC NCM network adapter and sends specially crafted NTB packets.

  2. Compromised USB Peripheral: A previously trusted USB device that has been modified or compromised to send malicious packets.

  3. USB Gadget Mode: On systems that support USB device/gadget mode, a connected host could potentially send malicious packets to the target device.

The attack involves crafting an NTB with a large wNdpIndex value that positions the NDP structure near the end of the legitimate buffer, with DPE entries designed to extend beyond the buffer boundary. When the kernel processes this packet, the out-of-bounds read occurs during DPE array iteration.

Detection Methods for CVE-2026-23448

Indicators of Compromise

  • Kernel log messages indicating USB subsystem errors or memory access violations
  • Unexpected kernel panics or system instability when USB network devices are connected
  • Anomalous USB device enumeration patterns in system logs
  • Memory corruption indicators in kernel diagnostic output

Detection Strategies

  • Monitor kernel logs for CDC NCM driver errors using dmesg filtering for cdc_ncm messages
  • Deploy kernel memory sanitizers (KASAN) in development/testing environments to detect out-of-bounds accesses
  • Implement USB device allowlisting to restrict connections to known trusted devices
  • Use USB traffic analysis tools to identify malformed NTB packets with suspicious wNdpIndex values

Monitoring Recommendations

  • Enable kernel audit logging for USB device connection events
  • Monitor for unusual USB device VID/PID combinations that could indicate emulated malicious devices
  • Implement centralized logging for kernel messages related to network subsystem errors
  • Consider deploying endpoint detection solutions that monitor kernel-level activity for anomalous behavior

How to Mitigate CVE-2026-23448

Immediate Actions Required

  • Update to a patched Linux kernel version that includes the fix for CVE-2026-23448
  • Restrict physical access to USB ports on critical systems
  • Disable or unload the cdc_ncm kernel module if USB NCM network devices are not required
  • Implement USB device authorization policies to prevent unauthorized device connections

Patch Information

The Linux kernel maintainers have released patches that correct the bounds checking logic in cdc_ncm_rx_verify_ndp16(). The fix adds ndpoffset to the nframes bounds check and uses struct_size_t() to express the NDP-plus-DPE-array size more clearly.

Multiple commits have been applied across stable kernel branches:

  • Kernel Git Commit 2aa8a4f
  • Kernel Git Commit 403f94d
  • Kernel Git Commit 789204f
  • Kernel Git Commit dce9dda
  • Kernel Git Commit f1c7701

Organizations should apply these patches by updating to the latest stable kernel release for their distribution.

Workarounds

  • Blacklist the cdc_ncm module to prevent it from loading automatically
  • Implement USB port physical security controls in high-security environments
  • Use USBGuard or similar tools to implement device authorization policies
  • Disable USB autoprobing for network class devices via kernel boot parameters
bash
# Configuration example
# Blacklist the cdc_ncm module to disable vulnerable driver
echo "blacklist cdc_ncm" | sudo tee /etc/modprobe.d/blacklist-cdc_ncm.conf

# Unload the module if currently loaded
sudo modprobe -r cdc_ncm

# Verify module is not loaded
lsmod | grep cdc_ncm

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.02%

  • Known ExploitedNo
  • Impact Assessment
  • ConfidentialityNone
  • IntegrityNone
  • AvailabilityNone
  • Technical References
  • Kernel Git Commit 2aa8a4f

  • Kernel Git Commit 403f94d

  • Kernel Git Commit 789204f

  • Kernel Git Commit dce9dda

  • Kernel Git Commit f1c7701
  • Related CVEs
  • CVE-2026-23447: Linux Kernel Buffer Overflow Vulnerability

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

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

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