Lucene search
+L

2505 matches found

Vulnrichment
Vulnrichment
added 2024/05/01 1:4 p.m.23 views

CVE-2024-27070 f2fs: fix to avoid use-after-free issue in f2fs_filemap_fault

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid use-after-free issue in f2fsfilemapfault syzbot reports a f2fs bug as below: BUG: KASAN: slab-use-after-free in f2fsfilemapfault+0xd1/0x2c0 fs/f2fs/file.c:49 Read of size 8 at addr ffff88807bb22680 by task...

6.7AI score0.00227EPSS
SaveExploits0References3
CVE
CVE
added 2024/05/01 12:53 p.m.7184 views

CVE-2024-27035

CVE-2024-27035 concerns the Linux kernel’s f2fs compression path. The issue arises when a data block inside a compressed cluster is not persisted with its metadata during checkpoint; after SPOR, this can lead to data corruption. The published fix guarantees that the compressed page is written by ...

5.5CVSS6.6AI score0.00272EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2024/05/01 12:53 p.m.37 views

CVE-2024-27035 f2fs: compress: fix to guarantee persisting compressed blocks by CP

In the Linux kernel, the following vulnerability has been resolved: f2fs: compress: fix to guarantee persisting compressed blocks by CP If data block in compressed cluster is not persisted with metadata during checkpoint, after SPOR, the data may be corrupted, let's guarantee to write compressed...

6.7AI score0.00272EPSS
SaveExploits0References5
OSV
OSV
added 2024/05/01 12:53 p.m.15 views

CVE-2024-27035 f2fs: compress: fix to guarantee persisting compressed blocks by CP

In the Linux kernel, the following vulnerability has been resolved: f2fs: compress: fix to guarantee persisting compressed blocks by CP If data block in compressed cluster is not persisted with metadata during checkpoint, after SPOR, the data may be corrupted, let's guarantee to write compressed...

5.5CVSS6AI score0.00272EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2024/05/01 12:53 p.m.46 views

CVE-2024-27035

In the Linux kernel, the following vulnerability has been resolved: f2fs: compress: fix to guarantee persisting compressed blocks by CP If data block in compressed cluster is not persisted with metadata during checkpoint, after SPOR, the data may be corrupted, let's guarantee to write compressed...

5.5CVSS6.1AI score0.00272EPSS
SaveExploits0
OSV
OSV
added 2024/05/01 12:53 p.m.16 views

CVE-2024-27034 f2fs: compress: fix to cover normal cluster write with cp_rwsem

In the Linux kernel, the following vulnerability has been resolved: f2fs: compress: fix to cover normal cluster write with cprwsem When we overwrite compressed cluster w/ normal cluster, we should not unlock cprwsem during f2fswriterawpages, otherwise data will be corrupted if partial blocks were...

5.5CVSS6AI score0.00273EPSS
SaveExploits0References9
Vulnrichment
Vulnrichment
added 2024/05/01 12:53 p.m.14 views

CVE-2024-27034 f2fs: compress: fix to cover normal cluster write with cp_rwsem

In the Linux kernel, the following vulnerability has been resolved: f2fs: compress: fix to cover normal cluster write with cprwsem When we overwrite compressed cluster w/ normal cluster, we should not unlock cprwsem during f2fswriterawpages, otherwise data will be corrupted if partial blocks were...

6.6AI score0.00273EPSS
SaveExploits0References6
CVE
CVE
added 2024/05/01 12:53 p.m.7476 views

CVE-2024-27034

CVE-2024-27034 : In the Linux kernel, the f2fs compression path had a fix for normal cluster writes overlapped with compressed clusters. If a compressed cluster is overwritten by a normal cluster, unlocking cp_rwsem during f2fs_write_raw_pages() could cause data corruption when partial blocks wer...

5.5CVSS6.6AI score0.00273EPSS
SaveExploits0References6Affected Software1
Cvelist
Cvelist
added 2024/05/01 12:53 p.m.26 views

CVE-2024-27034 f2fs: compress: fix to cover normal cluster write with cp_rwsem

In the Linux kernel, the following vulnerability has been resolved: f2fs: compress: fix to cover normal cluster write with cprwsem When we overwrite compressed cluster w/ normal cluster, we should not unlock cprwsem during f2fswriterawpages, otherwise data will be corrupted if partial blocks were...

6.6AI score0.00273EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2024/05/01 12:53 p.m.34 views

CVE-2024-27034

In the Linux kernel, the following vulnerability has been resolved: f2fs: compress: fix to cover normal cluster write with cprwsem When we overwrite compressed cluster w/ normal cluster, we should not unlock cprwsem during f2fswriterawpages, otherwise data will be corrupted if partial blocks were...

5.5CVSS6.5AI score0.00273EPSS
SaveExploits0
OSV
OSV
added 2024/05/01 12:53 p.m.13 views

CVE-2024-27033 f2fs: fix to remove unnecessary f2fs_bug_on() to avoid panic

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to remove unnecessary f2fsbugon to avoid panic verifyblkaddr will trigger panic once we inject fault into f2fsisvalidblkaddr, fix to remove this unnecessary f2fsbugon...

5.5CVSS6AI score0.00266EPSS
SaveExploits0References7
CVE
CVE
added 2024/05/01 12:53 p.m.3624 views

CVE-2024-27033

The CVE-2024-27033 issue affects the Linux kernel’s f2fs filesystem code. The root cause described in the sources is a panic when verify_blkaddr() could be triggered due to a fault injected into f2fs_is_valid_blkaddr(), prompting removal of an unnecessary f2fs_bug_on() call. The advisory notes th...

5.5CVSS6.7AI score0.00266EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2024/05/01 12:53 p.m.27 views

CVE-2024-27033 f2fs: fix to remove unnecessary f2fs_bug_on() to avoid panic

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to remove unnecessary f2fsbugon to avoid panic verifyblkaddr will trigger panic once we inject fault into f2fsisvalidblkaddr, fix to remove this unnecessary f2fsbugon...

6.7AI score0.00266EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/05/01 12:53 p.m.24 views

CVE-2024-27033 f2fs: fix to remove unnecessary f2fs_bug_on() to avoid panic

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to remove unnecessary f2fsbugon to avoid panic verifyblkaddr will trigger panic once we inject fault into f2fsisvalidblkaddr, fix to remove this unnecessary f2fsbugon...

6.7AI score0.00266EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/05/01 12:53 p.m.22 views

CVE-2024-27033

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to remove unnecessary f2fsbugon to avoid panic verifyblkaddr will trigger panic once we inject fault into f2fsisvalidblkaddr, fix to remove this unnecessary f2fsbugon...

5.5CVSS5.6AI score0.00266EPSS
SaveExploits0
CVE
CVE
added 2024/05/01 12:53 p.m.2332 views

CVE-2024-27032

CVE-2024-27032 affects the Linux kernel f2fs subsystem. During recovery, if FAULT_BLOCK is enabled, f2fs_reserve_new_block() may return -ENOSPC, potentially causing a kernel panic. Additionally, with fault-injection rate 1 and only FAULT_BLOCK enabled, a deadloop in block reservation may occur. T...

6.3CVSS6.9AI score0.00291EPSS
SaveExploits0References5Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/01 12:53 p.m.26 views

CVE-2024-27032 f2fs: fix to avoid potential panic during recovery

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid potential panic during recovery During recovery, if FAULTBLOCK is on, it is possible that f2fsreservenewblock will return -ENOSPC during recovery, then it may trigger panic. Also, if fault injection rate is 1 a...

6.9AI score0.00291EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/05/01 12:53 p.m.30 views

CVE-2024-27032 f2fs: fix to avoid potential panic during recovery

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid potential panic during recovery During recovery, if FAULTBLOCK is on, it is possible that f2fsreservenewblock will return -ENOSPC during recovery, then it may trigger panic. Also, if fault injection rate is 1 a...

6.9AI score0.00291EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2024/05/01 12:53 p.m.56 views

CVE-2024-27032

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid potential panic during recovery During recovery, if FAULTBLOCK is on, it is possible that f2fsreservenewblock will return -ENOSPC during recovery, then it may trigger panic. Also, if fault injection rate is 1 a...

6.3CVSS6.5AI score0.00291EPSS
SaveExploits0
OSV
OSV
added 2024/05/01 12:53 p.m.13 views

CVE-2024-27032 f2fs: fix to avoid potential panic during recovery

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid potential panic during recovery During recovery, if FAULTBLOCK is on, it is possible that f2fsreservenewblock will return -ENOSPC during recovery, then it may trigger panic. Also, if fault injection rate is 1 a...

6.3CVSS6.2AI score0.00291EPSS
SaveExploits0References8
Rows per page
Query Builder