CVE-2023-53618
BaseFortify
Publication date: 2025-10-07
Last updated on: 2026-02-05
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 6.5 |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel's Btrfs filesystem involves an invalid reloc tree root key that causes an assertion failure (crash) inside the prepare_to_merge() function. The issue arises because reloc trees are only valid for subvolumes, which can share tree blocks with other trees, but the bug allowed invalid reloc tree keys for non-subvolume trees, leading to corrupted on-disk data and a triggered ASSERT(). The fix ensures that reloc trees can only exist for subvolumes and adds checks to prevent such invalid keys.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to crash due to an assertion failure when handling corrupted or invalid Btrfs reloc tree root keys. This can lead to system instability or data loss if the filesystem encounters such corrupted data, potentially affecting system availability and data integrity.