CyberRota Analysis
AI-GeneratedThe vulnerability affects the Linux kernel's WWAN (Wireless Wide Area Network) subsystem, specifically in the `ipc_imem_init()` function, where memory allocated during initialization is not properly released on error paths. This oversight could lead to potential memory leaks, impacting system performance and stability. Organizations using affected Linux kernel versions, particularly those relying on WWAN functionality, should prioritize applying the fix to mitigate these risks.
Original NVD 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.
Related CVEs
Other vulnerabilities affecting the same vendor(s)