Acknowledged
Created: Sep 21, 2025
Updated: Sep 23, 2025
Found In Version: 10.22.33.1
Severity: Standard
Applicable for: Wind River Linux LTS 22
Component/s: Kernel
In the Linux kernel, the following vulnerability has been resolved:[EOL][EOL]i40e: Fix potential invalid access when MAC list is empty[EOL][EOL]list_first_entry() never returns NULL - if the list is empty, it still[EOL]returns a pointer to an invalid object, leading to potential invalid[EOL]memory access when dereferenced.[EOL][EOL]Fix this by using list_first_entry_or_null instead of list_first_entry.