CVE-2024-26820
MEDIUMLinux kernel - Unknown
Title source: llmDescription
In the Linux kernel, the following vulnerability has been resolved: hv_netvsc: Register VF in netvsc_probe if NET_DEVICE_REGISTER missed If hv_netvsc driver is unloaded and reloaded, the NET_DEVICE_REGISTER handler cannot perform VF register successfully as the register call is received before netvsc_probe is finished. This is because we register register_netdevice_notifier() very early( even before vmbus_driver_register()). To fix this, we try to register each such matching VF( if it is visible as a netdevice) at the end of netvsc_probe.
References (10)
Scores
CVSS v3
5.5
EPSS
0.0001
EPSS Percentile
1.3%
Attack Vector
LOCAL
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Classification
Status
published
Affected Products (12)
linux/linux_kernel
< 4.19.310
linux/linux_kernel
linux/linux_kernel
linux/linux_kernel
debian/debian_linux
linux/Kernel
< 4.19.310linux
linux/Kernel
< 5.4.272linux
linux/Kernel
< 5.10.213linux
linux/Kernel
< 5.15.152linux
linux/Kernel
< 6.1.79linux
linux/Kernel
< 6.6.18linux
linux/Kernel
< 6.7.6linux
Timeline
Published
Apr 17, 2024
Tracked Since
Feb 18, 2026