mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-28 18:48:49 +00:00
913 B
913 B
CVE-2024-56767
Description
In the Linux kernel, the following vulnerability has been resolved:dmaengine: at_xdmac: avoid null_prt_deref in at_xdmac_prep_dma_memsetThe at_xdmac_memset_create_desc may return NULL, which will lead to anull pointer dereference. For example, the len input is error, or theatchan->free_descs_list is empty and memory is exhausted. Therefore, addcheck to avoid this.
POC
Reference
No PoCs from references.