cbcvebase.
CVE-2026-53264
published 2026-06-25

CVE-2026-53264: In the Linux kernel, the following vulnerability has been resolved: net/sched: act_api: use RCU with deferred freeing for action lifecycle When NEWTFILTER and…

PriorityP339high7.8CVSS 3.1
AVLACLPRLUINSUCHIHAH
EPSS
0.12%
2.3th percentile
In the Linux kernel, the following vulnerability has been resolved: net/sched: act_api: use RCU with deferred freeing for action lifecycle When NEWTFILTER and DELFILTER are run concurrently it is possible to create a race with an associated action. Let's illustrate with CPU0 running NEWTFILTER and CPU1 running DELFILTER: 0: mutex_lock() 0, mutex held 1: idr_remove(idr, index) tcfa_refcnt) 0, mutex held 1: idr_remove(idr, index) 1: mutex_unlock() 1: call_rcu(&p->tcfa_rcu, tcf_action_rcu_free) tcfa_refcnt) <-- fails, refcnt already 0 1: rcu_read_unlock() <-- release so freeing can run after grace period After CPU1 calls idr_remove(), the object is no longer reachable through the IDR. CPU0's subsequent idr_find() will return NULL, and even if it still held a stale pointer, the immediate kfree() is now deferred until after the RCU grace period, so no UAF can occur.

Affected

23 ranges
VendorProductVersion rangeFixed in
linuxlinux
linuxlinux>= d7fb60b9cafb982cb2e46a267646a8dfd4f2e5da < 98b2e40879abf0245be5a5b7af69e0f6ff524ac398b2e40879abf0245be5a5b7af69e0f6ff524ac3
linuxlinux>= d7fb60b9cafb982cb2e46a267646a8dfd4f2e5da < 18af5d2ef0c4f65787fd1280c8b23286b9f2a83518af5d2ef0c4f65787fd1280c8b23286b9f2a835
linuxlinux>= d7fb60b9cafb982cb2e46a267646a8dfd4f2e5da < 1f1b98fea6b9ea30507d0f2fbff6750292d097e21f1b98fea6b9ea30507d0f2fbff6750292d097e2
linuxlinux>= d7fb60b9cafb982cb2e46a267646a8dfd4f2e5da < 8b136f18ac4b2ace5aaad3305b3f8a5d8165a0098b136f18ac4b2ace5aaad3305b3f8a5d8165a009
linuxlinux>= d7fb60b9cafb982cb2e46a267646a8dfd4f2e5da < 5dd51e09020c65aa53cf128e5e3517cd53b3c1135dd51e09020c65aa53cf128e5e3517cd53b3c113
linuxlinux>= d7fb60b9cafb982cb2e46a267646a8dfd4f2e5da < b60e9391142e983fab2be53497aa8f71fdd09cd5b60e9391142e983fab2be53497aa8f71fdd09cd5
linuxlinux>= d7fb60b9cafb982cb2e46a267646a8dfd4f2e5da < 91d105d2cbe002f9c7b43a6183adedc37e1da1f791d105d2cbe002f9c7b43a6183adedc37e1da1f7
linuxlinux>= d7fb60b9cafb982cb2e46a267646a8dfd4f2e5da < 5057e1aca011e51ef51498c940ef96f3d3e8a3055057e1aca011e51ef51498c940ef96f3d3e8a305
linuxlinux_kernel
linuxlinux_kernel
linuxlinux_kernel
linuxlinux_kernel
linuxlinux_kernel
linuxlinux_kernel
linuxlinux_kernel
linuxlinux_kernel>= 4.14 < 5.10.2595.10.259
linuxlinux_kernel>= 5.11 < 5.15.2105.15.210
linuxlinux_kernel>= 5.16 < 6.1.1766.1.176
linuxlinux_kernel>= 6.13 < 6.18.366.18.36
linuxlinux_kernel>= 6.19 < 7.0.137.0.13
linuxlinux_kernel>= 6.2 < 6.6.1436.6.143
linuxlinux_kernel>= 6.7 < 6.12.946.12.94

CVSS provenance

nvdv3.17.8HIGHCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
vendor_redhat7.0MEDIUM
Stop checking back — get the weekly exploitation signal.

Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.