CVE-2024-56767
Linux Kernel DMAengine at_xdmac Null Pointer Dereference Vulnerability
Description
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.
INFO
Published Date :
Jan. 6, 2025, 5:15 p.m.
Last Modified :
Jan. 9, 2025, 4:16 p.m.
Source :
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Remotely Exploitable :
No
Impact Score :
3.6
Exploitability Score :
1.8
References to Advisories, Solutions, and Tools
Here, you will find a curated list of external links that provide in-depth
information, practical solutions, and valuable tools related to
CVE-2024-56767
.
We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).
Results are limited to the first 15 repositories due to potential performance issues.
The following list is the news that have been mention
CVE-2024-56767
vulnerability anywhere in the article.
The following table lists the changes that have been made to the
CVE-2024-56767
vulnerability over time.
Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.
-
CVE Modified by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Jan. 09, 2025
Action Type Old Value New Value Added Reference https://git.kernel.org/stable/c/3d229600c54e9e0909080ecaf1aab0642aefa5f0 Added Reference https://git.kernel.org/stable/c/8d364597de9ce2a5f52714224bfe6c2e7a29b303 Added Reference https://git.kernel.org/stable/c/ed1a8aaa344522c0c349ac9042db27ad130ef913 -
Initial Analysis by [email protected]
Jan. 07, 2025
Action Type Old Value New Value Added CVSS V3.1 NIST AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H Added CWE NIST CWE-476 Added CPE Configuration OR *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 4.2 up to (excluding) 6.1.123 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.2 up to (excluding) 6.6.69 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.7 up to (excluding) 6.12.8 *cpe:2.3:o:linux:linux_kernel:6.13:rc1:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:6.13:rc2:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:6.13:rc3:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:6.13:rc4:*:*:*:*:*:* Changed Reference Type https://git.kernel.org/stable/c/54376d8d26596f98ed7432a788314bb9154bf3e3 No Types Assigned https://git.kernel.org/stable/c/54376d8d26596f98ed7432a788314bb9154bf3e3 Patch Changed Reference Type https://git.kernel.org/stable/c/c43ec96e8d34399bd9dab2f2dc316b904892133f No Types Assigned https://git.kernel.org/stable/c/c43ec96e8d34399bd9dab2f2dc316b904892133f Patch Changed Reference Type https://git.kernel.org/stable/c/e658f1c133b854b2ae799147301d82dddb8f3162 No Types Assigned https://git.kernel.org/stable/c/e658f1c133b854b2ae799147301d82dddb8f3162 Patch Changed Reference Type https://git.kernel.org/stable/c/fdba6d5e455388377ec7e82a5913ddfcc7edd93b No Types Assigned https://git.kernel.org/stable/c/fdba6d5e455388377ec7e82a5913ddfcc7edd93b Patch -
New CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Jan. 06, 2025
Action Type Old Value New Value Added Description 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. Added Reference https://git.kernel.org/stable/c/54376d8d26596f98ed7432a788314bb9154bf3e3 Added Reference https://git.kernel.org/stable/c/c43ec96e8d34399bd9dab2f2dc316b904892133f Added Reference https://git.kernel.org/stable/c/e658f1c133b854b2ae799147301d82dddb8f3162 Added Reference https://git.kernel.org/stable/c/fdba6d5e455388377ec7e82a5913ddfcc7edd93b
CWE - Common Weakness Enumeration
While CVE identifies
specific instances of vulnerabilities, CWE categorizes the common flaws or
weaknesses that can lead to vulnerabilities. CVE-2024-56767
is
associated with the following CWEs:
Common Attack Pattern Enumeration and Classification (CAPEC)
Common Attack Pattern Enumeration and Classification
(CAPEC)
stores attack patterns, which are descriptions of the common attributes and
approaches employed by adversaries to exploit the CVE-2024-56767
weaknesses.