Vulnerability Description
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 Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 5.14, < 5.15.79 |
Related Weaknesses (CWE)
References
- https://git.kernel.org/stable/c/128514b51a5ba2c82f9e4a106f1c10423907618aPatch
- https://git.kernel.org/stable/c/2ce2348c2858d723f7fe389dead9b43b08e0944ePatch
- https://git.kernel.org/stable/c/f25caaca424703d5a0607310f0452f978f1f78d9Patch
FAQ
What is CVE-2022-49867?
CVE-2022-49867 is a vulnerability with a CVSS score of 5.5 (MEDIUM). 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 fl...
How severe is CVE-2022-49867?
CVE-2022-49867 has been rated MEDIUM with a CVSS base score of 5.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2022-49867?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.