In the Linux kernel, the following vulnerability has been resolved:
thermal: testing: Initialize some variables annoteded with _free()
Variables annotated with __free() need to be initialized if the function
can return before they get updated for the first time or the attempt to
free the memory pointed to by them upon function return may crash the
kernel.
Fix this issue in some places in the thermal testing code.
References
Configurations
History
26 Sep 2025, 20:29
Type | Values Removed | Values Added |
---|---|---|
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
First Time |
Linux linux Kernel
Linux |
|
CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
CWE | CWE-909 | |
References | () https://git.kernel.org/stable/c/0104dcdaad3a7afd141e79a5fb817a92ada910ac - Patch | |
References | () https://git.kernel.org/stable/c/526c132124a62be486bad1701f7e8e92212ccec6 - Patch | |
Summary |
|
28 Dec 2024, 10:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2024-12-28 10:15
Updated : 2025-09-26 20:29
NVD link : CVE-2024-56676
Mitre link : CVE-2024-56676
CVE.ORG link : CVE-2024-56676
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-909
Missing Initialization of Resource