HomeDefectsLIN1022-19679
Fixed

LIN1022-19679 : Security Advisory - linux - CVE-2025-40279

Created: Dec 8, 2025    Updated: Jun 1, 2026
Resolved Date: May 25, 2026
Found In Version: 10.22.33.1
Fix Version: 10.22.33.24
Severity: Standard
Applicable for: Wind River Linux LTS 22
Component/s: Kernel

Description

In the Linux kernel, the following vulnerability has been resolved:[EOL][EOL]net: sched: act_connmark: initialize struct tc_ife to fix kernel leak[EOL][EOL]In tcf_connmark_dump(), the variable 'opt' was partially initialized using a[EOL]designatied initializer. While the padding bytes are reamined[EOL]uninitialized. nla_put() copies the entire structure into a[EOL]netlink message, these uninitialized bytes leaked to userspace.[EOL][EOL]Initialize the structure with memset before assigning its fields[EOL]to ensure all members and padding are cleared prior to beign copied.

CVEs