In the Linux kernel, the following vulnerability has been resolved:
usb: xhci: Add error handling in xhci_map_urb_for_dma
Currently xhci_map_urb_for_dma() creates a temporary buffer and copies
the SG list to the new linear buffer. But if the kzalloc_node() fails,
then the following sg_pcopy_to_buffer() can lead to crash since it
tries to memcpy to NULL pointer.
So return -ENOMEM if kzalloc returns null pointer.
Metrics
Affected Vendors & Products
References
History
Wed, 13 Nov 2024 02:45:00 +0000
Type | Values Removed | Values Added |
---|---|---|
CPEs | cpe:/a:redhat:enterprise_linux:9 cpe:/o:redhat:enterprise_linux:9 |
MITRE
Status: PUBLISHED
Assigner: Linux
Published: 2024-05-01T05:19:28.437Z
Updated: 2024-11-05T09:19:02.237Z
Reserved: 2024-02-19T14:20:24.201Z
Link: CVE-2024-26964
Vulnrichment
Updated: 2024-08-02T00:21:05.629Z
NVD
Status : Awaiting Analysis
Published: 2024-05-01T06:15:12.707
Modified: 2024-11-21T09:03:30.253
Link: CVE-2024-26964
Redhat