Vulnerability in Linux

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 memory leak. Replace it with a goto label to ensure proper cleanup.

EPSS: 0.002 (7.0th percentile) — read the EPSS interpretation.

Affected products

  • Linux — versions 6.6.124, 5.15.200, 6.19

References