Junglewise Threat Intelligence

CVE-2026-64179: Linux Kernel memory leak in iosm WWAN driver

CVE-2026-64179 · Severity: info · CVSS 0 · Published 2026-07-19

Technologies: Linux Kernel. Vendors: Linux.

Executive brief

A vulnerability was identified in the Linux kernel's WWAN (Wireless Wide Area Network) driver for certain modem interfaces. The issue involves a memory leak that occurs when the system fails to initialize properly, which could gradually consume system resources. While primarily a stability concern, such leaks can eventually lead to system crashes or performance degradation.

Technical details

A memory leak vulnerability exists in the Linux kernel within the 'net: wwan: iosm' driver. The root cause is located in the 'ipc_imem_init()' function, where memory allocated via 'ipc_protocol_init()' is not properly released if subsequent error paths are triggered during initialization. An attacker with local access could potentially exploit this by repeatedly triggering failed initialization sequences to exhaust kernel memory. The fix introduces a call to 'ipc_protocol_deinit()' within the error handling logic to ensure allocated resources are freed. The vulnerability affects versions starting from 5.14 and has been patched in various stable branches including 5.15.209, 6.1.175, 6.6.142, 6.12.92, and 6.18.34.

Affected products

  • Linux Linux Kernel 5.14 to 6.18.34

Timeline

  • 2026-07-19: disclosed
  • 2026-07-19: advisory

References

Related threats