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.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-09-04 19:15
Updated : 2024-10-04 16:44
NVD link : CVE-2024-44960
Mitre link : CVE-2024-44960
CVE.ORG link : CVE-2024-44960
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-476
NULL Pointer Dereference