CVE-2026-98027
Last modified
CVE-2026-98027 is a high-severity vulnerability rated 7/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: net: dsa: mv88e6xxx: bound the policy rule dump by the caller's buffer size mv88e6xxx_get_rxnfc() uses rxnfc->rule_cnt as the write index while dumping the policy IDR, clobbering the input value before it has been looked at. That input is the number of entries the caller had room for. ETHTOOL_GRXCLSRLALL requires no CAP_NET_ADMIN and the ioctl sizes the buffer from the rule_cnt userspace passes in, so once an admin has installed policy rules any user can ask for fewer slots than there are rules and run off the end of the allocation.
Description
In the Linux kernel, the following vulnerability has been resolved: net: dsa: mv88e6xxx: bound the policy rule dump by the caller's buffer size mv88e6xxx_get_rxnfc() uses rxnfc->rule_cnt as the write index while dumping the policy IDR, clobbering the input value before it has been looked at. That input is the number of entries the caller had room for. ETHTOOL_GRXCLSRLALL requires no CAP_NET_ADMIN and the ioctl sizes the buffer from the rule_cnt userspace passes in, so once an admin has installed policy rules any user can ask for fewer slots than there are rules and run off the end of the allocation. A rule_cnt of 0 leaves the buffer pointer NULL and the walk dereferences it. Count into a local so the caller's limit survives the walk, and stop with -EMSGSIZE once it is reached.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= da7dc87553046a43be1620a783ce3d9f6583d322, < 44cd4674d9aa5bdf793b8a8b481c9e8536ed6070; >= da7dc87553046a43be1620a783ce3d9f6583d322, < 7a683c2b062810bca203e41866389daf387c235b; >= da7dc87553046a43be1620a783ce3d9f6583d322, < cda5ac8fe8ac8e80b1703ebb8c4250726fc19739; >= da7dc87553046a43be1620a783ce3d9f6583d322, < b1fffc273112e7284c5b705e186b43b5770cd3d5 |
| Linux | Linux | 5.4 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-98027?
How severe is CVE-2026-98027?
How do I fix CVE-2026-98027?
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-98021In the Linux kernel, the following vulnerability has been re…
- 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-98028In the Linux kernel, the following vulnerability has been re…
- 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…
Are you affected by CVE-2026-98027?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
