VDB
CISA-2021-47113
CISA-2021-47113
PUBLISHED
Reported by Linux · Published March 15, 2024
In the Linux kernel, the following vulnerability has been resolved: btrfs: abort in rename_exchange if we fail to insert the second ref Error injection stress uncovered a problem where we'd leave a dangling inode ref if we failed during a rename_exchange. This happens because we insert the inode ref for one side of the rename, and then for the other side. If this second inode ref insert fails we'll leave the first one dangling and leave a corrupt file system behind. Fix this by aborting if we did the insert for the first inode ref.
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | cdd1fedf8261cd7a73c0596298902ff4f0f04492, cdd1fedf8261cd7a73c0596298902ff4f0f04492, cdd1fedf8261cd7a73c0596298902ff4f0f04492 |
| Linux | Linux | 4.7, 0, 5.10.43 |
| linux | linux_kernel | 4.7, 4.7, 4.7 |
| Linux | Linux | cdd1fedf8261cd7a73c0596298902ff4f0f04492, cdd1fedf8261cd7a73c0596298902ff4f0f04492, cdd1fedf8261cd7a73c0596298902ff4f0f04492 |
Timeline
- Mar 15, 2024 CVE Published
- Dec 18, 2025 CVE Updated