CVE-2026-68450: btrfs: free mapping node on duplicate reloc root insert

Published Aug 12, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

btrfs: free mapping node on duplicate reloc root insert

addrelocroot() allocates a mappingnode before inserting it into rc->relocroottree. If rbsimpleinsert() finds an existing entry, it returns the existing rbnode and leaves the newly allocated node unlinked.

The error path then returns -EEXIST without freeing the new node. Since the node was never inserted into relocroottree, the later cleanup in putreloccontrol() cannot find it either.

Free the newly allocated node before returning -EEXIST.

The callers currently assert that -EEXIST should not happen, so this is a defensive cleanup for an unexpected duplicate insert path. If the path is ever reached, the local allocation should still be released.

Affected Software

1 affected component
Linux Linux kernel

Event History

Aug 12, 2026
CVE Published
via MITRE·12:51 AM
Data Sourced
via MITRE·12:51 AM
Description
Data Sourced
via NVD·01:17 AM
Description
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2026-68450?

CVE-2026-68450 is classified with a risk score of 2.

2

How do I fix CVE-2026-68450?

To fix CVE-2026-68450, ensure you update to the latest version of the Linux kernel that contains the patch for this vulnerability.

3

What systems are affected by CVE-2026-68450?

CVE-2026-68450 affects the btrfs filesystem component of the Linux kernel.

4

Can CVE-2026-68450 lead to data loss?

There is potential for data integrity issues in systems running affected versions of the Linux kernel if CVE-2026-68450 is exploited.

5

What are the symptoms of CVE-2026-68450 exploitation?

Symptoms of CVE-2026-68450 exploitation may include unexpected system behavior related to btrfs filesystem operations.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203
CVE-2026-68450 - btrfs: free mapping node on duplicate reloc root insert - SecAlerts