CVE-2026-46083
Analyzed
Analyzed - Analysis Complete
SPI Resource Leak in Linux Kernel
Vulnerability report for CVE-2026-46083, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-05-27
Last updated on: 2026-06-24
Assigner: kernel.org
Description
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
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 5.13 |
| linux | linux_kernel | 5.13 |
| linux | linux_kernel | 5.13 |
| linux | linux_kernel | 5.13 |
| linux | linux_kernel | 5.13 |
| linux | linux_kernel | From 6.7 (inc) to 6.12.86 (exc) |
| linux | linux_kernel | From 6.2 (inc) to 6.6.140 (exc) |
| linux | linux_kernel | From 6.13 (inc) to 6.18.27 (exc) |
| linux | linux_kernel | From 6.19 (inc) to 7.0.4 (exc) |
| linux | linux_kernel | From 5.10.44 (inc) to 5.11 (exc) |
| linux | linux_kernel | From 5.12.11 (inc) to 5.13 (exc) |
| linux | linux_kernel | From 5.13.1 (inc) to 6.1.176 (exc) |
| linux | linux_kernel | From 5.4.126 (inc) to 5.5 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-401 | The product does not sufficiently track and release allocated memory after it has been used, making the memory unavailable for reallocation and reuse. |