Lucene search
K

17 matches found

NVD
NVD
added 2026/02/04 5:16 p.m.3 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.00036EPSS
Exploits0References7
OSV
OSV
added 2026/02/04 5:16 p.m.1 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.00036EPSS
Exploits0References27
UbuntuCve
UbuntuCve
added 2026/02/04 5:16 p.m.3 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.9AI score0.00036EPSS
Exploits0References25
EUVD
EUVD
added 2026/02/04 4:4 p.m.3 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.00036EPSS
Exploits0References4
CVE
CVE
added 2026/02/04 4:4 p.m.8 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.00036EPSS
Exploits0References7
EUVD
EUVD
added 2025/10/03 8:7 p.m.2 views

EUVD-2025-5154

Malicious code in bioql PyPI...

7.2AI score0.00005EPSS
Exploits0References5
OSV
OSV
added 2025/09/11 5:15 p.m.1 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.00017EPSS
Exploits0References1
OSV
OSV
added 2025/09/11 5:15 p.m.1 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...

5.5CVSS5.8AI score0.00017EPSS
Exploits0References22
CVE
CVE
added 2025/09/11 4:56 p.m.14 views

CVE-2025-39779

Summary: CVE-2025-39779 is a Linux kernel vulnerability in btrfs subpage handling. The issue occurs when btrfs_subpage_set_writeback() clears the PAGECACHE_TAG_TOWRITE tag on a folio that still has dirty blocks, breaking WB_SYNC_ALL/ordering guarantees and potentially causing a failure (e.g., an ...

5.5CVSS6AI score0.00017EPSS
Exploits0References3Affected Software1
OSV
OSV
added 2025/09/11 4:56 p.m.1 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...

5.5CVSS5.9AI score0.00017EPSS
Exploits0References6
Positive Technologies
Positive Technologies
added 2025/09/11 12:0 a.m.1 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.00017EPSS
Exploits0
OSV
OSV
added 2025/02/27 3:15 a.m.0 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.00005EPSS
Exploits0References19
SUSE CVE
SUSE CVE
added 2025/02/27 3:5 a.m.1 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.00047EPSS
Exploits0References3
OSV
OSV
added 2025/02/27 2:12 a.m.6 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...

5.5CVSS6.1AI score0.00005EPSS
Exploits0References7
Cvelist
Cvelist
added 2025/02/27 2:12 a.m.11 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.00005EPSS
Exploits0References4
OSV
OSV
added 2025/02/26 7:1 a.m.2 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.00047EPSS
Exploits0References1
OSV
OSV
added 2025/02/26 7:1 a.m.1 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.00047EPSS
Exploits0References1
Rows per page
Query Builder