CVE-2026-98028
Last modified
CVE-2026-98028 is a vulnerability of currently unknown severity. 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..
Description
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.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 9eb03bb1c035ff6e2c3a34046419446588253dda, < 603b70093f729f52a37544b48679903cad834856; >= 9eb03bb1c035ff6e2c3a34046419446588253dda, < edaec279f59f801a05b751df475ed71a0a68c88a; >= 9eb03bb1c035ff6e2c3a34046419446588253dda, < 552e528a7d85cbe088b2ae4f78194713975b46cf; >= 9eb03bb1c035ff6e2c3a34046419446588253dda, < 108bb2142e3a12c9ad625ad662973127a113ddc6 |
| Linux | Linux | 6.8 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-98028?
How severe is CVE-2026-98028?
How do I fix CVE-2026-98028?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-98022In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98023In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-98024In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98025In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98026In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98027In the Linux kernel, the following vulnerability has been re…7
- CVE-2026-98029In the Linux kernel, the following vulnerability has been re…7
- CVE-2026-9803A flaw was found in Keycloak's ClientRegistrationAuth compon…5.3
- CVE-2026-98030In the Linux kernel, the following vulnerability has been re…7
- CVE-2026-98031In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98032In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98033In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-98028?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
