CVE-2026-46261
概要

In the Linux kernel, the following vulnerability has been resolved:

spi: wpcm-fiu: Fix potential NULL pointer dereference in wpcm_fiu_probe()

platform_get_resource_byname() can return NULL, which would cause a crash
when passed the pointer to resource_size().

Move the fiu->memory_size assignment after the error check for
devm_ioremap_resource() to prevent the potential NULL pointer dereference.

公表日 2026年6月4日3:16
登録日 2026年6月4日4:17
最終更新日 2026年6月4日3:16
関連情報、対策とツール
共通脆弱性一覧