CVE-2026-89645

Source
https://cve.org/CVERecord?id=CVE-2026-89645
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89645.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-89645
Downstream
Published
2026-09-11T19:45:37Z
Modified
2026-09-13T03:46:39Z
Summary
btrfs: drop recovered reloc root refs on recovery failure
Details

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

btrfs: drop recovered reloc root refs on recovery failure

During relocation recovery, each fs root gets a reference to its relocation root. If loading or adding a later root fails, or if the first transaction commit fails, btrfs_recover_relocation() jumps to out_unset before merge_reloc_roots() and clean_dirty_subvols().

put_reloc_control() drops the list-owned relocation root references, but it does not clear fs_root->reloc_root or drop the references owned by those pointers. Mount cleanup only drops them when BTRFS_FS_ERROR is set, so an error such as -ENOMEM while processing a later root can leave references behind.

Keep temporary references to the fs roots associated during recovery. On failure, clear their reloc_root pointers and drop the corresponding references. Once the first transaction commit succeeds, drop only the temporary fs root references and let the normal merge and cleanup paths handle the relocation roots.

Fault injection on a pending-relocation image confirmed the cleanup gap. With an injected first-commit failure, 25 fs roots had reloc_root set with fs_error=0. With this fix, the same failure path drops that count to 0 before mount fails.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/89xxx/CVE-2026-89645.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
f44deb7442edf42abee6be25fca7e3e86061b4c9
Fixed
2256d6dc5b88841a8a8b4fd9a9f04730705fb6fd
Fixed
8a64baeb5bbb706b83d2235c1e39f5b77183817f
Fixed
4d43107e807bcd92621106b07f5011411c6341a8
Fixed
6d8ba4572922e336f0b59a80751b018e1e135164

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.7.0
Fixed
6.12.109
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.50
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.4

Database specific

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