Lucene search
+L

3790 matches found

CVE
CVE
added 2025/12/09 1:29 a.m.31 views

CVE-2023-53838

Summary of CVE-2023-53838 (Linux kernel, f2fs): A race condition in the F2FS atomic write abort handling can cause inconsistent COW inode state. The mitigation fixes synchronization by using the inode lock and ensuring the Copy-On-Write (COW) inode is reusable for the entire lifetime of the atomi...

7.8CVSS6AI score0.00189EPSS
SaveExploits0References3
OSV
OSV
added 2025/12/09 1:29 a.m.12 views

CVE-2023-53838 f2fs: synchronize atomic write aborts

In the Linux kernel, the following vulnerability has been resolved: f2fs: synchronize atomic write aborts To fix a race condition between atomic write aborts, I use the inode lock and make COW inode to be re-usable thoroughout the whole atomic file inode lifetime...

7.8CVSS6.3AI score
SaveExploits0References6
Cvelist
Cvelist
added 2025/12/09 1:29 a.m.42 views

CVE-2023-53829 f2fs: flush inode if atomic file is aborted

In the Linux kernel, the following vulnerability has been resolved: f2fs: flush inode if atomic file is aborted Let's flush the inode being aborted atomic operation to avoid stale dirty inode during eviction in this call stack: f2fsmarkinodedirtysync+0x22/0x40 f2fs f2fsabortatomicwrite+0xc4/0xf0...

7.8CVSS0.00189EPSS
SaveExploits0References3
CVE
CVE
added 2025/12/09 1:29 a.m.30 views

CVE-2023-53829

CVE-2023-53829 (Linux kernel, F2FS) is a concrete vulnerability in the F2FS file system related to flushing the inode when an atomic write is aborted. The issue arises in f2fs_evict_inode where a dirty-inode check (FI_DIRTY_INODE) triggers a kernel bug during inode eviction, as shown in the provi...

7.8CVSS6.1AI score0.00189EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2025/12/09 1:29 a.m.16 views

CVE-2023-53829

In the Linux kernel, the following vulnerability has been resolved: f2fs: flush inode if atomic file is aborted Let's flush the inode being aborted atomic operation to avoid stale dirty inode during eviction in this call stack: f2fsmarkinodedirtysync+0x22/0x40 f2fs f2fsabortatomicwrite+0xc4/0xf0...

7.8CVSS5.2AI score0.00189EPSS
SaveExploits0
OSV
OSV
added 2025/12/09 1:29 a.m.10 views

CVE-2023-53829 f2fs: flush inode if atomic file is aborted

In the Linux kernel, the following vulnerability has been resolved: f2fs: flush inode if atomic file is aborted Let's flush the inode being aborted atomic operation to avoid stale dirty inode during eviction in this call stack: f2fsmarkinodedirtysync+0x22/0x40 f2fs f2fsabortatomicwrite+0xc4/0xf0...

7.8CVSS6.4AI score
SaveExploits0References6
CVE
CVE
added 2025/12/09 1:29 a.m.63 views

CVE-2022-50673

The CVE-2022-50673 issue affects the Linux kernel ext4 file system and is described as a use-after-free in ext4_orphan_cleanup. Root cause: ext4_inode_attach_jinode() returns an error but the value is not propagated, enabling a use-after-free when adding an inode to EXT4_SB(sb)->s_orphan a sec...

7.8CVSS6.1AI score0.00206EPSS
SaveExploits0References7
OSV
OSV
added 2025/12/09 1:29 a.m.9 views

CVE-2022-50673 ext4: fix use-after-free in ext4_orphan_cleanup

In the Linux kernel, the following vulnerability has been resolved: ext4: fix use-after-free in ext4orphancleanup I caught a issue as follows: ================================================================== BUG: KASAN: use-after-free in listaddvalid+0x28/0x1a0 Read of size 8 at addr...

7.8CVSS6.4AI score
SaveExploits0References10
Cvelist
Cvelist
added 2025/12/09 1:29 a.m.48 views

CVE-2022-50673 ext4: fix use-after-free in ext4_orphan_cleanup

In the Linux kernel, the following vulnerability has been resolved: ext4: fix use-after-free in ext4orphancleanup I caught a issue as follows: ================================================================== BUG: KASAN: use-after-free in listaddvalid+0x28/0x1a0 Read of size 8 at addr...

7.8CVSS0.00206EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/12/09 1:29 a.m.18 views

CVE-2022-50673

In the Linux kernel, the following vulnerability has been resolved: ext4: fix use-after-free in ext4orphancleanup I caught a issue as follows: ================================================================== BUG: KASAN: use-after-free in listaddvalid+0x28/0x1a0 Read of size 8 at addr...

7.8CVSS5.5AI score0.00206EPSS
SaveExploits0
NVD
NVD
added 2025/12/09 1:16 a.m.10 views

CVE-2023-53804

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix use-after-free bug of nilfsroot in nilfsevictinode During unmount process of nilfs2, nothing holds nilfsroot structure after nilfs2 detaches its writer in nilfsdetachlogwriter. However, since nilfsevictinode uses...

7.8CVSS0.00136EPSS
SaveExploits0References8
OSV
OSV
added 2025/12/09 1:16 a.m.9 views

DEBIAN-CVE-2023-53804

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix use-after-free bug of nilfsroot in nilfsevictinode During unmount process of nilfs2, nothing holds nilfsroot structure after nilfs2 detaches its writer in nilfsdetachlogwriter. However, since nilfsevictinode uses...

7.8CVSS5.4AI score0.00136EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/09 1:16 a.m.9 views

DEBIAN-CVE-2022-50638

In the Linux kernel, the following vulnerability has been resolved: ext4: fix bugon in estreesearch caused by bad boot loader inode We got a issue as fllows: ================================================================== kernel BUG at fs/ext4/extentsstatus.c:203! invalid opcode: 0000 1 PREEMP...

5.5AI score0.00238EPSS
SaveExploits0References1
NVD
NVD
added 2025/12/09 1:16 a.m.19 views

CVE-2022-50638

In the Linux kernel, the following vulnerability has been resolved: ext4: fix bugon in estreesearch caused by bad boot loader inode We got a issue as fllows: ================================================================== kernel BUG at fs/ext4/extentsstatus.c:203! invalid opcode: 0000 1 PREEMP...

0.00238EPSS
SaveExploits0References9
OSV
OSV
added 2025/12/09 1:16 a.m.14 views

UBUNTU-CVE-2022-50638

In the Linux kernel, the following vulnerability has been resolved: ext4: fix bugon in estreesearch caused by bad boot loader inode We got a issue as fllows: ================================================================== kernel BUG at fs/ext4/extentsstatus.c:203! invalid opcode: 0000 1 PREEMP...

6AI score0.00238EPSS
SaveExploits0References12
Microsoft CVE
Microsoft CVE
added 2025/12/09 1:2 a.m.8 views

jfs: Verify inode mode when loading from disk

...

7AI score0.00193EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/12/09 12:31 a.m.6 views

SUSE CVE-2022-50622

In the Linux kernel, the following vulnerability has been resolved: ext4: fix potential memory leak in ext4fcrecordmodifiedinode As krealloc may return NULL, in this case 'state-fcmodifiedinodes' may not be freed by krealloc, but 'state-fcmodifiedinodes' already set NULL. Then will lead to...

4.7CVSS6.5AI score0.00195EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2025/12/09 12:24 a.m.7 views

SUSE CVE-2025-40295

In the Linux kernel, the following vulnerability has been resolved: fscrypt: fix left shift underflow when inode-iblkbits PAGESHIFT When simulating an nvme device on qemu with both logicalblocksize and physicalblocksize set to 8 KiB, an error trace appears during partition table reading at boot...

6.2AI score0.002EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/12/09 12:24 a.m.5 views

SUSE CVE-2025-40312

In the Linux kernel, the following vulnerability has been resolved: jfs: Verify inode mode when loading from disk The inode mode loaded from corrupted disk can be invalid. Do like what commit 0a9e74051313 "isofs: Verify inode mode when loading from disk" does...

5.5CVSS6.3AI score0.00193EPSS
SaveExploits0References17
SUSE CVE
SUSE CVE
added 2025/12/09 12:24 a.m.6 views

SUSE CVE-2025-40313

In the Linux kernel, the following vulnerability has been resolved: ntfs3: pretend $Extend records as regular files Since commit af153bb63a33 "vfs: catch invalid modes in mayopen" requires any inode be one of SIFDIR/SIFLNK/SIFREG/SIFCHR/SIFBLK/ SIFIFO/SIFSOCK type, use SIFREG for $Extend records...

6.3AI score0.00188EPSS
SaveExploits0References3
Rows per page
Query Builder