Scheduled maintenance: Some features related to account registration and licensing may be temporarily unavailable from Friday (May 8) at 1 PM to Sunday (May 10) at 5 PM (PST).
HomeDefectsLIN1023-20325
Acknowledged

LIN1023-20325 : Security Advisory - linux - CVE-2026-31674

Created: Apr 27, 2026    Updated: Apr 30, 2026
Found In Version: 10.23.30.2
Severity: Standard
Applicable for: Wind River Linux LTS 23
Component/s: Kernel

Description

In the Linux kernel, the following vulnerability has been resolved:  netfilter: ip6t_rt: reject oversized addrnr in rt_mt6_check()  Reject rt match rules whose addrnr exceeds IP6T_RT_HOPS.  rt_mt6() expects addrnr to stay within the bounds of rtinfo->addrs[]. Validate addrnr during rule installation so malformed rules are rejected before the match logic can use an out-of-range value.