First published: Tue Nov 05 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: sfc: Don't invoke xdp_do_flush() from netpoll. Yury reported a crash in the sfc driver originated from netpoll_send_udp(). The netconsole sends a message and then netpoll invokes the driver's NAPI function with a budget of zero. It is dedicated to allow driver to free TX resources, that it may have used while sending the packet. In the netpoll case the driver invokes xdp_do_flush() unconditionally, leading to crash because bpf_net_context was never assigned. Invoke xdp_do_flush() only if budget is not zero.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=6.11<6.11.4 | |
Linux Kernel | =6.12-rc1 | |
Linux Kernel | =6.12-rc2 | |
debian/linux | 5.10.223-1 5.10.226-1 6.1.123-1 6.1.128-1 6.12.12-1 6.12.15-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-50094 has been classified as a moderate severity vulnerability affecting the Linux kernel.
CVE-2024-50094 affects Linux kernel versions between 6.11 and 6.11.4, as well as the 6.12-rc1 and 6.12-rc2 release candidates.
To resolve CVE-2024-50094, upgrade to a patched version of the Linux kernel that eliminates the vulnerability.
CVE-2024-50094 is caused by a crash in the sfc driver triggered by invoking xdp_do_flush() from netpoll.
CVE-2024-50094 does not involve remote exploitation but can lead to local denial of service through system crashes.