CVE-2026-23182
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…
Does this matter?
Not yet scored. NVD analysis is pending; check back once CVSS and EPSS values are published.
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.
- CVSS
- Not yet scored
- EPSS
- 0.17% probability · 7th percentile
- CISA KEV
- Not listed
- Source
- 416baaa9-dc9f-4396-8d5f-8c081fb06d67
References
- https://git.kernel.org/stable/c/075415ae18b5b3e4d0187962d538653154216fe7
- https://git.kernel.org/stable/c/126a09f4fcd2b895a818ca43fde078d907c1ac9a
- https://git.kernel.org/stable/c/327b71326cc1834bc031e8f52a470a18dfd9caa6
- https://git.kernel.org/stable/c/41d9a6795b95d6ea28439ac1e9ce8c95bbca20fc
- https://git.kernel.org/stable/c/6a04dc650cef8d52a1ccb4ae245dbe318ffff32e
- https://git.kernel.org/stable/c/b8eec12aa666c11f8a6ad1488c568f85c58875fa
Source: NVD record, EPSS from FIRST.org, KEV from CISA. Refreshed daily.