CVE-2026-43460
Severity CVSS v4.0:
Pending analysis
Type:
CWE-415
Double Free
Publication date:
08/05/2026
Last modified:
20/05/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
spi: rockchip-sfc: Fix double-free in remove() callback<br />
<br />
The driver uses devm_spi_register_controller() for registration, which<br />
automatically unregisters the controller via devm cleanup when the<br />
device is removed. The manual call to spi_unregister_controller() in<br />
the remove() callback can lead to a double-free.<br />
<br />
And to make sure controller is unregistered before DMA buffer is<br />
unmapped, switch to use spi_register_controller() in probe().
Impact
Base Score 3.x
7.80
Severity 3.x
HIGH
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.14 (including) | 6.18.19 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (including) | 6.19.9 (excluding) |
| cpe:2.3:o:linux:linux_kernel:7.0:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc3:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page



