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.
Published: 2026-02-14
Score: n/a
EPSS: < 1% Very Low
KEV: No
Impact: Memory Leak
Action: Apply Patch
AI Analysis

Impact

The vulnerability resides in the Linux kernel’s Tegra SPI driver, specifically in the tegra_slink_probe function. When calling platform_get_irq fails, the function returns immediately, bypassing cleanup and leaving allocated resources in memory. Although this flaw cannot be directly leveraged for code execution or privilege escalation, repeated failures can deplete kernel memory over time, potentially degrading system performance, triggering out‑of‑memory conditions, or causing system instability. The weakness is a classic example of a memory leak, which can be especially problematic on embedded Tegra platforms with limited memory budgets.

Affected Systems

The flaw affects Linux kernels that include the tegra_slink probe, typically found in NVIDIA Tegra-based devices and distributions that ship a Tegra‑capable kernel. Specific versions are not enumerated in the report, but any kernel build that contains the tegra_slink driver prior to the patch commit will be susceptible. Users should consult their distribution’s kernel changelog or the referenced commit URLs to confirm whether the local kernel includes the fix.

Risk and Exploitability

The CVE carries a very low exploitation probability, as evidenced by an EPSS score of less than 1%, and it is not listed in the CISA KEV catalog. The attack vector is inferred to be local, requiring the attacker to trigger errors in the platform_get_irq path, which is generally limited to privileged system operations or manufacturing conditions. Because the issue is a resource exhaustion flaw rather than an immediate security breach, the overall threat remains low to moderate but warrants remediation to preserve system reliability.

Generated by OpenCVE AI on April 18, 2026 at 12:15 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the kernel to a version that contains the tegra_slink_probe memory‑leak fix (e.g., the latest Linux kernel 6.9.x or later as indicated by the commit references).
  • Verify that the tegra_slink driver is correctly loaded and that stack traces do not indicate platform_get_irq failures; if such failures occur, ensure the system can recover without excessive memory churn.
  • If upgrading the kernel is not immediately feasible, consider disabling the tegra_slink module or driver until the patch is applied to prevent the leak from accumulating.

Generated by OpenCVE AI on April 18, 2026 at 12:15 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4499-1 linux-6.1 security update
Debian DSA Debian DSA DSA-6141-1 linux security update
Debian DSA Debian DSA DSA-6163-1 linux security update
Ubuntu USN Ubuntu USN USN-8278-1 Linux kernel vulnerabilities
Ubuntu USN Ubuntu USN USN-8289-1 Linux kernel (NVIDIA) vulnerabilities
Ubuntu USN Ubuntu USN USN-8296-1 Linux kernel (FIPS) vulnerabilities
Ubuntu USN Ubuntu USN USN-8296-2 Linux kernel (NVIDIA Tegra) vulnerabilities
Ubuntu USN Ubuntu USN USN-8278-2 Linux kernel (Azure) vulnerabilities
History

Sat, 18 Apr 2026 12:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-401

Mon, 16 Feb 2026 12:15:00 +0000


Sat, 14 Feb 2026 16:45:00 +0000

Type Values Removed Values Added
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.
Title spi: tegra: Fix a memory leak in tegra_slink_probe()
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-05-23T16:04:03.906Z

Reserved: 2026-01-13T15:37:45.984Z

Link: CVE-2026-23182

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Deferred

Published: 2026-02-14T17:15:55.960

Modified: 2026-04-15T14:34:27.800

Link: CVE-2026-23182

cve-icon Redhat

Severity :

Publid Date: 2026-02-14T00:00:00Z

Links: CVE-2026-23182 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-04-18T12:15:15Z

Weaknesses