CVE-2026-43342
Received Received - Intake
USB Gadget RNDIS Race Condition Fixed

Publication date: 2026-05-08

Last updated on: 2026-05-08

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: usb: gadget: f_rndis: Protect RNDIS options with mutex The class/subclass/protocol options are suspectible to race conditions as they can be accessed concurrently through configfs. Use existing mutex to protect these options. This issue was identified during code inspection.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-05-08
Last Modified
2026-05-08
Generated
2026-05-09
AI Q&A
2026-05-08
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
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.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart