PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-98028 Linux CVE debrief

A vulnerability in the Linux kernel has been resolved, where the replacement of a rule in the nfp_net_fs_add() function could lead to a list entry that is one longer than expected. This discrepancy could cause userspace to size its buffer incorrectly, potentially leading to a -EMSGSIZE error when attempting to walk the list. The issue arises from the function's failure to properly update the list when reprogramming fails, leaving an old entry on nn->fs.list. This mismatch between nn->fs.count and the actual list length can cause problems for userspace applications relying on ETHTOOL_GRXCLSRLCNT and GRXCLSRLALL operations.

Vendor
Linux
Product
Unknown
CVSS
Unknown
CISA KEV
Not listed in stored evidence
Original CVE published
2026-09-25
Original CVE updated
2026-09-25
Advisory published
2026-09-25
Advisory updated
2026-09-25

Who should care

Linux kernel developers and maintainers, system administrators responsible for kernel updates, and userspace application developers relying on ETHTOOL_GRXCLSRLCNT and GRXCLSRLALL operations

Why it matters

A vulnerability in the Linux kernel could lead to incorrect buffer sizing in userspace applications, potentially causing -EMSGSIZE errors. Verification and patch deployment are necessary to prevent potential issues.

  • Verification of kernel version and patch deployment is necessary to prevent potential issues
  • Userspace applications may need to be updated to handle the -EMSGSIZE error correctly
  • System administrators should monitor for potential errors in userspace applications

Technical summary

The nfp_net_fs_add() function in the Linux kernel does not properly handle rule replacement when reprogramming fails. This can lead to a mismatch between the expected and actual list lengths, causing userspace applications to size their buffers incorrectly. The function 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. This discrepancy can cause -EMSGSIZE errors when userspace applications attempt to walk the list.

Defensive priority

Verify and apply kernel updates to ensure the fix is deployed.

Recommended defensive actions

  • Verify kernel version and apply updates if necessary
  • Review system configurations for potential exposure
  • Monitor for potential -EMSGSIZE errors in userspace applications
  • Perform a thorough review of the affected system's configurations and apply compensating controls if necessary
  • Track exceptions and retest remediated assets
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up

Evidence notes

The issue arises from the nfp_net_fs_add() function not properly updating the list when reprogramming fails. The old entry remains on nn->fs.list, causing a mismatch between nn->fs.count and the actual list length.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-98028 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-98028

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-98028 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-98028

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/108bb2142e3a12c9ad625ad662973127a113ddc6

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/552e528a7d85cbe088b2ae4f78194713975b46cf

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/603b70093f729f52a37544b48679903cad834856

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/edaec279f59f801a05b751df475ed71a0a68c88a

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.