In the Linux kernel, the following vulnerability has been resolved:
spi: wpcm-fiu: Fix potential NULL pointer dereference in wpcmfiuprobe()
platformgetresourcebyname() can return NULL, which would cause a crash when passed the pointer to resourcesize().
Move the fiu->memorysize assignment after the error check for devmioremap_resource() to prevent the potential NULL pointer dereference.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/46xxx/CVE-2026-46261.json",
"cna_assigner": "Linux"
}