CVE-2026-23290
USB Endpoint Validation Flaw in Linux Pegasus Driver Causes Crash
Publication date: 2026-03-25
Last updated on: 2026-04-18
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
| linux_kernel | pegasus_driver | * |
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 pegasus USB driver. The driver fails to properly validate that a USB device it is probing has the expected number and types of USB endpoints before binding to it. If a malicious USB device does not have the expected endpoints, the driver may later crash when it tries to access these missing endpoints blindly.
How can this vulnerability impact me? :
The impact of this vulnerability is that a malicious USB device could cause the Linux kernel to crash by exploiting the pegasus driver's lack of endpoint validation. This could lead to system instability or denial of service.