In the Linux kernel, the following vulnerability has been resolved:
pinctrl: mcp23s08: Initialize mcp->dev and mcp->addr before regmap init
Regmap initialization triggers regcache_maple_populate() which attempts
SPI read to populate cache. SPI read requires mcp->dev and mcp->addr to
be set, without them, NULL pointer dereference occurs during probe.
Move initialization before mcp23s08_spi_regmap_init() call.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2026-07-01 14:16
Updated : 2026-07-23 21:32
NVD link : CVE-2026-53344
Mitre link : CVE-2026-53344
CVE.ORG link : CVE-2026-53344
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-908
Use of Uninitialized Resource
