In the Linux kernel, the following vulnerability has been resolved:
ASoC: SOF: topology: fix memory leak in sndsofload_topology
When the topology filename contains "dummy" and tplgcnt is 0, the function returns -EINVAL directly without freeing the tplgfiles allocated by kcalloc() at line 2497. This leaks memory on every such topology load attempt.
Fix this by setting ret = -EINVAL and jumping to the out: label, which already handles the kfree(tplg_files) cleanup.
{
"cna_assigner": "Linux",
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/72xxx/CVE-2026-72263.json"
}