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

CVE-2026-43251: Linux Kernel HID Prodikeys DOS Vulnerability

CVE-2026-43251 is a denial of service vulnerability in the Linux kernel HID prodikeys driver caused by fake USB devices. This article covers the technical details, affected versions, security impact, and mitigation strategies.

Published: May 7, 2026

CVE-2026-43251 Overview

CVE-2026-43251 is a Linux kernel vulnerability in the HID: prodikeys driver. A fake or malicious USB device can present a crafted HID report descriptor that prevents the driver's input_mapping() hook from executing. Without that hook, the pm->input_ep82 pointer remains NULL, and a later dereference triggers a kernel crash. The flaw cannot be triggered by the legitimate Prodikeys device but is reachable by any attacker able to attach or emulate a USB device that impersonates one. The Linux kernel maintainers have merged a fix that adds a presence check on pm->input_ep82 before use.

Critical Impact

A crafted USB device impersonating a Prodikeys keyboard can crash the Linux kernel through a null pointer dereference, resulting in denial of service.

Affected Products

  • Linux kernel HID: prodikeys driver (drivers/hid/hid-prodikeys.c)
  • Linux distributions shipping the affected hid-prodikeys module
  • Systems exposing USB ports to untrusted devices or virtualized USB passthrough

Discovery Timeline

  • 2026-05-06 - CVE-2026-43251 published to NVD
  • 2026-05-06 - Last updated in NVD database

Technical Details for CVE-2026-43251

Vulnerability Analysis

The hid-prodikeys driver supports the Creative Prodikeys PC-MIDI USB keyboard. During probe, the driver expects HID core to invoke its input_mapping() callback for each report field, and that callback is responsible for assigning the input_ep82 input device pointer used to deliver MIDI key events. If a USB device presents a custom report descriptor that does not contain fields the driver maps, input_mapping() is never called and pm->input_ep82 remains NULL. A subsequent code path that delivers events through pm->input_ep82 dereferences the null pointer and crashes the kernel.

This is a classic case [CWE-476] of trusting that initialization will be performed by a callback path that an attacker controls. Because USB report descriptors are device-supplied data, a hostile peripheral can choose what callbacks fire.

Root Cause

The driver assumes input_mapping() will always run and initialize pm->input_ep82 before any event-handling path executes. The assumption holds for the genuine hardware but does not hold when an attacker supplies a synthetic report descriptor. The merged fix introduces an explicit presence check on pm->input_ep82 and aborts the affected code path safely when the pointer is NULL.

Attack Vector

Exploitation requires the attacker to attach a USB device that identifies itself with the Prodikeys USB vendor and product ID but supplies an alternative report descriptor. This can be achieved with programmable USB hardware such as a Raspberry Pi Pico, Facedancer, or a virtualized USB device passed into a guest. Once the kernel binds the hid-prodikeys driver and the malicious descriptor is processed, the null dereference is reached and the kernel panics. The result is denial of service against any host that auto-binds USB HID devices.

No verified public exploit code is available. See the upstream commits referenced in the kernel.org stable tree for the fix details.

Detection Methods for CVE-2026-43251

Indicators of Compromise

  • Unexpected kernel oops or panic messages referencing hid-prodikeys or pcmidi_handle_report in dmesg or /var/log/kern.log.
  • USB enumeration events for Creative Prodikeys vendor or product IDs on hosts that should not have such hardware attached.
  • Repeated USB connect and disconnect cycles followed by kernel instability.

Detection Strategies

  • Monitor kernel ring buffer output for null pointer dereference traces originating in drivers/hid/hid-prodikeys.c.
  • Correlate udev add events with subsequent kernel faults to identify USB-induced crashes.
  • Audit loaded kernel modules and flag systems where hid-prodikeys is loaded but no genuine MIDI keyboard is expected.

Monitoring Recommendations

  • Forward auditd USB device events and kernel logs to a centralized SIEM for correlation across endpoints.
  • Alert on USB devices presenting HID descriptors that bind to obscure drivers such as hid-prodikeys on servers and kiosks.
  • Track kernel crash telemetry from EDR or systemd-coredump to surface repeated crashes tied to HID drivers.

How to Mitigate CVE-2026-43251

Immediate Actions Required

  • Apply the upstream Linux kernel patch series and rebuild or update to a stable kernel containing the fix.
  • Where patching is delayed, blacklist the hid-prodikeys module on systems that do not require Prodikeys MIDI keyboard support.
  • Restrict physical and virtual USB access on production servers, kiosks, and shared workstations.

Patch Information

The fix is distributed across the stable Linux kernel branches in commits 3f1b21cc, cee8337e, d08f35f8, d5512ce8, e7ac1cd8, edccbf7d, ee572578, and f580c796. The change adds a presence check on pm->input_ep82 before dereference. Update via your distribution's kernel package manager once vendor builds incorporating these commits are released.

Workarounds

  • Blacklist the affected module by adding blacklist hid-prodikeys to a file under /etc/modprobe.d/ and regenerate the initramfs.
  • Use USBGuard or equivalent policy controls to deny unknown USB devices on sensitive endpoints.
  • Disable USB ports through firmware or hardware controls on servers and embedded systems that do not need peripheral input.
bash
# Blacklist the vulnerable driver until the patched kernel is deployed
echo "blacklist hid-prodikeys" | sudo tee /etc/modprobe.d/blacklist-hid-prodikeys.conf
sudo update-initramfs -u
sudo reboot

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechLinux

  • SeverityNONE

  • CVSS ScoreN/A

  • Known ExploitedNo
  • Impact Assessment
  • ConfidentialityNone
  • IntegrityNone
  • AvailabilityNone
  • Technical References
  • Kernel Git Commit 3f1b21c

  • Kernel Git Commit cee8337e

  • Kernel Git Commit d08f35f8

  • Kernel Git Commit d5512ce8

  • Kernel Git Commit e7ac1cd8

  • Kernel Git Commit edccbf7d

  • Kernel Git Commit ee572578

  • Kernel Git Commit f580c796
  • Related CVEs
  • CVE-2026-43060: Linux Kernel Netfilter DoS Vulnerability

  • CVE-2026-43247: Linux Kernel Media Driver DoS Vulnerability

  • CVE-2026-43147: Linux Kernel SR-IOV DOS Vulnerability

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