CVE-2026-64179
Received Received - Intake

Memory Leak in Linux Kernel IOSM WWAN Driver

Vulnerability report for CVE-2026-64179, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-19

Last updated on: 2026-07-19

Assigner: kernel.org

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-19
Last Modified
2026-07-19
Generated
2026-07-20
AI Q&A
2026-07-19
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a memory leak vulnerability in the Linux kernel's wwan subsystem, specifically in the iosm driver. When initializing the IPC memory (ipc_imem_init), allocated memory in ipc_protocol_init is not properly freed if an error occurs later in the process. The fix ensures the corresponding release function (ipc_protocol_deinit) is called on error paths to prevent memory leaks.

Detection Guidance

This vulnerability is specific to the Linux kernel's wwan iosm driver and involves memory leaks in the ipc_imem_init() function. Detection requires checking for memory leaks in the kernel logs or using tools like 'dmesg' or 'sar' to monitor memory usage patterns.

Impact Analysis

Memory leaks can gradually consume system memory, leading to performance degradation, crashes, or instability in affected systems. If exploited, it could cause denial-of-service conditions or unexpected behavior in network-related operations on Linux systems using the iosm driver.

Compliance Impact

This vulnerability involves potential memory leaks in the Linux kernel's wwan subsystem, specifically in the ipc_imem_init() function. Memory leaks can lead to resource exhaustion, which may cause system instability or crashes. While not directly related to data privacy, such issues could indirectly impact compliance by affecting system availability and integrity, which are aspects covered under standards like GDPR and HIPAA.

Mitigation Strategies

Update your Linux kernel to the latest version that includes the fix for CVE-2026-64179. If immediate patching is not possible, consider disabling the iosm wwan driver if it is not in use to reduce exposure.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-64179. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart