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]pcmcia: Fix a NULL pointer dereference in __iodyn_find_io_region()[EOL][EOL]In __iodyn_find_io_region(), pcmcia_make_resource() is assigned to[EOL]res and used in pci_bus_alloc_resource(). There is a dereference of res[EOL]in pci_bus_alloc_resource(), which could lead to a NULL pointer[EOL]dereference on failure of pcmcia_make_resource().[EOL][EOL]Fix this bug by adding a check of res.