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
Mon, 23 Dec 2024 14:00:00 +0000
Type | Values Removed | Values Added |
---|---|---|
First Time appeared |
Linux
Linux linux Kernel |
|
Weaknesses | CWE-476 | |
CPEs | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
Vendors & Products |
Linux
Linux linux Kernel |
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-12-19T08:51:20.032Z
Reserved: 2024-02-19T14:20:24.201Z
Link: CVE-2024-26964
Vulnrichment
Updated: 2024-08-02T00:21:05.629Z
NVD
Status : Analyzed
Published: 2024-05-01T06:15:12.707
Modified: 2024-12-23T13:41:58.437
Link: CVE-2024-26964
Redhat