CVE-2026-53344
In the Linux kernel, the following vulnerability has been resolved: pinctrl: mcp23s08: Initialize mcp->dev and mcp->addr before regmap init
CVSS
—
Sin CVSS
EPSS
0.1%
p4
KEV
—
Exploit Today
1
0-100
Publicado: 1 jul 2026 · Última mod.: 14 jul 2026
0.1%EPSS · 30 días0.1%
2026-07-022026-07-17
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.
Sin CVEs relacionados por CWE o producto.