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.
References
Configurations
Configuration 1 (hide)
|
History
07 Nov 2025, 18:43
| Type | Values Removed | Values Added |
|---|---|---|
| CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.1:rc1:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.1:rc3:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.1:rc5:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.1:rc2:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.1:rc4:*:*:*:*:*:* |
|
| First Time |
Linux
Linux linux Kernel |
|
| CWE | CWE-401 | |
| References | () https://git.kernel.org/stable/c/25a270343b0f16e1f6e65f541a15975a35e238ff - Patch | |
| References | () https://git.kernel.org/stable/c/88da008e5e2f9753726ea5a51ef2eb144e9de927 - Patch | |
| References | () https://git.kernel.org/stable/c/f7c125bd79f50ec6094761090be81d02726ec6f4 - Patch | |
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
02 May 2025, 13:53
| Type | Values Removed | Values Added |
|---|---|---|
| Summary |
|
01 May 2025, 15:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2025-05-01 15:16
Updated : 2025-11-07 18:43
NVD link : CVE-2022-49817
Mitre link : CVE-2022-49817
CVE.ORG link : CVE-2022-49817
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime
