CVE-2026-46083
Awaiting Analysis Awaiting Analysis - Queue
SPI Resource Leak in Linux Kernel

Publication date: 2026-05-27

Last updated on: 2026-05-27

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: spi: fix resource leaks on device setup failure Make sure to call controller cleanup() if spi_setup() fails while registering a device to avoid leaking any resources allocated by setup().
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-05-27
Last Modified
2026-05-27
Generated
2026-06-16
AI Q&A
2026-05-27
EPSS Evaluated
2026-06-15
NVD
EUVD
Affected Vendors & Products
Showing 2 associated CPEs
Vendor Product Version / Range
linux linux_kernel *
linux_kernel linux_kernel *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

This vulnerability is related to the Linux kernel's SPI (Serial Peripheral Interface) subsystem. It involves resource leaks that occur when the device setup process fails during spi_setup(). Specifically, if spi_setup() fails while registering a device, the controller cleanup() function is not called, which leads to allocated resources not being properly released.

Impact Analysis

The impact of this vulnerability is that it can cause resource leaks in the Linux kernel when SPI device setup fails. Resource leaks can lead to increased memory usage or other resource exhaustion, potentially degrading system performance or stability over time.

Mitigation Strategies

The vulnerability is fixed by ensuring that the controller cleanup() function is called if spi_setup() fails during device registration to avoid resource leaks.

To mitigate this vulnerability, update your Linux kernel to the version where this fix is applied.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-46083. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart