In the Linux kernel, the following vulnerability has been resolved:
net/sched: act_gate: snapshot parameters with RCU on replace
The gate action can be replaced while the hrtimer callback or dump path is
walking the schedule list.
Convert the parameters to an RCU-protected snapshot and swap updates under
tcf_lock, freeing the previous snapshot via call_rcu(). When REPLACE omits
the entry list, preserve the existing schedule so the effective state is
unchanged.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2026-03-18 11:16
Updated : 2026-07-14 13:18
NVD link : CVE-2026-23245
Mitre link : CVE-2026-23245
CVE.ORG link : CVE-2026-23245
JSON object : View
Products Affected
linux
- linux_kernel
CWE
