NONE · 0

CVE-2026-68422

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix root leak if its reloc root is unexpected in merge_reloc_roots() If we have an unexpected reloc_root for our root, we j...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix root leak if its reloc root is unexpected in merge_reloc_roots() If we have an unexpected reloc_root for our root, we jump to the out label but never drop the reference we obtained for root, resulting in a leak. Add a missing btrfs_put_root() call.

References

FAQ

What is CVE-2026-68422?

CVE-2026-68422 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: btrfs: fix root leak if its reloc root is unexpected in merge_reloc_roots() If we have an unexpected reloc_root for our root, we j...

How severe is CVE-2026-68422?

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

Is there a patch for CVE-2026-68422?

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