CVE-2024-56676

Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
28/12/2024
Last modified:
28/12/2024

Description

In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> thermal: testing: Initialize some variables annoteded with _free()<br /> <br /> Variables annotated with __free() need to be initialized if the function<br /> can return before they get updated for the first time or the attempt to<br /> free the memory pointed to by them upon function return may crash the<br /> kernel.<br /> <br /> Fix this issue in some places in the thermal testing code.

Impact