In the Linux kernel, the following vulnerability has been resolved:
spi: amlogic-spisg: Fix memory leak in amlspisgprobe()
In amlspisgprobe(), ctlr is allocated by spialloctarget()/spiallochost(), but fails to call spicontrollerput() in several error paths. This leads to a memory leak whenever the driver fails to probe after the initial allocation.
Convert to use devmspiallochost()/devmspialloctarget() to fix the memory leak.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/23xxx/CVE-2026-23431.json",
"cna_assigner": "Linux"
}