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
Configurations
Configuration 1 (hide)
|
History
09 Jan 2025, 16:16
Type | Values Removed | Values Added |
---|---|---|
References |
|
07 Jan 2025, 22:51
Type | Values Removed | Values Added |
---|---|---|
CWE | CWE-476 | |
Summary |
|
|
References | () https://git.kernel.org/stable/c/54376d8d26596f98ed7432a788314bb9154bf3e3 - Patch | |
References | () https://git.kernel.org/stable/c/c43ec96e8d34399bd9dab2f2dc316b904892133f - Patch | |
References | () https://git.kernel.org/stable/c/e658f1c133b854b2ae799147301d82dddb8f3162 - Patch | |
References | () https://git.kernel.org/stable/c/fdba6d5e455388377ec7e82a5913ddfcc7edd93b - Patch | |
CPE | cpe:2.3:o:linux:linux_kernel:6.13:rc3:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.13:rc4:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.13:rc2:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.13:rc1:*:*:*:*:*:* |
|
First Time |
Linux linux Kernel
Linux |
|
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
06 Jan 2025, 17:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2025-01-06 17:15
Updated : 2025-01-09 16:16
NVD link : CVE-2024-56767
Mitre link : CVE-2024-56767
CVE.ORG link : CVE-2024-56767
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-476
NULL Pointer Dereference