HomeDefectsLIN1025-8463
Acknowledged

LIN1025-8463 : Security Advisory - linux - CVE-2026-23245

Created: Mar 19, 2026    Updated: Mar 30, 2026
Found In Version: 10.25.33.2
Severity: Standard
Applicable for: Wind River Linux LTS 25
Component/s: Kernel

Description

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.