3 matches found
CVE-2023-54252
In the Linux kernel, the following vulnerability has been resolved: platform/x86: think-lmi: Fix memory leaks when parsing ThinkStation WMI strings My previous commit introduced a memory leak where the item allocated from tlmisetting was not freed. This commit also renames it to avoid confusion...
UBUNTU-CVE-2023-54252
In the Linux kernel, the following vulnerability has been resolved: platform/x86: think-lmi: Fix memory leaks when parsing ThinkStation WMI strings My previous commit introduced a memory leak where the item allocated from tlmisetting was not freed. This commit also renames it to avoid confusion...
CVE-2023-54252
CVE-2023-54252 refers to a Linux kernel issue in the x86 ThinkStation WMI handling (platform/x86: think-lmi). The root cause is a memory leak where the tlmi_setting item allocated during WMI string parsing was not freed, with an accompanying renaming to avoid confusion with a similarly named vari...