CVE-2026-43251
HID Input Mapping Null Pointer Dereference in Linux Kernel
Publication date: 2026-05-06
Last updated on: 2026-05-06
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | kernel | * |
| linux_kernel | linux_kernel | * |
| linux | linux_kernel | * |
| linux_kernel | prodikeys | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability exists in the Linux kernel's HID prodikeys driver. Fake USB devices can send their own report descriptors, bypassing the input_mapping() hook. As a result, a pointer named pm->input_ep82 remains NULL, which later causes the system to crash. This issue does not occur with genuine devices but can be triggered by devices impersonating them.
How can this vulnerability impact me? :
The vulnerability can lead to a system crash when a fake USB device sends crafted report descriptors. This crash can cause denial of service by destabilizing or interrupting the normal operation of the Linux kernel handling USB input devices.