Answer in brief
CVE-2026-98028 records a Unknown severity vulnerability in eth: nfp: drop the replaced rule from the list when reprogramming fails. 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 | >=9eb03bb1c035ff6e2c3a34046419446588253dda <603b70093f729f52a37544b48679903cad834856 || >=9eb03bb1c035ff6e2c3a34046419446588253dda <edaec279f59f801a05b751df475ed71a0a68c88a || >=9eb03bb1c035ff6e2c3a34046419446588253dda <552e528a7d85cbe088b2ae4f78194713975b46cf || >=9eb03bb1c035ff6e2c3a34046419446588253dda <108bb2142e3a12c9ad625ad662973127a113ddc6 | 603b70093f729f52a37544b48679903cad834856, edaec279f59f801a05b751df475ed71a0a68c88a, 552e528a7d85cbe088b2ae4f78194713975b46cf, 108bb2142e3a12c9ad625ad662973127a113ddc6 |
| Linux/Linuxgeneric | 6.8 | 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: eth: nfp: drop the replaced rule from the list when reprogramming fails nfp_net_fs_add() replaces an existing rule by deleting it from the hardware, decrementing nn->fs.count and programming the new one. If nfp_net_fs_add_hw() fails the old entry stays on nn->fs.list - only the success path reaches list_replace() - so the list is one longer than nn->fs.count, and it advertises a rule whose hardware entry has already been torn down. nn->fs.count is what ETHTOOL_GRXCLSRLCNT reports, so userspace then sizes its buffer one entry short of what the GRXCLSRLALL walk wants to write. That used to overwrite one u32 past the allocation; since the walk is bounded it is a permanent -EMSGSIZE instead, as nothing ever resyncs the counter.
Quoted source text, attributed separately from HOL analysis.