First published: Wed Sep 04 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: usb: gadget: core: Check for unset descriptor Make sure the descriptor has been set before looking at maxpacket. This fixes a null pointer panic in this case. This may happen if the gadget doesn't properly set up the endpoint for the current speed, or the gadget descriptors are malformed and the descriptor for the speed/endpoint are not found. No current gadget driver is known to have this problem, but this may cause a hard-to-find bug during development of new gadgets.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | <3.16.80 | |
Linux Kernel | >=3.17<4.4.199 | |
Linux Kernel | >=4.5<4.9.199 | |
Linux Kernel | >=4.10<4.14.152 | |
Linux Kernel | >=4.15<4.19.320 | |
Linux Kernel | >=4.20<5.3.9 | |
Linux Kernel | >=5.4<5.4.282 | |
Linux Kernel | >=5.5<5.10.224 | |
Linux Kernel | >=5.11<5.15.165 | |
Linux Kernel | >=5.16<6.1.105 | |
Linux Kernel | >=6.2<6.6.46 | |
Linux Kernel | >=6.7<6.10.5 | |
Linux Kernel | =6.11-rc1 | |
Linux Kernel | =6.11-rc2 | |
debian/linux | <=5.10.223-1 | 5.10.234-1 6.1.129-1 6.1.133-1 6.12.22-1 6.12.25-1 |
debian/linux-6.1 | 6.1.129-1~deb11u1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-44960 has a moderate severity level due to its potential to cause a null pointer panic in the Linux kernel.
To resolve CVE-2024-44960, update your Linux kernel to a safe version, specifically to at least 5.10.226-1, 6.1.123-1, or higher.
CVE-2024-44960 affects various versions of the Linux kernel including those prior to 5.10.226-1, 6.1.123-1, and several others.
CVE-2024-44960 does not indicate remote exploitability, but it can lead to system instability if triggered.
Systems impacted by CVE-2024-44960 may experience crashes or unexpected behavior due to null pointer dereferencing.