Bug 2513381 (CVE-2026-68422) - CVE-2026-68422 kernel: btrfs: fix root leak if its reloc root is unexpected in merge_reloc_roots()
Summary: CVE-2026-68422 kernel: btrfs: fix root leak if its reloc root is unexpected i...
Keywords:
Status: NEW
Alias: CVE-2026-68422
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-08-10 12:34 UTC by OSIDB Bzimport
Modified: 2026-08-12 17:10 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-08-10 12:34:14 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.