Medium severity5.5NVD Advisory· Published May 1, 2025· Updated Jun 17, 2026
CVE-2022-49817
CVE-2022-49817
Description
In the Linux kernel, the following vulnerability has been resolved:
net: mhi: Fix memory leak in mhi_net_dellink()
MHI 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 calls free_netdev() to fix it since netdev_priv is used after unregister.
Affected products
3Patches
Vulnerability mechanics
References
3News mentions
0No linked articles in our index yet.