Vulnerability in Linux
CVE-2022-48985
In the Linux kernel, the following vulnerability has been resolved: net: mana: Fix race on per-CQ variable napi work_done After calling napi_complete_done(), the NAPIF_STATE_SCHED bit may be cleared, and another CPU can start napi thread and access per-CQ variable, cq->work_done. If the other thread (for example, from busy_poll) sets it to a value >= budget, this thread will continue to run when it should stop, and cause memory corruption and panic. To fix this issue, save the per-CQ work_done variable in a local variable before napi_complete_done(), so it won't be corrupted by a possible concurrent thread after napi_complete_done(). Also, add a flag bit to advertise to the NIC firmware: the NAPI work_done variable race is fixed, so the driver is able to reliably support features like busy_poll.
EPSS: 0.002 (13.5th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 9.8 (Critical). Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H.
Affected products
- Linux — versions e1b5683ff62e7b328317aec08869495992053e9d, 5.15, 0
- Linux Linux_kernel — versions 6.1
References
Frequently asked questions
- What is CVE-2022-48985?
- CVE-2022-48985 is a critical-severity vulnerability in Linux. CVSS score: 9.8/10. Published 2024-10-21.
- How severe is CVE-2022-48985?
- Critical severity. CVSS v3 base score is 9.8 out of 10.