Executive Summary
Informations | |||
---|---|---|---|
Name | CVE-2021-47072 | First vendor Publication | 2024-03-01 |
Vendor | Cve | Last vendor Modification | 2025-01-09 |
Security-Database Scoring CVSS v3
Cvss vector : CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H | |||
---|---|---|---|
Overall CVSS Score | 5.5 | ||
Base Score | 5.5 | Environmental Score | 5.5 |
impact SubScore | 3.6 | Temporal Score | 5.5 |
Exploitabality Sub Score | 1.8 | ||
Attack Vector | Local | Attack Complexity | Low |
Privileges Required | Low | User Interaction | None |
Scope | Unchanged | Confidentiality Impact | None |
Integrity Impact | None | Availability Impact | High |
Calculate full CVSS 3.0 Vectors scores |
Security-Database Scoring CVSS v2
Cvss vector : | |||
---|---|---|---|
Cvss Base Score | N/A | Attack Range | N/A |
Cvss Impact Score | N/A | Attack Complexity | N/A |
Cvss Expoit Score | N/A | Authentication | N/A |
Calculate full CVSS 2.0 Vectors scores |
Detail
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix removed dentries still existing after log is synced When we move one inode from one directory to another and both the inode and its previous parent directory were logged before, we are not supposed to have the dentry for the old parent if we have a power failure after the log is synced. Only the new dentry is supposed to exist. Generally this works correctly, however there is a scenario where this is not currently working, because the old parent of the file/directory that was moved is not authoritative for a range that includes the dir index and dir item keys of the old dentry. This case is better explained with the following example and reproducer: # The test requires a very specific layout of keys and items in the $ mkfs.btrfs -f -n 65536 /dev/sdc # "testdir" is inode 257. # Create several empty files to have the directory "testdir" with its # Create our test directory "dira", inode number 1458, which gets all $ mkdir /mnt/testdir/dira # Make sure everything done so far is durably persisted. # Now do a change to inode 257 ("testdir") that does not result in $ chmod 700 /mnt/testdir # Now fsync directory inode 257. |
Original Source
Url : http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-47072 |
CPE : Common Platform Enumeration
Sources (Detail)
Source | Url |
---|
Alert History
Date | Informations |
---|---|
2025-03-29 02:57:14 |
|
2025-03-28 13:27:35 |
|
2025-03-28 02:42:09 |
|
2025-03-18 02:50:00 |
|
2025-03-14 02:40:04 |
|
2025-01-10 00:21:33 |
|
2024-11-25 09:26:38 |
|
2024-03-02 00:27:29 |
|