CVE-2026-68450

Source
https://cve.org/CVERecord?id=CVE-2026-68450
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-68450.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-68450
Downstream
Published
2026-08-12T00:51:48Z
Modified
2026-08-21T03:30:40Z
Summary
btrfs: free mapping node on duplicate reloc root insert
Details

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

btrfs: free mapping node on duplicate reloc root insert

__add_reloc_root() allocates a mapping_node before inserting it into rc->reloc_root_tree. If rb_simple_insert() finds an existing entry, it returns the existing rb_node 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 reloc_root_tree, the later cleanup in put_reloc_control() 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.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/68xxx/CVE-2026-68450.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
57a304cfd43b2b4a5b44b8f5dc026abb34183068
Fixed
29d9746812d8b7c37d594f484e994fd552c3ec33
Fixed
b7c5b8e1d5f0779dfbabc3068b7ac0f12e53b3a8
Fixed
92bedc0455552b42ada1a1f42b0e3a8593cdfccc
Fixed
14a8be9428435ee17f17fae7991215c246b7fd43
Fixed
797dc567146c7e3c4f8d9680e4fbc76e0a6d9151
Fixed
ae0629ff9ccb836416ada129f4edc7efea6eaaad
Fixed
6a8269b6459ed870a8156c106a0f597383907872

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-68450.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.13.0
Fixed
5.15.216
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.183
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.148
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.101
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.42
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.6

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-68450.json"