CVE-2026-31489

· NIST NVD ↗

In the Linux kernel, the following vulnerability has been resolved: spi: meson-spicc: Fix double-put in remove path meson_spicc_probe() registers the controller with devm_spi_register_controller(), so teardown already drops the controller reference via devm cleanup. Calling spi_controller_put() again in meson_spicc_remove() causes a double-put.

HIGH
CVSS severity
7.8
CVSS base score
2026-04-22
Published

CWE codes

CWE-415

Affected products

linux:linux_kernel

Sources