CVE-2026-98028

Source
https://cve.org/CVERecord?id=CVE-2026-98028
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-98028.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-98028
Downstream
Published
2026-09-25T10:23:45Z
Modified
2026-09-26T03:48:36Z
Summary
eth: nfp: drop the replaced rule from the list when reprogramming fails
Details

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.

Database specific
{
    "cna_assigner":  "Linux",
    "osv_generated_from":  "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/98xxx/CVE-2026-98028.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
9eb03bb1c035ff6e2c3a34046419446588253dda
Fixed
603b70093f729f52a37544b48679903cad834856
Fixed
edaec279f59f801a05b751df475ed71a0a68c88a
Fixed
552e528a7d85cbe088b2ae4f78194713975b46cf
Fixed
108bb2142e3a12c9ad625ad662973127a113ddc6

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-98028.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.8.0
Fixed
6.12.111
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.53
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.7

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-98028.json"