CVE-2023-53830
The CVE-2023-53830 issue affects the Linux kernel in the x86 Think-LMI support (platform/x86/think-lmi). When retrieving a tlmi_setting item string, the result must be freed with kfree(); however, current_value_show() can leak memory because malformed item strings aren’t freed due to an early ret...