NONE · 0

CVE-2026-72309

In the Linux kernel, the following vulnerability has been resolved: tracing/remotes: Fix leak in trace_remote_alloc_buffer() error path If page allocation fails in trace_remote_alloc_buffer(), desc-...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: tracing/remotes: Fix leak in trace_remote_alloc_buffer() error path If page allocation fails in trace_remote_alloc_buffer(), desc->nr_cpus is not yet incremented for the current CPU. As a consequence, on error, half-allocated rb_desc will not be freed in trace_remote_free_buffer(). Increment desc->nr_cpus as soon as the first allocation for the current CPU has succeeded.

References

FAQ

What is CVE-2026-72309?

CVE-2026-72309 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: tracing/remotes: Fix leak in trace_remote_alloc_buffer() error path If page allocation fails in trace_remote_alloc_buffer(), desc-...

How severe is CVE-2026-72309?

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

Is there a patch for CVE-2026-72309?

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