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-05-07
AI Q&A
2026-02-14
EPSS Evaluated
2026-05-05
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 Powered Q&A
Can you explain this vulnerability to me?

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.


How can this vulnerability impact me? :

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.


How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:

I don't know


How can this vulnerability be detected on my network or system? Can you suggest some commands?

I don't know


What immediate steps should I take to mitigate this vulnerability?

I don't know


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart