Lucene search
+L

5154 matches found

OSV
OSV
added 2024/09/18 8:15 a.m.2 views

DEBIAN-CVE-2024-46734

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix race between direct IO write and fsync when using same fd If we have 2 threads that are using the same file descriptor and one of them is doing direct IO writes while the other is doing fsync, we have a race where we c...

4.7CVSS5.6AI score0.0019EPSS
SaveExploits0References1
NVD
NVD
added 2024/09/18 8:15 a.m.23 views

CVE-2024-46734

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix race between direct IO write and fsync when using same fd If we have 2 threads that are using the same file descriptor and one of them is doing direct IO writes while the other is doing fsync, we have a race where we c...

7.8CVSS0.0019EPSS
SaveExploits0References6
OSV
OSV
added 2024/09/18 8:15 a.m.11 views

UBUNTU-CVE-2024-46734

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix race between direct IO write and fsync when using same fd If we have 2 threads that are using the same file descriptor and one of them is doing direct IO writes while the other is doing fsync, we have a race where we c...

7.8CVSS6.4AI score0.0019EPSS
SaveExploits0References8
OSV
OSV
added 2024/09/18 8:15 a.m.8 views

UBUNTU-CVE-2024-46751

In the Linux kernel, the following vulnerability has been resolved: btrfs: don't BUGON when 0 reference count at btrfslookupextentinfo Instead of doing a BUGON handle the error by returning -EUCLEAN, aborting the transaction and logging an error message...

7.8CVSS6.2AI score0.00245EPSS
SaveExploits0References20
OSV
OSV
added 2024/09/18 8:15 a.m.9 views

UBUNTU-CVE-2024-46752

In the Linux kernel, the following vulnerability has been resolved: btrfs: replace BUGON with error handling at updaterefforcow Instead of a BUGON just return an error, log an error message and abort the transaction in case we find an extent buffer belonging to the relocation tree that doesn't ha...

5.5CVSS6.6AI score0.00246EPSS
SaveExploits0References18
OSV
OSV
added 2024/09/18 8:15 a.m.9 views

UBUNTU-CVE-2024-46753

In the Linux kernel, the following vulnerability has been resolved: btrfs: handle errors from btrfsdecref properly In walkupproc we BUGONret from btrfsdecref. This is incorrect, we have proper error handling here, return the error...

5.5CVSS6.2AI score0.00261EPSS
SaveExploits0References23
OSV
OSV
added 2024/09/18 7:15 a.m.4 views

DEBIAN-CVE-2024-46733

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix qgroup reserve leaks in cowfilerange In the buffered write path, the dirty page owns the qgroup reserve until it creates an orderedextent. Therefore, any errors that occur before the orderedextent is created must free...

5.5CVSS5.6AI score0.00173EPSS
SaveExploits0References1
OSV
OSV
added 2024/09/18 7:15 a.m.11 views

AZL-67833 CVE-2024-46733 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix qgroup reserve leaks in cowfilerange In the buffered write path, the dirty page owns the qgroup reserve until it creates an orderedextent. Therefore, any errors that occur before the orderedextent is created must free...

5.5CVSS6.7AI score0.00173EPSS
SaveExploits0References1
OSV
OSV
added 2024/09/18 7:15 a.m.6 views

UBUNTU-CVE-2024-46733

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix qgroup reserve leaks in cowfilerange In the buffered write path, the dirty page owns the qgroup reserve until it creates an orderedextent. Therefore, any errors that occur before the orderedextent is created must free...

5.5CVSS6.2AI score0.00173EPSS
SaveExploits0References10
Debian CVE
Debian CVE
added 2024/09/18 7:12 a.m.23 views

CVE-2024-46753

In the Linux kernel, the following vulnerability has been resolved: btrfs: handle errors from btrfsdecref properly In walkupproc we BUGONret from btrfsdecref. This is incorrect, we have proper error handling here, return the error...

5.5CVSS5.7AI score0.00261EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/09/18 7:12 a.m.27 views

CVE-2024-46753 btrfs: handle errors from btrfs_dec_ref() properly

In the Linux kernel, the following vulnerability has been resolved: btrfs: handle errors from btrfsdecref properly In walkupproc we BUGONret from btrfsdecref. This is incorrect, we have proper error handling here, return the error...

0.00261EPSS
SaveExploits0References6
OSV
OSV
added 2024/09/18 7:12 a.m.13 views

CVE-2024-46753 btrfs: handle errors from btrfs_dec_ref() properly

In the Linux kernel, the following vulnerability has been resolved: btrfs: handle errors from btrfsdecref properly In walkupproc we BUGONret from btrfsdecref. This is incorrect, we have proper error handling here, return the error...

6.2AI score
SaveExploits0References11
CVE
CVE
added 2024/09/18 7:12 a.m.117 views

CVE-2024-46752

CVE-2024-46752 - Mode C (detailed, verified): The vulnerability is in the Linux kernel’s btrfs code path; specifically, update_ref_for_cow() previously used BUG_ON() and now returns an error, logs an error, and aborts the transaction when an extent buffer in the relocation tree lacks the full bac...

5.5CVSS6.9AI score0.00246EPSS
SaveExploits0References6Affected Software1
CVE
CVE
added 2024/09/18 7:12 a.m.151 views

CVE-2024-46751

CVE-2024-46751 affects the Linux kernel btrfs path where a 0 reference count could trigger a BUG_ON() in btrfs_lookup_extent_info(). The vulnerability arises from the incorrect BUG_ON() and is fixed by changing the code to return -EUCLEAN, abort the transaction, and log an error instead. This red...

7.8CVSS6.1AI score0.00245EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2024/09/18 7:12 a.m.14 views

CVE-2024-46752 btrfs: replace BUG_ON() with error handling at update_ref_for_cow()

In the Linux kernel, the following vulnerability has been resolved: btrfs: replace BUGON with error handling at updaterefforcow Instead of a BUGON just return an error, log an error message and abort the transaction in case we find an extent buffer belonging to the relocation tree that doesn't ha...

6.3AI score
SaveExploits0References9
OSV
OSV
added 2024/09/18 7:12 a.m.14 views

CVE-2024-46751 btrfs: don't BUG_ON() when 0 reference count at btrfs_lookup_extent_info()

In the Linux kernel, the following vulnerability has been resolved: btrfs: don't BUGON when 0 reference count at btrfslookupextentinfo Instead of doing a BUGON handle the error by returning -EUCLEAN, aborting the transaction and logging an error message...

7.8CVSS6.1AI score
SaveExploits0References11
Debian CVE
Debian CVE
added 2024/09/18 7:12 a.m.16 views

CVE-2024-46752

In the Linux kernel, the following vulnerability has been resolved: btrfs: replace BUGON with error handling at updaterefforcow Instead of a BUGON just return an error, log an error message and abort the transaction in case we find an extent buffer belonging to the relocation tree that doesn't ha...

5.5CVSS5.9AI score0.00246EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/09/18 7:12 a.m.22 views

CVE-2024-46751 btrfs: don't BUG_ON() when 0 reference count at btrfs_lookup_extent_info()

In the Linux kernel, the following vulnerability has been resolved: btrfs: don't BUGON when 0 reference count at btrfslookupextentinfo Instead of doing a BUGON handle the error by returning -EUCLEAN, aborting the transaction and logging an error message...

7.8CVSS0.00245EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2024/09/18 7:12 a.m.21 views

CVE-2024-46752 btrfs: replace BUG_ON() with error handling at update_ref_for_cow()

In the Linux kernel, the following vulnerability has been resolved: btrfs: replace BUGON with error handling at updaterefforcow Instead of a BUGON just return an error, log an error message and abort the transaction in case we find an extent buffer belonging to the relocation tree that doesn't ha...

0.00246EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/09/18 7:12 a.m.19 views

CVE-2024-46751 btrfs: don't BUG_ON() when 0 reference count at btrfs_lookup_extent_info()

In the Linux kernel, the following vulnerability has been resolved: btrfs: don't BUGON when 0 reference count at btrfslookupextentinfo Instead of doing a BUGON handle the error by returning -EUCLEAN, aborting the transaction and logging an error message...

6.9AI score0.00245EPSS
SaveExploits0References6
Rows per page
Query Builder