In the Linux kernel, the following vulnerability has been resolved:
spi: tegra: Fix a memory leak in tegraslinkprobe()
In tegraslinkprobe(), when platformgetirq() 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.
{
"cna_assigner": "Linux",
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/23xxx/CVE-2026-23182.json"
}