In the Linux kernel, the following vulnerability has been resolved:
tracing/remotes: Fix leak in traceremotealloc_buffer() error path
If page allocation fails in traceremoteallocbuffer(), desc->nrcpus is not yet incremented for the current CPU. As a consequence, on error, half-allocated rbdesc will not be freed in traceremotefreebuffer().
Increment desc->nr_cpus as soon as the first allocation for the current CPU has succeeded.
{
"cna_assigner": "Linux",
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/72xxx/CVE-2026-72309.json"
}