First published: Wed Apr 03 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: gadget: Fix NULL pointer dereference in dwc3_gadget_suspend In current scenario if Plug-out and Plug-In performed continuously there could be a chance while checking for dwc->gadget_driver in dwc3_gadget_suspend, a NULL pointer dereference may occur. Call Stack: CPU1: CPU2: gadget_unbind_driver dwc3_suspend_common dwc3_gadget_stop dwc3_gadget_suspend dwc3_disconnect_gadget CPU1 basically clears the variable and CPU2 checks the variable. Consider CPU1 is running and right before gadget_driver is cleared and in parallel CPU2 executes dwc3_gadget_suspend where it finds dwc->gadget_driver which is not NULL and resumes execution and then CPU1 completes execution. CPU2 executes dwc3_disconnect_gadget where it checks dwc->gadget_driver is already NULL because of which the NULL pointer deference occur.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=3.16.81<3.17 | |
Linux Kernel | >=4.4.178<4.5 | |
Linux Kernel | >=4.6<5.15.149 | |
Linux Kernel | >=5.16<6.1.79 | |
Linux Kernel | >=6.2<6.6.18 | |
Linux Kernel | >=6.7<6.7.6 | |
Linux Kernel | =6.8-rc1 | |
Linux Kernel | =6.8-rc2 | |
debian/linux | <=5.10.223-1<=5.10.226-1 | 6.1.123-1 6.1.119-1 6.12.11-1 6.12.12-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
The severity of CVE-2024-26715 is classified as medium due to the possibility of a NULL pointer dereference in the Linux kernel.
To fix CVE-2024-26715, update to a version of the Linux kernel that is 6.1.123-1, 6.1.119-1, 6.12.10-1, 6.12.11-1 or later if you are using affected versions.
Linux kernel versions from 3.16.81 to 6.8-rc2 are vulnerable to CVE-2024-26715.
CVE-2024-26715 affects the USB component of the Linux kernel, specifically the dwc3 gadget driver.
CVE-2024-26715 is primarily associated with the Linux kernel, so it may be present in any distribution that utilizes affected kernel versions.