Vulnerability Description
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.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 6.19, < 7.0.13 |
Related Weaknesses (CWE)
References
- https://git.kernel.org/stable/c/3a13bb9540dfd7014c5601608afcbbadbbcfd673Patch
- https://git.kernel.org/stable/c/8473c3a197b57ff01396f7a2ec6ddf65383820d4Patch
FAQ
What is CVE-2026-53344?
CVE-2026-53344 is a vulnerability with a CVSS score of 5.5 (MEDIUM). 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() w...
How severe is CVE-2026-53344?
CVE-2026-53344 has been rated MEDIUM with a CVSS base score of 5.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-53344?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.