Lucene search
+L

5039 matches found

EUVD
EUVD
added 1 hour ago4 views

EUVD-2026-59637

In the Linux kernel, the following vulnerability has been resolved: btrfs: zoned: fix deadlock between metadata writeback and transaction commit When writing out metadata extent buffers in a zoned filesystem, btreewritepages holds fsinfo-zonedmetaiolock across the whole writeback loop, including...

5.5AI score
SaveExploits0References6
EUVD
EUVD
added 1 hour ago5 views

EUVD-2026-59636

In the Linux kernel, the following vulnerability has been resolved: btrfs: skip global block reserve accounting for rescue mounts BUG Mounting with rescue=ibadroots after corrupting the block group tree root triggers a NULL pointer dereference: BUG: kernel NULL pointer dereference, address:...

5.4AI score
SaveExploits0References3
NVD
NVD
added 3 hours ago5 views

CVE-2026-74571

In the Linux kernel, the following vulnerability has been resolved: btrfs: skip global block reserve accounting for rescue mounts BUG Mounting with rescue=ibadroots after corrupting the block group tree root triggers a NULL pointer dereference: BUG: kernel NULL pointer dereference, address:...

SaveExploits0References2
NVD
NVD
added 3 hours ago4 views

CVE-2026-74572

In the Linux kernel, the following vulnerability has been resolved: btrfs: zoned: fix deadlock between metadata writeback and transaction commit When writing out metadata extent buffers in a zoned filesystem, btreewritepages holds fsinfo-zonedmetaiolock across the whole writeback loop, including...

SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 4 hours ago3 views

CVE-2026-74572

In the Linux kernel, the following vulnerability has been resolved: btrfs: zoned: fix deadlock between metadata writeback and transaction commit When writing out metadata extent buffers in a zoned filesystem, btreewritepages holds fsinfo-zonedmetaiolock across the whole writeback loop, including...

SaveExploits0References6Affected Software1
Cvelist
Cvelist
added 4 hours ago4 views

CVE-2026-74572 btrfs: zoned: fix deadlock between metadata writeback and transaction commit

In the Linux kernel, the following vulnerability has been resolved: btrfs: zoned: fix deadlock between metadata writeback and transaction commit When writing out metadata extent buffers in a zoned filesystem, btreewritepages holds fsinfo-zonedmetaiolock across the whole writeback loop, including...

SaveExploits0References5
Cvelist
Cvelist
added 4 hours ago6 views

CVE-2026-74571 btrfs: skip global block reserve accounting for rescue mounts

In the Linux kernel, the following vulnerability has been resolved: btrfs: skip global block reserve accounting for rescue mounts BUG Mounting with rescue=ibadroots after corrupting the block group tree root triggers a NULL pointer dereference: BUG: kernel NULL pointer dereference, address:...

SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 4 hours ago3 views

CVE-2026-74571

In the Linux kernel, the following vulnerability has been resolved: btrfs: skip global block reserve accounting for rescue mounts BUG Mounting with rescue=ibadroots after corrupting the block group tree root triggers a NULL pointer dereference: BUG: kernel NULL pointer dereference, address:...

SaveExploits0References3Affected Software1
NVD
NVD
added 10 hours ago3 views

CVE-2026-74319

In the Linux kernel, the following vulnerability has been resolved: btrfs: zoned: fix deadlock waiting for ticket during data relocation When performing data relocation on a zoned filesystem, BTRFS can deadlock in handlereservetickets. The relocation process is waiting on a space reservation tick...

SaveExploits0References2
NVD
NVD
added 10 hours ago2 views

CVE-2026-74318

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix deadlock cloning inline extent when using flushoncommit In commit b48c980b6a7e "btrfs: fix deadlock between reflink and transaction commit when using flushoncommit" a deadlock was fixed between reflinks and transaction...

SaveExploits0References4
NVD
NVD
added 10 hours ago4 views

CVE-2026-74321

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix invalid pointer dereference in btrfsrundelayedrefs In the beginning of the loop, we try to obtain a locked delayed ref head, if 'lockedref' is currently NULL, by calling btrfsselectrefhead, which can return an error...

SaveExploits0References8
NVD
NVD
added 10 hours ago4 views

CVE-2026-72379

In the Linux kernel, the following vulnerability has been resolved: fs: refuse OTMPFILE creation with an unmapped fsuid or fsgid vfstmpfile never checked that the caller's fsuid and fsgid map into the filesystem. On an idmapped mount whose idmapping does not cover the caller's fsu,gid, the -tmpfi...

SaveExploits0References5
Cvelist
Cvelist
added 10 hours ago4 views

CVE-2026-74321 btrfs: fix invalid pointer dereference in __btrfs_run_delayed_refs()

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix invalid pointer dereference in btrfsrundelayedrefs In the beginning of the loop, we try to obtain a locked delayed ref head, if 'lockedref' is currently NULL, by calling btrfsselectrefhead, which can return an error...

SaveExploits0References8
EUVD
EUVD
added 10 hours ago5 views

EUVD-2026-59468

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix invalid pointer dereference in btrfsrundelayedrefs In the beginning of the loop, we try to obtain a locked delayed ref head, if 'lockedref' is currently NULL, by calling btrfsselectrefhead, which can return an error...

5.4AI score
SaveExploits0References8
EUVD
EUVD
added 10 hours ago4 views

EUVD-2026-59466

In the Linux kernel, the following vulnerability has been resolved: btrfs: zoned: fix deadlock waiting for ticket during data relocation When performing data relocation on a zoned filesystem, BTRFS can deadlock in handlereservetickets. The relocation process is waiting on a space reservation tick...

5.5AI score
SaveExploits0References2
Cvelist
Cvelist
added 10 hours ago4 views

CVE-2026-74319 btrfs: zoned: fix deadlock waiting for ticket during data relocation

In the Linux kernel, the following vulnerability has been resolved: btrfs: zoned: fix deadlock waiting for ticket during data relocation When performing data relocation on a zoned filesystem, BTRFS can deadlock in handlereservetickets. The relocation process is waiting on a space reservation tick...

SaveExploits0References2
Cvelist
Cvelist
added 10 hours ago5 views

CVE-2026-74318 btrfs: fix deadlock cloning inline extent when using flushoncommit

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix deadlock cloning inline extent when using flushoncommit In commit b48c980b6a7e "btrfs: fix deadlock between reflink and transaction commit when using flushoncommit" a deadlock was fixed between reflinks and transaction...

SaveExploits0References4
EUVD
EUVD
added 10 hours ago3 views

EUVD-2026-59465

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix deadlock cloning inline extent when using flushoncommit In commit b48c980b6a7e "btrfs: fix deadlock between reflink and transaction commit when using flushoncommit" a deadlock was fixed between reflinks and transaction...

5.4AI score
SaveExploits0References4
Positive Technologies
Positive Technologies
added 16 hours ago7 views

PT-2026-72757

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix invalid pointer dereference in btrfs run delayed refs In the beginning of the loop, we try to obtain a locked delayed ref head, if 'locked ref' is currently NULL, by calling btrfs select ref head, which can return an...

5.4AI score
SaveExploits0References9
Positive Technologies
Positive Technologies
added 16 hours ago5 views

PT-2026-72755

In the Linux kernel, the following vulnerability has been resolved: btrfs: zoned: fix deadlock waiting for ticket during data relocation When performing data relocation on a zoned filesystem, BTRFS can deadlock in handle reserve tickets. The relocation process is waiting on a space reservation...

5.4AI score
SaveExploits0References3
Rows per page
Query Builder