Fixed
Created: Dec 10, 2025
Updated: Dec 11, 2025
Resolved Date: Dec 10, 2025
Found In Version: 10.22.33.1
Fix Version: 10.22.33.9
Severity: Standard
Applicable for: Wind River Linux LTS 22
Component/s: Kernel
In the Linux kernel, the following vulnerability has been resolved:[EOL][EOL]platform/x86: think-lmi: Fix memory leak when showing current settings[EOL][EOL]When retriving a item string with tlmi_setting(), the result has to be[EOL]freed using kfree(). In current_value_show() however, malformed[EOL]item strings are not freed, causing a memory leak.[EOL]Fix this by eliminating the early return responsible for this.