CVE-2026-97597
Last modified
CVE-2026-97597 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: ipv6: flowlabel: cap duplicate leases per socket ipv6_flowlabel_get() allocates an ipv6_fl_socklist entry for every successful GET. The recheck path for a compatible existing flowlabel links another lease without applying any lease admission check.
Description
In the Linux kernel, the following vulnerability has been resolved: ipv6: flowlabel: cap duplicate leases per socket ipv6_flowlabel_get() allocates an ipv6_fl_socklist entry for every successful GET. The recheck path for a compatible existing flowlabel links another lease without applying any lease admission check. Repeated GET requests for one shareable label can therefore grow a socket's lease list without bound. Reject a new unprivileged lease once the socket already holds FL_MAX_PER_SOCK leases. Check this on the shared recheck path so reuse of a globally interned label, including the fl_intern() collision path, is covered as well. New-label admission remains under the existing mem_check() policy. Use capable(CAP_NET_ADMIN) rather than ns_capable(), matching mem_check(). An unprivileged user must not bypass the cap by creating a user namespace and a netns where they have CAP_NET_ADMIN, which would still consume host memory. Check the capability only when the socket reaches the limit, so successful unprivileged GET requests below the cap do not generate a capability audit. Do the admission check before updating linger and expires so a rejected GET does not refresh the shared label, matching the existing socket-list allocation failure path.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 2f1a6dd5c80ceb902f50449efe899f29cd7918e3; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 467467bf4209f9f8add0c648bae763f92a0224c3; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 8d6cd188508513503805c156165de38e4e4a8615 |
| Linux | Linux | 2.6.12 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-97597?
How severe is CVE-2026-97597?
How do I fix CVE-2026-97597?
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-97591In the Linux kernel, the following vulnerability has been re…
- 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-97598In 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…
Are you affected by CVE-2026-97597?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
