In the Linux kernel, the following vulnerability has been resolved:
spi: amlogic-spisg: Fix memory leak in aml_spisg_probe()
In aml_spisg_probe(), ctlr is allocated by
spi_alloc_target()/spi_alloc_host(), but fails to call
spi_controller_put() in several error paths. This leads
to a memory leak whenever the driver fails to probe after
the initial allocation.
Convert to use devm_spi_alloc_host()/devm_spi_alloc_target()
to fix the memory leak.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2026-04-03 16:16
Updated : 2026-07-24 21:10
NVD link : CVE-2026-23431
Mitre link : CVE-2026-23431
CVE.ORG link : CVE-2026-23431
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime
