Answer in brief
CVE-2026-97982 records a Unknown severity vulnerability in net: ethernet: cortina: Fix budget accounting. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=4d5ae32f5e1e13f7f36d6439ec3257993b9f5b88 <631c47e2e1154f2741c555b91df1b8cb99294c6a || >=4d5ae32f5e1e13f7f36d6439ec3257993b9f5b88 <0ef8eaef5806c84db2334111d6f299c246a592bc || >=4d5ae32f5e1e13f7f36d6439ec3257993b9f5b88 <94e06e12a376710587cfeea481b65e7c49747003 || >=4d5ae32f5e1e13f7f36d6439ec3257993b9f5b88 <a0de06d0da78a3db53de65dfd7452cc6d111f703 | 631c47e2e1154f2741c555b91df1b8cb99294c6a, 0ef8eaef5806c84db2334111d6f299c246a592bc, 94e06e12a376710587cfeea481b65e7c49747003, a0de06d0da78a3db53de65dfd7452cc6d111f703 |
| Linux/Linuxgeneric | 4.16 | Not reported |
Published upstream
Sep 25, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 25, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 25, 2026
In the Linux kernel, the following vulnerability has been resolved: net: ethernet: cortina: Fix budget accounting The gmac_rx() function returns the remaining NAPI budget, but its caller treats the return value as the number of packets received. An idle poll therefore reports a full budget and remains scheduled. Return the number of received packets instead. Preserve the existing free queue refill accounting by adding that count directly; continuing to subtract it from the budget would invert the refill behavior.
Quoted source text, attributed separately from HOL analysis.