Lucene search
+L

5599 matches found

OSV
OSV
•added 2025/02/27 2:15 a.m.•15 views

AZL-62627 CVE-2024-57976 affecting package kernel 6.6.157.1-1

In the Linux kernel, the following vulnerability has been resolved: btrfs: do proper folio cleanup when cowfilerange failed BUG When testing with COW fixup marked as BUGON this is involved with the new pinuserpages change, which should not result new out-of-band dirty pages, I hit a crash trigger...

7.8CVSS6.1AI score0.00224EPSS
SaveExploits0References1
OSV
OSV
•added 2025/02/27 2:15 a.m.•7 views

DEBIAN-CVE-2024-57976

In the Linux kernel, the following vulnerability has been resolved: btrfs: do proper folio cleanup when cowfilerange failed BUG When testing with COW fixup marked as BUGON this is involved with the new pinuserpages change, which should not result new out-of-band dirty pages, I hit a crash trigger...

5.5CVSS5.4AI score0.00224EPSS
SaveExploits0References1
OSV
OSV
•added 2025/02/27 2:15 a.m.•15 views

AZL-68754 CVE-2024-57976 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: btrfs: do proper folio cleanup when cowfilerange failed BUG When testing with COW fixup marked as BUGON this is involved with the new pinuserpages change, which should not result new out-of-band dirty pages, I hit a crash trigger...

7.8CVSS5.7AI score0.00224EPSS
SaveExploits0References1
OSV
OSV
•added 2025/02/27 2:15 a.m.•5 views

DEBIAN-CVE-2024-57975

In the Linux kernel, the following vulnerability has been resolved: btrfs: do proper folio cleanup when rundelallocnocow failed BUG With CONFIGDEBUGVM set, test case generic/476 has some chance to crash with the following VMBUGONFOLIO: BTRFS error device dm-3: cowfilerange failed, start 1146880 e...

5.5CVSS5.7AI score0.00215EPSS
SaveExploits0References1
OSV
OSV
•added 2025/02/27 2:15 a.m.•20 views

UBUNTU-CVE-2024-57975

In the Linux kernel, the following vulnerability has been resolved: btrfs: do proper folio cleanup when rundelallocnocow failed BUG With CONFIGDEBUGVM set, test case generic/476 has some chance to crash with the following VMBUGONFOLIO: BTRFS error device dm-3: cowfilerange failed, start 1146880 e...

7.8CVSS6.2AI score0.00215EPSS
SaveExploits0References15
OSV
OSV
•added 2025/02/27 2:15 a.m.•13 views

UBUNTU-CVE-2024-57976

In the Linux kernel, the following vulnerability has been resolved: btrfs: do proper folio cleanup when cowfilerange failed BUG When testing with COW fixup marked as BUGON this is involved with the new pinuserpages change, which should not result new out-of-band dirty pages, I hit a crash trigger...

7.8CVSS5.7AI score0.00224EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
•added 2025/02/27 2:12 a.m.•13 views

CVE-2025-21753 btrfs: fix use-after-free when attempting to join an aborted transaction

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix use-after-free when attempting to join an aborted transaction When we are trying to join the current transaction and if it's aborted, we read its 'aborted' field after unlocking fsinfo-translock and without holding any...

7.8CVSS7.3AI score0.00262EPSS
SaveExploits0References8
Cvelist
Cvelist
•added 2025/02/27 2:12 a.m.•32 views

CVE-2025-21753 btrfs: fix use-after-free when attempting to join an aborted transaction

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix use-after-free when attempting to join an aborted transaction When we are trying to join the current transaction and if it's aborted, we read its 'aborted' field after unlocking fsinfo-translock and without holding any...

7.8CVSS0.00262EPSS
SaveExploits0References8
OSV
OSV
•added 2025/02/27 2:12 a.m.•18 views

CVE-2025-21754 btrfs: fix assertion failure when splitting ordered extent after transaction abort

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix assertion failure when splitting ordered extent after transaction abort If while we are doing a direct IO write a transaction abort happens, we mark all existing ordered extents with the BTRFSORDEREDIOERR flag done at...

6.1AI score
SaveExploits0References7
CVE
CVE
•added 2025/02/27 2:12 a.m.•142 views

CVE-2025-21754

The CVE-2025-21754 affects Linux kernel btrfs behavior. When a direct IO write triggers a transaction abort, ordered extents are marked with BTRFS_ORDERED_IOERR, and if an ordered extent still has bytes remaining, btrfs_split_ordered_extent() asserts on flags. The documented root cause is an asse...

5.5CVSS6.3AI score0.00236EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
•added 2025/02/27 2:12 a.m.•22 views

CVE-2025-21754

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix assertion failure when splitting ordered extent after transaction abort If while we are doing a direct IO write a transaction abort happens, we mark all existing ordered extents with the BTRFSORDEREDIOERR flag done at...

5.5CVSS5.7AI score0.00236EPSS
SaveExploits0
Cvelist
Cvelist
•added 2025/02/27 2:12 a.m.•33 views

CVE-2025-21754 btrfs: fix assertion failure when splitting ordered extent after transaction abort

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix assertion failure when splitting ordered extent after transaction abort If while we are doing a direct IO write a transaction abort happens, we mark all existing ordered extents with the BTRFSORDEREDIOERR flag done at...

0.00236EPSS
SaveExploits0References4
OSV
OSV
•added 2025/02/27 2:12 a.m.•24 views

CVE-2025-21753 btrfs: fix use-after-free when attempting to join an aborted transaction

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix use-after-free when attempting to join an aborted transaction When we are trying to join the current transaction and if it's aborted, we read its 'aborted' field after unlocking fsinfo-translock and without holding any...

7.8CVSS6AI score
SaveExploits0References14
CVE
CVE
•added 2025/02/27 2:12 a.m.•203 views

CVE-2025-21753

The CVE-2025-21753 entry concerns a use-after-free in the Linux kernel’s btrfs join_transaction path. Root cause: when joining the current (possibly aborted) transaction, the code reads the transaction’s aborted field after releasing fs_info->trans_lock and without holding an extra reference, ...

7.8CVSS6.3AI score0.00262EPSS
SaveExploits0References11Affected Software1
Debian CVE
Debian CVE
•added 2025/02/27 2:12 a.m.•18 views

CVE-2025-21753

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix use-after-free when attempting to join an aborted transaction When we are trying to join the current transaction and if it's aborted, we read its 'aborted' field after unlocking fsinfo-translock and without holding any...

7.8CVSS6.2AI score0.00262EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2025/02/27 2:12 a.m.•24 views

CVE-2025-21752

In the Linux kernel, the following vulnerability has been resolved: btrfs: don't use btrfssetitemkeysafe on RAID stripe-extents Don't use btrfssetitemkeysafe to modify the keys in the RAID stripe-tree, as this can lead to corruption of the tree, which is caught by the checks in btrfssetitemkeysaf...

5.5CVSS5.5AI score0.00174EPSS
SaveExploits0
CVE
CVE
•added 2025/02/27 2:12 a.m.•104 views

CVE-2025-21752

CVE-2025-21752 (Linux kernel, Btrfs) The issue arises when modifying keys in the RAID stripe-tree using btrfs_set_item_key_safe, which can lead to tree corruption. The root cause of the tree-order issue is not clearly detailed in the provided documents. A practical mitigation suggested in the sou...

5.5CVSS6.3AI score0.00174EPSS
SaveExploits0References2Affected Software1
OSV
OSV
•added 2025/02/27 2:12 a.m.•13 views

CVE-2025-21752 btrfs: don't use btrfs_set_item_key_safe on RAID stripe-extents

In the Linux kernel, the following vulnerability has been resolved: btrfs: don't use btrfssetitemkeysafe on RAID stripe-extents Don't use btrfssetitemkeysafe to modify the keys in the RAID stripe-tree, as this can lead to corruption of the tree, which is caught by the checks in btrfssetitemkeysaf...

4.9AI score
SaveExploits0References5
OSV
OSV
•added 2025/02/27 2:07 a.m.•16 views

CVE-2024-57976 btrfs: do proper folio cleanup when cow_file_range() failed

In the Linux kernel, the following vulnerability has been resolved: btrfs: do proper folio cleanup when cowfilerange failed BUG When testing with COW fixup marked as BUGON this is involved with the new pinuserpages change, which should not result new out-of-band dirty pages, I hit a crash trigger...

7.8CVSS4.9AI score
SaveExploits0References6
CVE
CVE
•added 2025/02/27 2:07 a.m.•121 views

CVE-2024-57976

CVE-2024-57976 affects the Linux kernel’s btrfs filesystem. When cow_file_range() returns an error during delalloc handling (ENOSPC), error cleanup clears EXTENT_DELALLOC and dirty flags, but pages can remain dirty, triggering a subsequent COW fixup path and a kernel BUG (extent_writepage_io). Th...

7.8CVSS5.2AI score0.00224EPSS
SaveExploits0References3Affected Software1
Rows per page
Query Builder