In the Linux kernel, the following vulnerability has been resolved:
ASoC: SOF: topology: fix memory leak in snd_sof_load_topology
When the topology filename contains "dummy" and tplg_cnt is 0, the
function returns -EINVAL directly without freeing the tplg_files
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.
CVE-2026-72263
NONE
EPSS 0.19%
Updated Aug 17, 2026
Linux
CVE Details
CVE ID
CVE-2026-72263
Published Date
Aug 15, 2026
Vendor
Linux
Severity
NONE
Exploit Prediction (EPSS)
Probability of Exploit
0.19%
Likelihood of exploitation in next 30 days
Percentile:
8.6th percentile (higher than 8.6% of all CVEs)
Standard patching cycle
Impact
Minimal impact
Source
View Advisory