NONE · 0

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 fr...

Vulnerability 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.

References

FAQ

What is CVE-2026-23182?

CVE-2026-23182 is a documented vulnerability. 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 fr...

How severe is CVE-2026-23182?

CVSS scoring is not yet available for CVE-2026-23182. Check NVD for updates.

Is there a patch for CVE-2026-23182?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.