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.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2026-07-19 16:18
Updated : 2026-08-12 15:30
NVD link : CVE-2026-64179
Mitre link : CVE-2026-64179
CVE.ORG link : CVE-2026-64179
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime
