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.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2026-04-22 14:16
Updated : 2026-06-19 13:16
NVD link : CVE-2026-31489
Mitre link : CVE-2026-31489
CVE.ORG link : CVE-2026-31489
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-415
Double Free
