CVE-2025-71183
BaseFortify
Publication date: 2026-01-31
Last updated on: 2026-03-25
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 6.19 |
| linux | linux_kernel | 6.19 |
| linux | linux_kernel | 6.19 |
| linux | linux_kernel | 6.19 |
| linux | linux_kernel | 6.19 |
| linux | linux_kernel | From 6.13 (inc) to 6.18.6 (exc) |
| linux | linux_kernel | From 6.2 (inc) to 6.6.121 (exc) |
| linux | linux_kernel | From 6.7 (inc) to 6.12.66 (exc) |
| linux | linux_kernel | 6.19 |
| linux | linux_kernel | 6.19 |
| linux | linux_kernel | 6.19 |
| linux | linux_kernel | From 3.18.32 (inc) to 3.19 (exc) |
| linux | linux_kernel | From 4.1.23 (inc) to 4.2 (exc) |
| linux | linux_kernel | From 4.4.8 (inc) to 4.5 (exc) |
| linux | linux_kernel | From 4.5.2 (inc) to 4.6 (exc) |
| linux | linux_kernel | From 4.6.1 (inc) to 6.1.161 (exc) |
| linux | linux_kernel | 4.6 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability occurs in the Linux kernel's btrfs filesystem during rename operations involving directories and inodes. Specifically, after exchanging two directories (rename exchange) or performing multiple renames in non-atomic steps, the filesystem's log tree may incorrectly record inode references. After a power failure, this can cause the system to attempt to delete an inode that should not be deleted because it was not deleted before the failure. If the inode is a directory containing a subvolume, the deletion attempt fails because the log replay code is not designed to handle directory entries pointing to root items. This leads to mount failures and kernel errors.
How can this vulnerability impact me? :
This vulnerability can cause the Linux system using btrfs to fail mounting the filesystem after a power failure due to improper handling of inode deletions during log replay. This can lead to system instability, data inaccessibility, and potential data loss or corruption, especially if directories containing subvolumes are involved in rename operations. The failure manifests as kernel errors and aborted transactions, impacting system availability and reliability.