You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
usb gadget rndis
About this tag
The tag 'usb gadget rndis' covers the Remote Network Driver Interface Specification (RNDIS) protocol used in USB gadget mode, which enables network connectivity over USB. Content discusses a Linux kernel vulnerability (CVE-2026-31722) where repeated bind and unbind cycles in the USB gadget RNDIS function can cause a crash. While the bug is in Linux, it is Windows-adjacent because RNDIS was popularized by Windows. Topics include kernel security, embedded device development, and mitigation strategies for administrators. The tag is relevant for those working with USB networking, gadget mode, or cross-platform compatibility involving Windows and Linux.
CVE-2026-31722 is a medium-severity Linux kernel vulnerability published by NVD on May 1, 2026, affecting the USB gadget RNDIS function, where repeated bind and unbind cycles can leave a surviving network device attached to a destroyed sysfs parent and crash availability. The bug is not a...