VDB
CISA-2024-50094
CISA-2024-50094
PUBLISHED
CVSS 5.5 MEDIUM
Reported by Linux · Published November 5, 2024
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.
Risk Scores
CVSS 3.1
5.5
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | 401cb7dae8130fd34eb84648e02ab4c506df7d5e, 401cb7dae8130fd34eb84648e02ab4c506df7d5e |
| Linux | Linux | 6.11, 0, 6.11.4 |
| Linux | Linux | 6.11.4, 401cb7dae8130fd34eb84648e02ab4c506df7d5e, 0 |
| linux | linux_kernel | 6.11, 6.11, 6.11 |
Timeline
- Nov 5, 2024 CVE Published
- Oct 1, 2025 CVE Updated