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.
References
Configurations
Configuration 1 (hide)
|
History
20 Jul 2026, 20:10
| Type | Values Removed | Values Added |
|---|---|---|
| Summary |
|
09 Jun 2026, 20:03
| Type | Values Removed | Values Added |
|---|---|---|
| CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
| First Time |
Linux linux Kernel
Linux |
|
| References | () https://git.kernel.org/stable/c/0f93a80eb3fd596ddc5730d05e0e8c88e1aa2891 - Patch | |
| References | () https://git.kernel.org/stable/c/2c538a0b3472e99c892c26f4940da38b7d87f632 - Patch | |
| References | () https://git.kernel.org/stable/c/888a0a802c467bbe34a42167bdf9d7331333440a - Patch | |
| References | () https://git.kernel.org/stable/c/9e5cb7e67fbdb8320d68d87db882a92b36f6a1d9 - Patch | |
| References | () https://git.kernel.org/stable/c/cb9b2dc34a9eef0855edb00ae9c9b7f72394281b - Patch | |
| CWE | CWE-476 |
03 Jun 2026, 18:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-06-03 18:16
Updated : 2026-07-20 20:10
NVD link : CVE-2026-46261
Mitre link : CVE-2026-46261
CVE.ORG link : CVE-2026-46261
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-476
NULL Pointer Dereference
