HomeDefectsLIN1023-27694
Acknowledged

LIN1023-27694 : Security Advisory - linux - CVE-2026-64179

Created: Aug 1, 2026    Updated: Aug 11, 2026
Found In Version: 10.23.30.2
Severity: Standard
Applicable for: Wind River Linux LTS 23
Component/s: Kernel

Description

In the Linux kernel, the following vulnerability has been resolved:  net: wwan: iosm: fix potential memory leaks in ipc_imem_init()  The memory allocated in ipc_protocol_init() is not freed on the error paths that follow in ipc_imem_init(). Fix that by calling the corresponding release function ipc_protocol_deinit() in the error path.