CVE-2026-23182 Details
Description
In the Linux kernel, the following vulnerability has been resolved: spi: tegra: Fix a memory leak in tegra_slink_probe() In tegra_slink_probe(), when platform_get_irq() fails, it directly returns from the function with an error code, which causes a memory leak. Replace it with a goto label to ensure proper cleanup.
A memory leak vulnerability has been identified in the Linux kernel's Tegra SPI driver, specifically within the SLINK probe function. When the function platform_get_irq() fails, it returns an error code without properly releasing allocated resources, leading to a memory leak. This issue has been addressed by modifying the function to use a goto statement for proper cleanup. The vulnerability affects the Linux kernel stable tree.
The vulnerability has been fixed in the Linux kernel stable tree. Users can upgrade to the latest version to address this issue.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Feb 14, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://git.kernel.org/stable/c/075415ae18b5b3e4d0187962d538653154216fe7 | kernel.org | Source CodeVendor |
| https://git.kernel.org/stable/c/126a09f4fcd2b895a818ca43fde078d907c1ac9a | kernel.org | Source CodeVendor |
| https://git.kernel.org/stable/c/327b71326cc1834bc031e8f52a470a18dfd9caa6 | kernel.org | Source CodeVendor |
| https://git.kernel.org/stable/c/41d9a6795b95d6ea28439ac1e9ce8c95bbca20fc | kernel.org | Source CodeVendor |
| https://git.kernel.org/stable/c/6a04dc650cef8d52a1ccb4ae245dbe318ffff32e | kernel.org | Source CodeVendor |
| https://git.kernel.org/stable/c/b8eec12aa666c11f8a6ad1488c568f85c58875fa | kernel.org | Source CodeVendor |
Weakness Enumeration
No weakness enumeration is available for this CVE.
Affected Products
| Product | Versions |
|---|---|
| Linux kernel | All versions |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | kernel.org |
| Feb 14, 2026 | New CVE Received | kernel.org |
Volerion