CVE-2026-97616

Source
https://cve.org/CVERecord?id=CVE-2026-97616
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-97616.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-97616
Downstream
Published
2026-09-25T10:22:23Z
Modified
2026-09-26T03:48:30Z
Summary
net/sched: act_api: release all action references on NEWACTION failure
Details

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.

Database specific
{
    "cna_assigner":  "Linux",
    "osv_generated_from":  "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/97xxx/CVE-2026-97616.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
55334a5db5cd32b207ac697cec3ec8e078f345d4
Fixed
f908c8a969946a45225fd7f9d9a85771e12ae0a8
Fixed
64b36eaef6ea5ada9aea4c2cf87099aaa8a4869b
Fixed
048617743febf6530111cfb594e9bbbd7918bf67
Fixed
478eb5abb51931a152abab068f8a717b7ff480fd

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-97616.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
3.15.0
Fixed
6.12.111
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.53
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.7

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-97616.json"