Lucene search
+L

24570 matches found

OSV
OSV
added 2024/08/17 9:15 a.m.10 views

UBUNTU-CVE-2024-42295

In the Linux kernel, the following vulnerability has been resolved: nilfs2: handle inconsistent state in nilfsbtnodecreateblock Syzbot reported that a buffer state inconsistency was detected in nilfsbtnodecreateblock, triggering a kernel bug. It is not appropriate to treat this inconsistency as a...

5.5CVSS6.4AI score0.00234EPSS
SaveExploits0References27
OSV
OSV
added 2024/08/17 9:15 a.m.7 views

UBUNTU-CVE-2024-42297

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to don't dirty inode for readonly filesystem syzbot reports f2fs bug as below: kernel BUG at fs/f2fs/inode.c:933! RIP: 0010:f2fsevictinode+0x1576/0x1590 fs/f2fs/inode.c:933 Call Trace: evict+0x2a4/0x620 fs/inode.c:664...

7.8CVSS6.2AI score0.00246EPSS
SaveExploits0References27
OSV
OSV
added 2024/08/17 9:09 a.m.13 views

CVE-2024-42315 exfat: fix potential deadlock on __exfat_get_dentry_set

In the Linux kernel, the following vulnerability has been resolved: exfat: fix potential deadlock on exfatgetdentryset When accessing a file with more entries than ESMAXENTRYNUM, the bh-array is allocated in exfatgetentryset. The problem is that the bh-array is allocated with GFPKERNEL. It does n...

6.1AI score
SaveExploits0References11
CVE
CVE
added 2024/08/17 9:09 a.m.122 views

CVE-2024-42306

The CVE-2024-42306 entry describes a Linux kernel issue in the udf filesystem where a corrupted block bitmap could cause mixed allocation results after a failure, due to bitmap state not being consistently re-validated. The fix uses BH_verified to indicate bitmap validity, preventing reuse of a p...

7.8CVSS6.8AI score0.00246EPSS
SaveExploits0References10Affected Software1
CVE
CVE
added 2024/08/17 9:09 a.m.173 views

CVE-2024-42305

CVE-2024-42305 affects the Linux kernel ext4, where a dir-indexing edge case could trigger out-of-bounds access during directory entry splitting when the first two entries are not dot/dotdot. The description and connected material explain that make_indexed_dir() assumed the first two dirents are ...

5.5CVSS6.6AI score0.00226EPSS
SaveExploits0References11Affected Software1
OSV
OSV
added 2024/08/17 9:09 a.m.20 views

CVE-2024-42306 udf: Avoid using corrupted block bitmap buffer

In the Linux kernel, the following vulnerability has been resolved: udf: Avoid using corrupted block bitmap buffer When the filesystem block bitmap is corrupted, we detect the corruption while loading the bitmap and fail the allocation with error. However the next allocation from the same bitmap...

7.8CVSS6.2AI score
SaveExploits0References13
Debian CVE
Debian CVE
added 2024/08/17 9:09 a.m.31 views

CVE-2024-42306

In the Linux kernel, the following vulnerability has been resolved: udf: Avoid using corrupted block bitmap buffer When the filesystem block bitmap is corrupted, we detect the corruption while loading the bitmap and fail the allocation with error. However the next allocation from the same bitmap...

7.8CVSS6AI score0.00246EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/08/17 9:09 a.m.24 views

CVE-2024-42304 ext4: make sure the first directory block is not a hole

In the Linux kernel, the following vulnerability has been resolved: ext4: make sure the first directory block is not a hole The syzbot constructs a directory that has no dirblock but is non-inline, i.e. the first directory block is a hole. And no errors are reported when creating files in this...

6.9AI score0.00234EPSS
SaveExploits0References8
CVE
CVE
added 2024/08/17 9:09 a.m.184 views

CVE-2024-42304

CVE-2024-42304 (Linux kernel ext4) : The vulnerability arises when the first directory block is a hole in non-inline directories, causing ext4_read_dirblock to mis-handle a hole read and potentially crash code that relies on "." and "..". The fix prevents loading corrupted data by reporting files...

7.8CVSS6.7AI score0.00234EPSS
SaveExploits0References11Affected Software1
Debian CVE
Debian CVE
added 2024/08/17 9:09 a.m.24 views

CVE-2024-42304

In the Linux kernel, the following vulnerability has been resolved: ext4: make sure the first directory block is not a hole The syzbot constructs a directory that has no dirblock but is non-inline, i.e. the first directory block is a hole. And no errors are reported when creating files in this...

7.8CVSS5.7AI score0.00234EPSS
SaveExploits0
CVE
CVE
added 2024/08/17 9:09 a.m.142 views

CVE-2024-42297

CVE-2024-42297 affects the Linux kernel’s f2fs filesystem. The root cause is a path that dirties an inode (FI_DIRTY_INODE) during operations on a read‑only filesystem, leading to a kernel panic in f2fs_evict_inode when unmounting. The provided details trace the sequence from do_sys_open → f2fs_lo...

7.8CVSS6.5AI score0.00246EPSS
SaveExploits0References10Affected Software1
Vulnrichment
Vulnrichment
added 2024/08/17 9:09 a.m.18 views

CVE-2024-42297 f2fs: fix to don't dirty inode for readonly filesystem

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to don't dirty inode for readonly filesystem syzbot reports f2fs bug as below: kernel BUG at fs/f2fs/inode.c:933! RIP: 0010:f2fsevictinode+0x1576/0x1590 fs/f2fs/inode.c:933 Call Trace: evict+0x2a4/0x620 fs/inode.c:664...

7.8CVSS6.8AI score0.00246EPSS
SaveExploits0References8
OSV
OSV
added 2024/08/17 9:09 a.m.17 views

CVE-2024-42297 f2fs: fix to don't dirty inode for readonly filesystem

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to don't dirty inode for readonly filesystem syzbot reports f2fs bug as below: kernel BUG at fs/f2fs/inode.c:933! RIP: 0010:f2fsevictinode+0x1576/0x1590 fs/f2fs/inode.c:933 Call Trace: evict+0x2a4/0x620 fs/inode.c:664...

7.8CVSS6.1AI score
SaveExploits0References13
Debian CVE
Debian CVE
added 2024/08/17 9:09 a.m.44 views

CVE-2024-42297

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to don't dirty inode for readonly filesystem syzbot reports f2fs bug as below: kernel BUG at fs/f2fs/inode.c:933! RIP: 0010:f2fsevictinode+0x1576/0x1590 fs/f2fs/inode.c:933 Call Trace: evict+0x2a4/0x620 fs/inode.c:664...

7.8CVSS5.6AI score0.00246EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/08/17 9:09 a.m.38 views

CVE-2024-42297 f2fs: fix to don't dirty inode for readonly filesystem

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to don't dirty inode for readonly filesystem syzbot reports f2fs bug as below: kernel BUG at fs/f2fs/inode.c:933! RIP: 0010:f2fsevictinode+0x1576/0x1590 fs/f2fs/inode.c:933 Call Trace: evict+0x2a4/0x620 fs/inode.c:664...

7.8CVSS0.00246EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/08/17 9:09 a.m.24 views

CVE-2024-42295 nilfs2: handle inconsistent state in nilfs_btnode_create_block()

In the Linux kernel, the following vulnerability has been resolved: nilfs2: handle inconsistent state in nilfsbtnodecreateblock Syzbot reported that a buffer state inconsistency was detected in nilfsbtnodecreateblock, triggering a kernel bug. It is not appropriate to treat this inconsistency as a...

0.00234EPSS
SaveExploits0References8
OSV
OSV
added 2024/08/17 9:09 a.m.21 views

CVE-2024-42295 nilfs2: handle inconsistent state in nilfs_btnode_create_block()

In the Linux kernel, the following vulnerability has been resolved: nilfs2: handle inconsistent state in nilfsbtnodecreateblock Syzbot reported that a buffer state inconsistency was detected in nilfsbtnodecreateblock, triggering a kernel bug. It is not appropriate to treat this inconsistency as a...

6.1AI score
SaveExploits0References13
Debian CVE
Debian CVE
added 2024/08/17 9:09 a.m.23 views

CVE-2024-42295

In the Linux kernel, the following vulnerability has been resolved: nilfs2: handle inconsistent state in nilfsbtnodecreateblock Syzbot reported that a buffer state inconsistency was detected in nilfsbtnodecreateblock, triggering a kernel bug. It is not appropriate to treat this inconsistency as a...

5.5CVSS6.1AI score0.00234EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/08/17 9:09 a.m.14 views

CVE-2024-42295 nilfs2: handle inconsistent state in nilfs_btnode_create_block()

In the Linux kernel, the following vulnerability has been resolved: nilfs2: handle inconsistent state in nilfsbtnodecreateblock Syzbot reported that a buffer state inconsistency was detected in nilfsbtnodecreateblock, triggering a kernel bug. It is not appropriate to treat this inconsistency as a...

6.9AI score0.00234EPSS
SaveExploits0References8
CVE
CVE
added 2024/08/17 9:09 a.m.132 views

CVE-2024-42295

CVE-2024-42295 — Linux kernel nilfs2 issue : Syzbot detected a buffer state inconsistency in nilfs_btnode_create_block that could occur when the argument block address is a virtual block number reallocated due to bitmap corruption. The patch changes nilfs_btnode_create_block() and its callers to ...

5.5CVSS6.6AI score0.00234EPSS
SaveExploits0References10Affected Software1
Rows per page
Query Builder