{"id":"CVE-2026-98029","title":"In the Linux kernel, the following vulnerability has been resolved:\n\neth: nfp: bound the ntuple rule dump by the caller's buffer size\n\nnfp_net_get_fs_loc() dumps every entry of nn->fs.list into rule_locs[]\nwithout consulting cmd->rule_cn…","summary":"In the Linux kernel, the following vulnerability has been resolved:\n\neth: nfp: bound the ntuple rule dump by the caller's buffer size\n\nnfp_net_get_fs_loc() dumps every entry of nn->fs.list into rule_locs[]\nwithout consulting cmd->rule_cn…","severity":"none","vendor":"Linux","product":"Linux","affected":["Linux >= 9eb03bb1c035ff6e2c3a34046419446588253dda < 82812583b9c69c241da6da4186f14e9df2516488","Linux >= 9eb03bb1c035ff6e2c3a34046419446588253dda < a7e023c63e855761c1426cee8d17c2bca32aa339","Linux >= 9eb03bb1c035ff6e2c3a34046419446588253dda < ecebfdaab72a504c10f4907bd00fc3b705ec3b12","Linux >= 9eb03bb1c035ff6e2c3a34046419446588253dda < f1986bf87b0709c95126fe196cf39e5b8c8453a1","Linux 6.8"],"published":"2026-09-25","updated":"2026-09-25","sourceUpdated":"2026-09-25T11:17:31.560","source":"NVD","sourceUrl":"https://nvd.nist.gov/vuln/detail/CVE-2026-98029","references":[{"url":"https://git.kernel.org/stable/c/82812583b9c69c241da6da4186f14e9df2516488","label":"416baaa9-dc9f-4396-8d5f-8c081fb06d67"},{"url":"https://git.kernel.org/stable/c/a7e023c63e855761c1426cee8d17c2bca32aa339","label":"416baaa9-dc9f-4396-8d5f-8c081fb06d67"},{"url":"https://git.kernel.org/stable/c/ecebfdaab72a504c10f4907bd00fc3b705ec3b12","label":"416baaa9-dc9f-4396-8d5f-8c081fb06d67"},{"url":"https://git.kernel.org/stable/c/f1986bf87b0709c95126fe196cf39e5b8c8453a1","label":"416baaa9-dc9f-4396-8d5f-8c081fb06d67"}],"tags":["nvd","cve.org"],"ingestedAt":"2026-09-25T11:06:38.853Z","slug":"CVE-2026-98029","body":"## Overview\n\nIn the Linux kernel, the following vulnerability has been resolved:\n\neth: nfp: bound the ntuple rule dump by the caller's buffer size\n\nnfp_net_get_fs_loc() dumps every entry of nn->fs.list into rule_locs[]\nwithout consulting cmd->rule_cnt, which is how many entries the caller\nhad room for.  ETHTOOL_GRXCLSRLALL requires no CAP_NET_ADMIN and the\nioctl sizes the buffer from the rule_cnt userspace passes in, so once an\nadmin has installed flow steering rules any user can ask for fewer slots\nthan there are rules and run off the end of the allocation.  A rule_cnt\nof 0 leaves the buffer pointer NULL and the walk dereferences it.\n\nBail out with -EMSGSIZE when the buffer fills up, the way the other\nntuple capable drivers do, and report how many locations were filled so\na shrinking rule list does not leave the caller reading stale slots.\n\n## Remediation\n\nRefer to the linked advisories for vendor-supplied fixes and affected version ranges.","depth":"sunlit","depthScore":3,"depthScoreParts":{"impact":2.8,"likelihood":0,"exploitation":0,"ransomware":0},"changes":[]}