Reference page — cumulative record through Wednesday, August 19, 2026 UTC. Reference pages update as the archive grows; only dated daily editions are immutable pages of record.
Linux Linux — net: mana: Fix race on per-CQ variable napi work_done
AV AC PR UI S C I A CVSS EPSS %ile KEV
L H L N U N N H 4.7 .0059 45.6 —
AFFECTED
Product Versions Fixed
Linux e1b5683ff62e7b328317aec08869495992053e9d – —
Linux 5.15 – 5.15.83
TIMELINE
Aug 22 Reserved by Linux
Oct 21 Published (CNA: Linux)
Aug 4 RESCORED — CVE-2022-48985 (Linux). CVSS 9.8 → 4.7 (NVD).
Description
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.
Lifecycle
Complete event history — 3 events, chronological
| Date | Event | Detail |
| August 22, 2024 | Reserved | Reserved by Linux |
| October 21, 2024 | Published | Published (CNA: Linux) |
| August 4, 2026 | RESCORED | RESCORED — CVE-2022-48985 (Linux). CVSS 9.8 → 4.7 (NVD). |
Affected
Affected products and packages — 2 rows
| Vendor | Product / Package | Ecosystem | Version introduced | Fixed |
| Linux | Linux | — | e1b5683ff62e7b328317aec08869495992053e9d | — |
| Linux | Linux | — | 5.15 | 5.15.83 |
About this page
This is a reference page, not a dated page of record. It assembles the complete lifecycle of CVE-2022-48985 from the CVE Program record, NVD enrichment, the CISA KEV catalog, EPSS, and OSV advisories. The box score's numbers (CVSS, EPSS, KEV status) are current as of Wednesday, August 19, 2026 UTC and are re-derived as the archive grows; only dated daily editions are immutable pages of record. The authoritative source for this identifier is cve.org.