In the Linux kernel, the following vulnerability has been resolved:
net: wwan: iosm: fix memory leak in ipc_wwan_dellink
IOSM driver registers network device without setting the
needs_free_netdev flag, and does NOT call free_netdev() when
unregisters network device, which causes a memory leak.
This patch sets needs_free_netdev to true when registers
network device, which makes netdev subsystem call free_netdev()
automatically after unregister_netdevice().
CVSS
No CVSS.
References
Configurations
No configuration.
History
01 May 2025, 15:16
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2025-05-01 15:16
Updated : 2025-05-01 15:16
NVD link : CVE-2022-49867
Mitre link : CVE-2022-49867
CVE.ORG link : CVE-2022-49867
JSON object : View
Products Affected
No product.
CWE
No CWE.