CVE-2026-23182
Unknown Unknown - Not Provided
Memory Leak in Linux Kernel Tegra SPI Driver Fixed

Publication date: 2026-02-14

Last updated on: 2026-02-14

Assigner: kernel.org

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 Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-02-14
Last Modified
2026-02-14
Generated
2026-06-16
AI Q&A
2026-02-14
EPSS Evaluated
2026-06-15
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
nvidia tegra *
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 exists in the Linux kernel's SPI driver for Nvidia Tegra devices. Specifically, in the function tegra_slink_probe(), if the call to platform_get_irq() fails, the function returns immediately with an error code without properly cleaning up allocated memory. This behavior causes a memory leak.

The fix involves replacing the direct return with a goto label to ensure that any allocated resources are properly freed before exiting the function.

Impact Analysis

The impact of this vulnerability is a memory leak in the Linux kernel on Nvidia Tegra devices. Over time, repeated failures in platform_get_irq() could cause the system to consume more memory than expected, potentially leading to degraded system performance or instability.

Compliance Impact

I don't know

Detection Guidance

I don't know

Mitigation Strategies

I don't know

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