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

CVE-2026-23365: Linux Kernel Kalmia Driver DOS Vulnerability

CVE-2026-23365 is a denial of service vulnerability in the Linux kernel kalmia USB driver caused by insufficient endpoint validation. This article covers technical details, affected versions, security impact, and mitigation.

Published: March 27, 2026

CVE-2026-23365 Overview

A vulnerability has been discovered in the Linux kernel's kalmia USB network driver due to missing validation of USB endpoints during device probing. The kalmia driver fails to verify that a USB device has the proper number and types of USB endpoints before binding to it. If a malicious USB device presents without the expected URBs (USB Request Blocks), the driver will crash when it blindly attempts to access these non-existent endpoints.

Critical Impact

A malicious USB device can cause a kernel crash, leading to denial of service. Physical access attackers could exploit this to destabilize affected Linux systems.

Affected Products

  • Linux kernel (multiple stable versions affected)
  • Systems using the kalmia USB network driver (net/usb/kalmia.c)
  • Devices utilizing Kalmia-based USB modems

Discovery Timeline

  • 2026-03-25 - CVE CVE-2026-23365 published to NVD
  • 2026-03-25 - Last updated in NVD database

Technical Details for CVE-2026-23365

Vulnerability Analysis

The vulnerability resides in the kalmia driver located in net/usb/kalmia.c, which handles Kalmia-based USB networking devices (typically mobile broadband modems). The driver's probe function fails to perform proper validation of USB endpoints before attempting to use them.

When a USB device is connected, the kernel's USB subsystem calls the driver's probe function to determine if the driver should handle the device. The kalmia driver accepts devices based on their USB vendor/product IDs but does not verify the actual endpoint configuration. This creates a security gap where a malicious device can masquerade as a Kalmia-compatible device but provide an unexpected or incomplete endpoint configuration.

Root Cause

The root cause is improper input validation in the USB endpoint handling code. The kalmia driver assumes that any device matching its USB ID criteria will have the correct endpoint structure, including the expected bulk IN and OUT endpoints for data transfer. This assumption violates secure coding practices that require explicit validation of external input, including hardware device configurations.

The driver directly accesses endpoint descriptors without first checking:

  • Whether the expected number of endpoints exist
  • Whether the endpoint types (bulk, interrupt, etc.) are correct
  • Whether the endpoint directions (IN/OUT) match expectations

Attack Vector

An attacker with physical access to the target system could craft a malicious USB device that enumerates with Kalmia-compatible vendor and product IDs but lacks the proper endpoint configuration. When the kalmia driver binds to this device, it will attempt to access endpoints that do not exist, resulting in a NULL pointer dereference or similar crash condition.

The attack scenario involves:

  1. Attacker creates a custom USB device (using microcontroller-based USB device or USB gadget framework)
  2. Device is configured to report USB IDs that match the kalmia driver's supported device list
  3. Device provides malformed or missing endpoint descriptors
  4. When connected, the kernel loads the kalmia driver, which crashes on endpoint access

This represents a physical attack vector that could be used for denial of service against Linux workstations, servers, or embedded systems that have USB ports accessible to potential attackers.

Detection Methods for CVE-2026-23365

Indicators of Compromise

  • Unexpected kernel panics or oops messages referencing kalmia driver functions
  • System instability after connecting unknown USB devices
  • Kernel log entries showing USB device probing failures in the net/usb/kalmia subsystem
  • Repeated USB disconnect/reconnect events from suspicious devices

Detection Strategies

  • Monitor kernel logs (dmesg) for crash traces involving kalmia.ko or related USB subsystem functions
  • Implement USB device allow-listing to detect unauthorized device connections
  • Deploy endpoint detection solutions that monitor for USB-triggered kernel instability
  • Review system logs for patterns of USB device enumeration followed by system crashes

Monitoring Recommendations

  • Enable kernel crash dump collection to capture technical details of any exploitation attempts
  • Configure usbguard or similar USB device management tools to alert on new device connections
  • Monitor for USB devices claiming to be Kalmia modems on systems where such hardware is not expected
  • Implement physical security controls to restrict USB port access on critical systems

How to Mitigate CVE-2026-23365

Immediate Actions Required

  • Update the Linux kernel to a patched version that includes USB endpoint validation
  • On systems where USB port access cannot be restricted, consider blacklisting the kalmia module if not required
  • Implement physical security measures to prevent unauthorized USB device connections
  • Deploy USB device authorization policies using tools like usbguard

Patch Information

The Linux kernel maintainers have released patches across multiple stable branches to address this vulnerability. The fix adds proper validation of USB endpoints in the kalmia driver's probe function, ensuring the device has the expected endpoint configuration before the driver binds to it.

Patches are available from the following kernel git commits:

  • Kernel Git Commit 011684cd
  • Kernel Git Commit 12c0243d
  • Kernel Git Commit 28a380bf
  • Kernel Git Commit 51c20ea5
  • Kernel Git Commit 7bfda1a0
  • Kernel Git Commit c58b6c29

Workarounds

  • Blacklist the kalmia kernel module if Kalmia-based USB devices are not required on the system
  • Disable USB ports physically or via BIOS/UEFI settings on systems where they are not needed
  • Use usbguard to enforce a strict USB device authorization policy
  • Implement mandatory access control (SELinux, AppArmor) policies to restrict USB driver loading
bash
# Blacklist the kalmia module to prevent loading
echo "blacklist kalmia" | sudo tee /etc/modprobe.d/blacklist-kalmia.conf
sudo update-initramfs -u

# Verify the module is blacklisted
modprobe -n -v kalmia

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

  • SeverityNONE

  • CVSS ScoreN/A

  • EPSS Probability0.02%

  • Known ExploitedNo
  • Impact Assessment
  • ConfidentialityNone
  • IntegrityNone
  • AvailabilityNone
  • Technical References
  • Kernel Git Commit Reference 1

  • Kernel Git Commit Reference 2

  • Kernel Git Commit Reference 3

  • Kernel Git Commit Reference 4

  • Kernel Git Commit Reference 5

  • Kernel Git Commit Reference 6
  • Related CVEs
  • CVE-2026-23446: Linux Kernel aqc111 Driver DoS Vulnerability

  • CVE-2026-23451: Linux Kernel Bonding Driver DoS Flaw

  • CVE-2026-23460: Linux Kernel ROSE Protocol DoS Vulnerability

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