CVE-2024-44960: usb: gadget: core: Check for unset descriptor
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.
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the severity of CVE-2024-44960?
CVE-2024-44960 has a moderate severity level due to its potential to cause a null pointer panic in the Linux kernel.
How do I fix CVE-2024-44960?
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.
What versions of Linux are affected by CVE-2024-44960?
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.
Is CVE-2024-44960 exploitable remotely?
CVE-2024-44960 does not indicate remote exploitability, but it can lead to system instability if triggered.
What are the symptoms of CVE-2024-44960 in a system?
Systems impacted by CVE-2024-44960 may experience crashes or unexpected behavior due to null pointer dereferencing.