Lucene search
+L

19 matches found

CVE
CVE
added 2026/06/24 4:30 p.m.24 views

CVE-2026-53122

CVE-2026-53122: Linux kernel bug in btrfs where flushoncommit can deadlock a reflink with a pending transaction commit when copying an inline extent beyond i_size. The issue arises from locking sequences between reflink/commit paths and delalloc/ordered extents, leading to a cycle where two tasks...

5.5CVSS5.8AI score0.00093EPSS
SaveExploits0References4Affected Software1
AstraLinux
AstraLinux
added 2026/06/24 3:11 p.m.9 views

Astra Linux – Vulnerability found in Linux 6.1, Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: btrfs: fixed a deadlock in waitcurrenttrans due to an ignored transaction type When waitcurrenttrans is called during starttransaction, it currently waits for a blocked transaction without considering whether the given transactio...

5.4AI score0.00173EPSS
SaveExploits0References2
NVD
NVD
added 2026/02/04 5:16 p.m.13 views

CVE-2025-71194

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix deadlock in waitcurrenttrans due to ignored transaction type When waitcurrenttrans is called during starttransaction, it currently waits for a blocked transaction without considering whether the given transaction type...

0.00173EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2026/02/04 5:16 p.m.10 views

CVE-2025-71194

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix deadlock in waitcurrenttrans due to ignored transaction type When waitcurrenttrans is called during starttransaction, it currently waits for a blocked transaction without considering whether the given transaction type...

5.4AI score0.00173EPSS
SaveExploits0References29
OSV
OSV
added 2026/02/04 5:16 p.m.8 views

UBUNTU-CVE-2025-71194

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix deadlock in waitcurrenttrans due to ignored transaction type When waitcurrenttrans is called during starttransaction, it currently waits for a blocked transaction without considering whether the given transaction type...

5.9AI score0.00173EPSS
SaveExploits0References34
CVE
CVE
added 2026/02/04 4:4 p.m.25 views

CVE-2025-71194

Summary: CVE-2025-71194 concerns the Linux kernel, specifically a btrfs deadlock involving wait_current_trans() during start_transaction(). The issue stems from a missing check that should consider the transaction type against btrfs_blocked_trans_types[] for the current state, causing a transacti...

5.3AI score0.00173EPSS
SaveExploits0References7
EUVD
EUVD
added 2026/02/04 4:4 p.m.9 views

EUVD-2025-206804

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix deadlock in waitcurrenttrans due to ignored transaction type When waitcurrenttrans is called during starttransaction, it currently waits for a blocked transaction without considering whether the given transaction type...

5.3AI score0.00173EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/10/03 8:7 p.m.13 views

EUVD-2025-5154

Malicious code in bioql PyPI...

7.2AI score0.0023EPSS
SaveExploits0References5
OSV
OSV
added 2025/09/11 5:15 p.m.4 views

DEBIAN-CVE-2025-39779

In the Linux kernel, the following vulnerability has been resolved: btrfs: subpage: keep TOWRITE tag until folio is cleaned btrfssubpagesetwriteback calls foliostartwriteback the first time a folio is written back, and it also clears the PAGECACHETAGTOWRITE tag even if there are still dirty block...

5.5CVSS5.2AI score0.00141EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/11 5:15 p.m.8 views

UBUNTU-CVE-2025-39779

In the Linux kernel, the following vulnerability has been resolved: btrfs: subpage: keep TOWRITE tag until folio is cleaned btrfssubpagesetwriteback calls foliostartwriteback the first time a folio is written back, and it also clears the PAGECACHETAGTOWRITE tag even if there are still dirty block...

7.8CVSS5.8AI score0.00141EPSS
SaveExploits0References22
CVE
CVE
added 2025/09/11 4:56 p.m.33 views

CVE-2025-39779

CVE-2025-39779 affects the Linux kernel’s btrfs subpage handling. The bug arises when btrfs_subpage_set_writeback() clears PAGECACHE_TAG_TOWRITE on a folio that still has dirty pages, breaking writeback ordering guarantees (e.g., btrfs_wait_ordered_extents()) and causing potential failures in zon...

7.8CVSS6AI score0.00141EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/09/11 4:56 p.m.6 views

CVE-2025-39779 btrfs: subpage: keep TOWRITE tag until folio is cleaned

In the Linux kernel, the following vulnerability has been resolved: btrfs: subpage: keep TOWRITE tag until folio is cleaned btrfssubpagesetwriteback calls foliostartwriteback the first time a folio is written back, and it also clears the PAGECACHETAGTOWRITE tag even if there are still dirty block...

7.8CVSS5.9AI score
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2025/09/11 12:0 a.m.10 views

PT-2025-37236

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A flaw exists in the Linux kernel's btrfs subsystem related to subpage handling and writeback tagging. Specifically, the btrfs subpage set writeback function prematurely clears the...

5.5CVSS5.9AI score0.00141EPSS
SaveExploits0
OSV
OSV
added 2025/02/27 3:15 a.m.5 views

UBUNTU-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.5CVSS6.5AI score0.0023EPSS
SaveExploits0References19
SUSE CVE
SUSE CVE
added 2025/02/27 3:5 a.m.5 views

SUSE CVE-2022-49547

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix deadlock between concurrent dio writes when low on free data space When reserving data space for a direct IO write we can end up deadlocking if we have multiple tasks attempting a write to the same file range, there ar...

5.5CVSS6.5AI score0.00166EPSS
SaveExploits0References3
OSV
OSV
added 2025/02/27 2:12 a.m.14 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
Cvelist
Cvelist
added 2025/02/27 2:12 a.m.26 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.0023EPSS
SaveExploits0References4
OSV
OSV
added 2025/02/26 7:1 a.m.11 views

AZL-58347 CVE-2022-49547 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix deadlock between concurrent dio writes when low on free data space When reserving data space for a direct IO write we can end up deadlocking if we have multiple tasks attempting a write to the same file range, there ar...

5.5CVSS5.6AI score0.00166EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/26 7:1 a.m.3 views

DEBIAN-CVE-2022-49547

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix deadlock between concurrent dio writes when low on free data space When reserving data space for a direct IO write we can end up deadlocking if we have multiple tasks attempting a write to the same file range, there ar...

5.5CVSS5.5AI score0.00166EPSS
SaveExploits0References1
Rows per page
Query Builder