In the Linux kernel, the following vulnerability has been resolved:
dmaengine: ti: edma: Add some null pointer checks to the edma_probe
devm_kasprintf() returns a pointer to dynamically allocated memory
which can be NULL upon failure. Ensure the allocation was successful
by checking the pointer validity.
References
Configurations
Configuration 1 (hide)
|
Configuration 2 (hide)
|
History
27 Jan 2025, 14:59
Type | Values Removed | Values Added |
---|---|---|
First Time |
Debian debian Linux
Linux linux Kernel Debian Linux |
|
References | () https://git.kernel.org/stable/c/4fe4e5adc7d29d214c59b59f61db73dec505ca3d - Patch | |
References | () https://git.kernel.org/stable/c/6e2276203ac9ff10fc76917ec9813c660f627369 - Patch | |
References | () https://git.kernel.org/stable/c/7b24760f3a3c7ae1a176d343136b6c25174b7b27 - Patch | |
References | () https://git.kernel.org/stable/c/9d508c897153ae8dd79303f7f035f078139f6b49 - Patch | |
References | () https://git.kernel.org/stable/c/c432094aa7c9970f2fa10d2305d550d3810657ce - Patch | |
References | () https://git.kernel.org/stable/c/f2a5e30d1e9a629de6179fa23923a318d5feb29e - Patch | |
References | () https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html - Mailing List | |
CWE | CWE-476 | |
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.8:rc2:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.8:rc1:*:*:*:*:*:* cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:* |
21 Nov 2024, 09:03
Type | Values Removed | Values Added |
---|---|---|
References |
|
|
References | () https://git.kernel.org/stable/c/4fe4e5adc7d29d214c59b59f61db73dec505ca3d - | |
References | () https://git.kernel.org/stable/c/6e2276203ac9ff10fc76917ec9813c660f627369 - | |
References | () https://git.kernel.org/stable/c/7b24760f3a3c7ae1a176d343136b6c25174b7b27 - | |
References | () https://git.kernel.org/stable/c/9d508c897153ae8dd79303f7f035f078139f6b49 - | |
References | () https://git.kernel.org/stable/c/c432094aa7c9970f2fa10d2305d550d3810657ce - | |
References | () https://git.kernel.org/stable/c/f2a5e30d1e9a629de6179fa23923a318d5feb29e - |
05 Nov 2024, 10:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
25 Jun 2024, 22:15
Type | Values Removed | Values Added |
---|---|---|
Summary |
|
|
References |
|
03 Apr 2024, 17:24
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2024-04-03 17:15
Updated : 2025-01-27 14:59
NVD link : CVE-2024-26771
Mitre link : CVE-2024-26771
CVE.ORG link : CVE-2024-26771
JSON object : View
Products Affected
linux
- linux_kernel
debian
- debian_linux
CWE
CWE-476
NULL Pointer Dereference