Bug 2468039 (CVE-2026-43342) - CVE-2026-43342 kernel: usb: gadget: f_rndis: Protect RNDIS options with mutex
Summary: CVE-2026-43342 kernel: usb: gadget: f_rndis: Protect RNDIS options with mutex
Keywords:
Status: NEW
Alias: CVE-2026-43342
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-05-08 14:01 UTC by OSIDB Bzimport
Modified: 2026-05-08 19:28 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-05-08 14:01:25 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.