3 matches found
CVE-2026-64179
creationtimestamp| type| source ---|---|--- 2026-07-19 18:30:17+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3mqzfxn6fxz24...
DEBIAN-CVE-2026-64179
In the Linux kernel, the following vulnerability has been resolved: net: wwan: iosm: fix potential memory leaks in ipcimeminit The memory allocated in ipcprotocolinit is not freed on the error paths that follow in ipcimeminit. Fix that by calling the corresponding release function ipcprotocoldein...
CVE-2026-64179
CVE-2026-64179 affects the Linux kernel’s net: wwan: iosm subsystem. The issue involved memory allocated during ipc_protocol_init() not being freed on error paths in ipc_imem_init(). The fix adds a call to ipc_protocol_deinit() in the error path to ensure proper release of resources and prevent m...