CVE-2026-43342
USB Gadget RNDIS Race Condition Fixed
Publication date: 2026-05-08
Last updated on: 2026-05-08
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
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 USB gadget function, specifically in the f_rndis module. The issue involves race conditions affecting the class, subclass, and protocol options, which can be accessed concurrently through configfs. Because these options were not properly protected, concurrent access could lead to unexpected behavior. The vulnerability was fixed by using an existing mutex to protect these options, preventing simultaneous access and eliminating the race condition.
How can this vulnerability impact me? :
The vulnerability could lead to race conditions when accessing certain USB gadget configuration options concurrently. This might cause instability or unpredictable behavior in the affected system's USB functionality. However, the exact impact depends on how the system uses the f_rndis module and whether concurrent access to these options occurs in practice.