Lucene search
K

3426 matches found

ATTACKERKB
ATTACKERKB
added 2026/01/31 11:42 a.m.3 views

CVE-2026-23036

In the Linux kernel, the following vulnerability has been resolved: btrfs: release path before igetfailed in btrfsreadlockedinode In btrfsreadlockedinode if we fail to lookup the inode, we jump to the 'out' label with a path that has a read locked leaf and then we call igetfailed. This can result...

5.7AI score0.00013EPSS
Exploits0References3Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/01/31 11:39 a.m.4 views

CVE-2026-23018

In the Linux kernel, the following vulnerability has been resolved: btrfs: release path before initializing extent tree in btrfsreadlockedinode In btrfsreadlockedinode we are calling btrfsinitfileextenttree while holding a path with a read locked leaf from a subvolume tree, and...

5.8AI score0.00025EPSS
Exploits0References3Affected Software1
OSV
OSV
added 2026/01/31 11:39 a.m.3 views

CVE-2026-23018 btrfs: release path before initializing extent tree in btrfs_read_locked_inode()

In the Linux kernel, the following vulnerability has been resolved: btrfs: release path before initializing extent tree in btrfsreadlockedinode In btrfsreadlockedinode we are calling btrfsinitfileextenttree while holding a path with a read locked leaf from a subvolume tree, and...

5.5CVSS5.8AI score0.00025EPSS
Exploits0References5
Cvelist
Cvelist
added 2026/01/31 11:39 a.m.22 views

CVE-2026-23018 btrfs: release path before initializing extent tree in btrfs_read_locked_inode()

In the Linux kernel, the following vulnerability has been resolved: btrfs: release path before initializing extent tree in btrfsreadlockedinode In btrfsreadlockedinode we are calling btrfsinitfileextenttree while holding a path with a read locked leaf from a subvolume tree, and...

0.00025EPSS
Exploits0References2
Debian CVE
Debian CVE
added 2026/01/31 11:39 a.m.3 views

CVE-2026-23018

In the Linux kernel, the following vulnerability has been resolved: btrfs: release path before initializing extent tree in btrfsreadlockedinode In btrfsreadlockedinode we are calling btrfsinitfileextenttree while holding a path with a read locked leaf from a subvolume tree, and...

5.5CVSS5.2AI score0.00025EPSS
Exploits0
CVE
CVE
added 2026/01/31 11:39 a.m.9 views

CVE-2026-23018

CVE-2026-23018 describes a Linux kernel vulnerability in the btrfs code path. In btrfs_read_locked_inode(), a path with a read-locked leaf from a subvolume tree is used while calling btrfs_init_file_extent_tree(), which may perform GFP_KERNEL allocations and trigger memory reclaim. This can creat...

5.5CVSS5.8AI score0.00025EPSS
Exploits0References2Affected Software1
EUVD
EUVD
added 2026/01/31 11:39 a.m.4 views

EUVD-2026-5076

In the Linux kernel, the following vulnerability has been resolved: btrfs: release path before initializing extent tree in btrfsreadlockedinode In btrfsreadlockedinode we are calling btrfsinitfileextenttree while holding a path with a read locked leaf from a subvolume tree, and...

5.8AI score0.00025EPSS
Exploits0References2
ATTACKERKB
ATTACKERKB
added 2026/01/31 11:38 a.m.4 views

CVE-2025-71184

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix NULL dereference on root when tracing inode eviction When evicting an inode the first thing we do is to setup tracing for it, which implies fetching the root's id. But in btrfsevictinode the root might be NULL, as...

5.8AI score0.00022EPSS
Exploits0References4Affected Software1
Debian CVE
Debian CVE
added 2026/01/31 11:38 a.m.3 views

CVE-2025-71184

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix NULL dereference on root when tracing inode eviction When evicting an inode the first thing we do is to setup tracing for it, which implies fetching the root's id. But in btrfsevictinode the root might be NULL, as...

5.5CVSS5.2AI score0.00022EPSS
Exploits0
CVE
CVE
added 2026/01/31 11:38 a.m.9 views

CVE-2025-71184

CVE-2025-71184 affects the Linux kernel’s btrfs subsystem. The issue is a NULL dereference in btrfs_evict_inode() when tracing inode eviction because the root may be NULL. The fix ensures root is treated as 0 or delays tracing until the root is non-NULL, preventing a NULL dereference during evict...

5.5CVSS5.8AI score0.00022EPSS
Exploits0References4Affected Software1
Cvelist
Cvelist
added 2026/01/31 11:38 a.m.30 views

CVE-2025-71184 btrfs: fix NULL dereference on root when tracing inode eviction

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix NULL dereference on root when tracing inode eviction When evicting an inode the first thing we do is to setup tracing for it, which implies fetching the root's id. But in btrfsevictinode the root might be NULL, as...

0.00022EPSS
Exploits0References4
EUVD
EUVD
added 2026/01/31 11:38 a.m.3 views

EUVD-2025-206591

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix NULL dereference on root when tracing inode eviction When evicting an inode the first thing we do is to setup tracing for it, which implies fetching the root's id. But in btrfsevictinode the root might be NULL, as...

5.8AI score0.00022EPSS
Exploits0References3
OSV
OSV
added 2026/01/31 11:38 a.m.2 views

CVE-2025-71184 btrfs: fix NULL dereference on root when tracing inode eviction

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix NULL dereference on root when tracing inode eviction When evicting an inode the first thing we do is to setup tracing for it, which implies fetching the root's id. But in btrfsevictinode the root might be NULL, as...

5.5CVSS5.8AI score0.00022EPSS
Exploits0References7
EUVD
EUVD
added 2026/01/31 11:38 a.m.2 views

EUVD-2025-206592

In the Linux kernel, the following vulnerability has been resolved: btrfs: always detect conflicting inodes when logging inode refs After rename exchanging either with the rename exchange operation or regular renames in multiple non-atomic steps two inodes and at least one of them is a directory,...

5.8AI score0.00012EPSS
Exploits0References5
Debian CVE
Debian CVE
added 2026/01/31 11:38 a.m.3 views

CVE-2025-71183

In the Linux kernel, the following vulnerability has been resolved: btrfs: always detect conflicting inodes when logging inode refs After rename exchanging either with the rename exchange operation or regular renames in multiple non-atomic steps two inodes and at least one of them is a directory,...

5.5CVSS5.5AI score0.00012EPSS
Exploits0
OSV
OSV
added 2026/01/31 11:38 a.m.3 views

CVE-2025-71183 btrfs: always detect conflicting inodes when logging inode refs

In the Linux kernel, the following vulnerability has been resolved: btrfs: always detect conflicting inodes when logging inode refs After rename exchanging either with the rename exchange operation or regular renames in multiple non-atomic steps two inodes and at least one of them is a directory,...

5.5CVSS5.8AI score0.00012EPSS
Exploits0References8
Cvelist
Cvelist
added 2026/01/31 11:38 a.m.23 views

CVE-2025-71183 btrfs: always detect conflicting inodes when logging inode refs

In the Linux kernel, the following vulnerability has been resolved: btrfs: always detect conflicting inodes when logging inode refs After rename exchanging either with the rename exchange operation or regular renames in multiple non-atomic steps two inodes and at least one of them is a directory,...

0.00012EPSS
Exploits0References5
CVE
CVE
added 2026/01/31 11:38 a.m.10 views

CVE-2025-71183

CVE-2025-71183 (Linux kernel, btrfs) : The issue arises during rename exchanges where directories involved may not have their last_unlink_trans updated, causing the log replay path to miss a conflicting inode in the log tree. After a power failure, this can trigger an incorrect deletion attempt o...

5.5CVSS5.8AI score0.00012EPSS
Exploits0References5Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/01/31 11:38 a.m.3 views

CVE-2025-71183

In the Linux kernel, the following vulnerability has been resolved: btrfs: always detect conflicting inodes when logging inode refs After rename exchanging either with the rename exchange operation or regular renames in multiple non-atomic steps two inodes and at least one of them is a directory,...

5.8AI score0.00012EPSS
Exploits0References6Affected Software1
Positive Technologies
Positive Technologies
added 2026/01/31 12:0 a.m.4 views

PT-2026-5539

In the Linux kernel, the following vulnerability has been resolved: btrfs: release path before iget failed in btrfs read locked inode In btrfs read locked inode if we fail to lookup the inode, we jump to the 'out' label with a path that has a read locked leaf and then we call iget failed. This ca...

5.7AI score0.00013EPSS
Exploits0References3
Rows per page
Query Builder