CVE-2026-97598
Last modified
CVE-2026-97598 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: ipv4: fib: bound automatic table ID allocation fib_empty_table() probes every table ID from 1 until it finds a free one. IPv4 tables are stored in a 256-bucket hash table, so a dense set of IDs makes each probe walk a growing hash chain while RTNL is held. Automatic table assignment ("ip rule ...
Description
In the Linux kernel, the following vulnerability has been resolved: ipv4: fib: bound automatic table ID allocation fib_empty_table() probes every table ID from 1 until it finds a free one. IPv4 tables are stored in a 256-bucket hash table, so a dense set of IDs makes each probe walk a growing hash chain while RTNL is held. Automatic table assignment ("ip rule ... table 0") is an IPv4-only legacy path. Bound the automatically allocated ID to 4096 so the RTNL hold stays bounded, without changing lookups of explicitly specified table IDs. This changes user-visible behavior. A table-0 rule previously received the lowest free ID in 1..RT_TABLE_MAX (0xFFFFFFFF). After this patch the search stops at 4096 and the rule add fails with ENOBUFS if that range is fully occupied. Explicit table IDs above 4096 remain usable. The automatic path is unused in practice: it is IPv4-only, not documented by ip-rule, uncovered by kernel selftests, and both NetworkManager and systemd refuse table 0.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= b801f54917b7c6e8540f877ee562cd0725e62ebd, < bc8d01d856db106f284b19961af6112e10c3e3b4; >= b801f54917b7c6e8540f877ee562cd0725e62ebd, < fe9a906d2bff2d2707bafd6353b5e032a42aeb35; >= b801f54917b7c6e8540f877ee562cd0725e62ebd, < 2c29c053a6627dc4f12fcfe6b4860bcd9e5d7503; >= b801f54917b7c6e8540f877ee562cd0725e62ebd, < efdfb1e27a3328085b79540dfe781d537b576ea1 |
| Linux | Linux | 2.6.19 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-97598?
How severe is CVE-2026-97598?
How do I fix CVE-2026-97598?
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-97592In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97593In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97594In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97595In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97596In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97597In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97599In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97600In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97601In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97602In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97603In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97604In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-97598?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
