Lucene search
+L

3680 matches found

OSV
OSV
added 2024/05/21 4:15 p.m.11 views

UBUNTU-CVE-2023-52737

In the Linux kernel, the following vulnerability has been resolved: btrfs: lock the inode in shared mode before starting fiemap Currently fiemap does not take the inode's lock VFS lock, it only locks a file range in the inode's io tree. This however can lead to a deadlock if we have a concurrent...

5.5CVSS6.3AI score0.00212EPSS
SaveExploits0References16
UbuntuCve
UbuntuCve
added 2024/05/21 4:15 p.m.23 views

CVE-2023-52805

In the Linux kernel, the following vulnerability has been resolved: jfs: fix array-index-out-of-bounds in diAlloc Currently there is not check against the agno of the iag while allocating new inodes to avoid fragmentation problem. Added the check which is required...

7.8CVSS5.9AI score0.00255EPSS
SaveExploits0References11
OSV
OSV
added 2024/05/21 4:15 p.m.13 views

UBUNTU-CVE-2023-52805

In the Linux kernel, the following vulnerability has been resolved: jfs: fix array-index-out-of-bounds in diAlloc Currently there is not check against the agno of the iag while allocating new inodes to avoid fragmentation problem. Added the check which is required...

7.8CVSS5.8AI score0.00255EPSS
SaveExploits0References12
OSV
OSV
added 2024/05/21 4:15 p.m.19 views

UBUNTU-CVE-2021-47432

In the Linux kernel, the following vulnerability has been resolved: lib/generic-radix-tree.c: Don't overflow in peek When we started spreading new inode numbers throughout most of the 64 bit inode space, that triggered some corner case bugs, in particular some integer overflows related to the rad...

5.5CVSS5.7AI score0.00255EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2024/05/21 3:31 p.m.56 views

CVE-2023-52805

In the Linux kernel, the following vulnerability has been resolved: jfs: fix array-index-out-of-bounds in diAlloc Currently there is not check against the agno of the iag while allocating new inodes to avoid fragmentation problem. Added the check which is required...

7.8CVSS7AI score0.00255EPSS
SaveExploits0
OSV
OSV
added 2024/05/21 3:31 p.m.16 views

CVE-2023-52786 ext4: fix racy may inline data check in dio write

In the Linux kernel, the following vulnerability has been resolved: ext4: fix racy may inline data check in dio write syzbot reports that the following warning from ext4iomapbegin triggers as of the commit referenced below: if WARNONONCEext4hasinlinedatainode return -ERANGE; This occurs during a...

6AI score
SaveExploits0References6
CVE
CVE
added 2024/05/21 3:31 p.m.94 views

CVE-2023-52786

CVE-2023-52786 affects the Linux kernel ext4 subsystem. The issue is a race in the inline data check during direct IO (dio) writes: ext4_iomap_begin() can observe inline data concurrently with MAY_INLINE_DATA state clearing across a lock cycle, potentially allowing a dio write to proceed in an un...

4.7CVSS6.6AI score0.00179EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2024/05/21 3:30 p.m.36 views

CVE-2023-52759

...

6.5AI score
SaveExploits0
CVE
CVE
added 2024/05/21 3:30 p.m.103 views

CVE-2023-52759

CVE-2023-52759 is rejected/withdrawn and does not represent an active vulnerability entry.

6.7AI score
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/05/21 3:30 p.m.30 views

CVE-2021-47432 lib/generic-radix-tree.c: Don't overflow in peek()

In the Linux kernel, the following vulnerability has been resolved: lib/generic-radix-tree.c: Don't overflow in peek When we started spreading new inode numbers throughout most of the 64 bit inode space, that triggered some corner case bugs, in particular some integer overflows related to the rad...

7.2AI score0.00255EPSS
SaveExploits0References4
CVE
CVE
added 2024/05/21 3:23 p.m.100 views

CVE-2023-52737

CVE-2023-52737: In the Linux kernel, when using Btrfs, fiemap could deadlock with an in-flight fsync due to not taking the inode lock (i_mutex) before fiemap operations. The root cause is that fiemap_fill_next_extent() could fault while accessing user space buffers, which creates a lock-order cyc...

5.5CVSS7AI score0.00212EPSS
SaveExploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/21 3:23 p.m.14 views

CVE-2023-52737 btrfs: lock the inode in shared mode before starting fiemap

In the Linux kernel, the following vulnerability has been resolved: btrfs: lock the inode in shared mode before starting fiemap Currently fiemap does not take the inode's lock VFS lock, it only locks a file range in the inode's io tree. This however can lead to a deadlock if we have a concurrent...

7AI score0.00212EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/05/21 3:23 p.m.29 views

CVE-2023-52737 btrfs: lock the inode in shared mode before starting fiemap

In the Linux kernel, the following vulnerability has been resolved: btrfs: lock the inode in shared mode before starting fiemap Currently fiemap does not take the inode's lock VFS lock, it only locks a file range in the inode's io tree. This however can lead to a deadlock if we have a concurrent...

6.8AI score0.00212EPSS
SaveExploits0References3
OSV
OSV
added 2024/05/21 3:15 p.m.3 views

DEBIAN-CVE-2021-47351

In the Linux kernel, the following vulnerability has been resolved: ubifs: Fix races between xattrset|get and listxattr operations UBIFS may occur some problems with concurrent xattrset|get and listxattr operations, such as assertion failure, memory corruption, stale xattr value1. Fix it by...

5.5CVSS5.2AI score0.00245EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/21 3:15 p.m.2 views

DEBIAN-CVE-2021-47340

In the Linux kernel, the following vulnerability has been resolved: jfs: fix GPF in diFree Avoid passing inode with JFSSBIinode-isb-ipimap == NULL to diFree1. GFP will appear: struct inode ipimap = JFSSBIip-isb-ipimap; struct inomap imap = JFSIPipimap-iimap; JFSIP will return invalid pointer when...

5.5CVSS5.2AI score0.00259EPSS
SaveExploits0References1
NVD
NVD
added 2024/05/21 3:15 p.m.19 views

CVE-2021-47340

In the Linux kernel, the following vulnerability has been resolved: jfs: fix GPF in diFree Avoid passing inode with JFSSBIinode-isb-ipimap == NULL to diFree1. GFP will appear: struct inode ipimap = JFSSBIip-isb-ipimap; struct inomap imap = JFSIPipimap-iimap; JFSIP will return invalid pointer when...

5.5CVSS6.5AI score0.00259EPSS
SaveExploits0References9
OSV
OSV
added 2024/05/21 3:15 p.m.2 views

DEBIAN-CVE-2021-47256

In the Linux kernel, the following vulnerability has been resolved: mm/memory-failure: make sure wait for page writeback in memoryfailure Our syzkaller trigger the "BUGON!listempty&inode-iwblist" in clearinode: kernel BUG at fs/inode.c:519! Internal error: Oops - BUG: 0 1 SMP Modules linked in:...

5.5CVSS5.7AI score0.00233EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/21 3:15 p.m.4 views

UBUNTU-CVE-2021-47256

In the Linux kernel, the following vulnerability has been resolved: mm/memory-failure: make sure wait for page writeback in memoryfailure Our syzkaller trigger the "BUGON!listempty&inode-iwblist" in clearinode: kernel BUG at fs/inode.c:519! Internal error: Oops - BUG: 0 1 SMP Modules linked in:...

5.5CVSS6.2AI score0.00233EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2024/05/21 3:15 p.m.28 views

CVE-2021-47340

In the Linux kernel, the following vulnerability has been resolved: jfs: fix GPF in diFree Avoid passing inode with JFSSBIinode-isb-ipimap == NULL to diFree1. GFP will appear: struct inode ipimap = JFSSBIip-isb-ipimap; struct inomap imap = JFSIPipimap-iimap; JFSIP will return invalid pointer when...

5.5CVSS5.9AI score0.00259EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2024/05/21 3:15 p.m.27 views

CVE-2021-47256

In the Linux kernel, the following vulnerability has been resolved: mm/memory-failure: make sure wait for page writeback in memoryfailure Our syzkaller trigger the "BUGON!listempty&inode-iwblist" in clearinode: kernel BUG at fs/inode.c:519! Internal error: Oops - BUG: 0 1 SMP Modules linked in:...

5.5CVSS6.4AI score0.00233EPSS
SaveExploits0References8
Rows per page
Query Builder