In the Linux kernel, the following vulnerability has been...
Moderate severity
Unreviewed
Published
Jan 6, 2025
to the GitHub Advisory Database
•
Updated Jan 9, 2025
Description
Published by the National Vulnerability Database
Jan 6, 2025
Published to the GitHub Advisory Database
Jan 6, 2025
Last updated
Jan 9, 2025
In the Linux kernel, the following vulnerability has been resolved:
dmaengine: at_xdmac: avoid null_prt_deref in at_xdmac_prep_dma_memset
The at_xdmac_memset_create_desc may return NULL, which will lead to a
null pointer dereference. For example, the len input is error, or the
atchan->free_descs_list is empty and memory is exhausted. Therefore, add
check to avoid this.
References