CVE-2026-97616
Last modified
CVE-2026-97616 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: net/sched: act_api: release all action references on NEWACTION failure When a batched RTM_NEWACTION request replaces an existing action, tcf_idr_check_alloc() takes a temporary reference on it. If a later action fails to initialize, tcf_action_destroy() uses strict release semantics to clean up the actions initialized so far.
Description
In the Linux kernel, the following vulnerability has been resolved: net/sched: act_api: release all action references on NEWACTION failure When a batched RTM_NEWACTION request replaces an existing action, tcf_idr_check_alloc() takes a temporary reference on it. If a later action fails to initialize, tcf_action_destroy() uses strict release semantics to clean up the actions initialized so far. For an action bound to a filter, the strict check returns -EPERM without dropping the temporary reference. This error also makes tcf_action_destroy() return before releasing subsequent entries. Any new action initialized between the bound action and the failing entry is leaked together with its reserved IDR slot, preventing reuse of its index. Use tcf_idr_release() to drop each reference held by the batch without rejecting bound actions. This allows cleanup to continue through all initialized entries and preserves the module reference release when an action is destroyed. Explicit action deletion and flushing retain their separate bind-count checks.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 55334a5db5cd32b207ac697cec3ec8e078f345d4, < f908c8a969946a45225fd7f9d9a85771e12ae0a8; >= 55334a5db5cd32b207ac697cec3ec8e078f345d4, < 64b36eaef6ea5ada9aea4c2cf87099aaa8a4869b; >= 55334a5db5cd32b207ac697cec3ec8e078f345d4, < 048617743febf6530111cfb594e9bbbd7918bf67; >= 55334a5db5cd32b207ac697cec3ec8e078f345d4, < 478eb5abb51931a152abab068f8a717b7ff480fd |
| Linux | Linux | 3.15 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-97616?
How severe is CVE-2026-97616?
How do I fix CVE-2026-97616?
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-97610In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97611In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-97612In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-97613In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97614In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97615In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97617In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97618In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97619In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9762IBM Db2 11.5.0 through 11.5.9, and 12.1.0 through 12.1.4 is …7.8
- CVE-2026-97620In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97621In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-97616?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
