In the Linux kernel, the following vulnerability has been resolved:
kunit: Fix potential null dereference in kunit_device_driver_test()
kunit_kzalloc() may return a NULL pointer, dereferencing it without
NULL check may lead to NULL dereference.
Add a NULL check for test_state.
References
Configurations
History
09 Jan 2025, 20:59
Type | Values Removed | Values Added |
---|---|---|
CWE | CWE-476 | |
CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
First Time |
Linux linux Kernel
Linux |
|
References | () https://git.kernel.org/stable/c/435c20eed572a95709b1536ff78832836b2f91b1 - Patch | |
References | () https://git.kernel.org/stable/c/5d28fac59369b5d3c48cdf09e50275a61ff91202 - Patch | |
Summary |
|
08 Jan 2025, 18:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2025-01-08 18:15
Updated : 2025-01-09 20:59
NVD link : CVE-2024-56773
Mitre link : CVE-2024-56773
CVE.ORG link : CVE-2024-56773
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-476
NULL Pointer Dereference