Lucene search
+L

3852 matches found

BDU FSTEC
BDU FSTEC
added 2026/02/05 12:00 a.m.7 views

The vulnerability of the ext4_bmap() function in the fs/ext4/inode.c file of the Ext4 file system in the Linux operating system allows a attacker to compromise the confidentiality, integrity, and accessibility of the protected information.

The vulnerability of the ext4bmap function in the fs/ext4/inode.c file of the Ext4 file system in the Linux operating system is related to the copying of buffers without checking the size of the input data a classic buffer overflow attack. Exploiting this vulnerability could allow an attacker to...

7CVSS6.8AI score0.00166EPSS
SaveExploits0References14Affected Software3
BDU FSTEC
BDU FSTEC
added 2026/02/04 12:00 a.m.5 views

The vulnerability of the do_ovl_get_acl() function in the fs/overlayfs/inode.c file of the Overlayfs file system in the Linux operating system allows a hacker to cause a service failure.

The vulnerability of the doovlgetacl function in the fs/overlayfs/inode.c file of the Overlayfs file system in the Linux operating system is related to pointer manipulation. Exploiting this vulnerability could allow an attacker to cause a service failure...

5.5CVSS5.8AI score0.0019EPSS
SaveExploits0References12Affected Software3
BDU FSTEC
BDU FSTEC
added 2026/02/04 12:00 a.m.8 views

The vulnerability of the ntfs_link inode() function in the fs/ntfs3/inode.c module of the NTFS file system in the Linux operating system allows a hacker to cause a service failure.

The vulnerability of the ntfslink inode function in the fs/ntfs3/inode.c module of the NTFS file system in the Linux operating system is related to the distribution of resources without any restrictions or regulation. Exploiting this vulnerability could allow a malicious actor to cause service...

5.7CVSS5.7AI score0.00189EPSS
SaveExploits0References16Affected Software3
BDU FSTEC
BDU FSTEC
added 2026/02/04 12:00 a.m.6 views

The vulnerability of the ext4_xattr inode_create() function in the fs/ext4/xattr.c module of the Ext4 file system in the Linux operating system allows a attacker to cause a service failure.

The vulnerability of the ext4xattr inodecreate function in the fs/ext4/xattr.c module of the Ext4 file system in the Linux operating system is related to the improper disabling or release of resources. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS6AI score0.00206EPSS
SaveExploits0References20Affected Software3
OSV
OSV
added 2026/02/02 11:33 a.m.38 views

CLSA-2026-1770032032 kernel: Fix of 63 CVEs

mm/memory-failure: fix VMBUGONPAGEPagePoisonedpage when unpoison memory CVE-2025-39883 - comedi: aioiiro16: Fix bit shift out of bounds CVE-2025-38529 - comedi: das6402: Fix bit shift out of bounds CVE-2025-38482 - comedi: pcl812: Fix bit shift out of bounds CVE-2025-38530 - comedi: das16m1: Fix...

9.8CVSS7AI score0.006EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/02/02 7:35 a.m.9 views

CVE-2025-71184

A NULL pointer dereference vulnerability was found in the Linux kernel's Btrfs filesystem. When evicting an inode in btrfsevictinode, the tracing setup code attempts to fetch the root's ID before checking if the root pointer is NULL. This can cause a kernel crash when the inode's root is NULL...

5.5CVSS5.5AI score0.00123EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/02/01 12:24 a.m.10 views

SUSE 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.8AI score0.00375EPSS
SaveExploits0References17
SUSE CVE
SUSE CVE
added 2026/02/01 12:24 a.m.10 views

SUSE 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.8AI score0.00123EPSS
SaveExploits0References20
SUSE CVE
SUSE CVE
added 2026/02/01 12:24 a.m.26 views

SUSE 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...

4.7CVSS5.8AI score0.00104EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2026/02/01 12:23 a.m.28 views

SUSE 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.8AI score0.00202EPSS
SaveExploits0References3
NVD
NVD
added 2026/01/31 12:16 p.m.12 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...

0.00202EPSS
SaveExploits0References2
NVD
NVD
added 2026/01/31 12:16 p.m.18 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.5CVSS0.00104EPSS
SaveExploits0References2
NVD
NVD
added 2026/01/31 12:16 p.m.11 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.5CVSS0.00123EPSS
SaveExploits0References4
OSV
OSV
added 2026/01/31 12:16 p.m.11 views

AZL-77277 CVE-2025-71184 affecting package kernel for versions less than 6.6.130.1-1

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.5CVSS6AI score0.00123EPSS
SaveExploits0References1
OSV
OSV
added 2026/01/31 12:16 p.m.13 views

UBUNTU-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.00202EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2026/01/31 12:16 p.m.10 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.5AI score0.00202EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2026/01/31 12:16 p.m.10 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.8AI score0.00104EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2026/01/31 12:16 p.m.10 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.6AI score0.00123EPSS
SaveExploits0References20
OSV
OSV
added 2026/01/31 12:16 p.m.13 views

UBUNTU-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.7AI score0.00123EPSS
SaveExploits0References21
UbuntuCve
UbuntuCve
added 2026/01/31 12:16 p.m.13 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,...

9.1CVSS5.8AI score0.00375EPSS
SaveExploits0References22
Rows per page
Query Builder