Lucene search
+L

252 matches found

SUSE CVE
SUSE CVE
added 2025/12/31 12:28 a.m.7 views

SUSE CVE-2023-54187

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix potential corruption when moving a directory F2FS has the same issue in ext4rename causing crash revealed by xfstests/generic/707. See also commit 0813299c586b "ext4: Fix possible corruption when moving a directory"...

6.7AI score0.00134EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/12/30 3:30 p.m.10 views

EUVD-2023-60454

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix potential corruption when moving a directory F2FS has the same issue in ext4rename causing crash revealed by xfstests/generic/707. See also commit 0813299c586b "ext4: Fix possible corruption when moving a directory"...

6.1AI score0.00134EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2025/12/30 12:8 p.m.29 views

CVE-2023-54192 f2fs: fix null pointer panic in tracepoint in __replace_atomic_write_block

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix null pointer panic in tracepoint in replaceatomicwriteblock We got a kernel panic if oldaddr is NULL. https://bugzilla.kernel.org/showbug.cgi?id=217266 BUG: kernel NULL pointer dereference, address: 0000000000000000 Cal...

0.00182EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/12/24 1:16 p.m.7 views

CVE-2022-50753

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to do sanity check on summary info As Wenqing Liu reported in bugzilla: https://bugzilla.kernel.org/showbug.cgi?id=216456 BUG: KASAN: use-after-free in recoverdata+0x63ae/0x6ae0 f2fs Read of size 4 at addr...

7.8CVSS5.8AI score0.00173EPSS
SaveExploits0References7
OSV
OSV
added 2025/12/24 1:5 p.m.6 views

CVE-2022-50753 f2fs: fix to do sanity check on summary info

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to do sanity check on summary info As Wenqing Liu reported in bugzilla: https://bugzilla.kernel.org/showbug.cgi?id=216456 BUG: KASAN: use-after-free in recoverdata+0x63ae/0x6ae0 f2fs Read of size 4 at addr...

7.8CVSS6.4AI score
SaveExploits0References9
OSV
OSV
added 2025/12/19 2:43 p.m.13 views

USN-7922-3 linux-oracle-5.4 vulnerabilities

Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws in the following subsystems: - Cryptographic API; - ACPI drivers; - InfiniBand drivers; - Media drivers; - Network drivers; - Pin controllers...

8.6CVSS6.4AI score0.00739EPSS
SaveExploits0References16
OSV
OSV
added 2025/12/19 2:41 p.m.11 views

USN-7928-4 linux-raspi vulnerabilities

Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws in the following subsystems: - Cryptographic API; - Media drivers; - Network drivers; - AFS file system; - F2FS file system; - Tracing...

8.6CVSS6.7AI score0.0046EPSS
SaveExploits0References10
CVE
CVE
added 2025/12/16 3:39 p.m.36 views

CVE-2025-68315

The CVE-2025-68315 issue affects the Linux kernel’s flash-friendly filesystem (F2FS). The vulnerability arises from a check gap in free_nid_list handling, risking corruption of the on-disk footer structures (footer.ino vs footer.nid) and enabling potential exploitation via corrupted NID entries. ...

9.8CVSS6.2AI score0.00381EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2025/12/16 3:39 p.m.7 views

CVE-2025-68315

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to detect potential corrupted nid in freenidlist As reported, on-disk footer.ino and footer.nid is the same and out-of-range, let's add sanity check on f2fsallocnid to detect any potential corruption in freenidlist...

5.8AI score0.00381EPSS
SaveExploits0References5Affected Software1
BDU FSTEC
BDU FSTEC
added 2025/12/15 12:0 a.m.8 views

The vulnerability of the fs/f2fs component in Linux kernel allows a hacker to trigger a system failure.

The vulnerability of the fs/f2fs component in Linux operating systems is related to buffer overflows in the stack. Exploiting this vulnerability allows an attacker to cause a system failure...

5.5CVSS6.2AI score0.00136EPSS
SaveExploits0References14Affected Software2
Ubuntu
Ubuntu
added 2025/12/11 4:35 p.m.13 views

USN-7922-2: Linux kernel (FIPS) vulnerabilities

Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws in the following subsystems: - Cryptographic API; - ACPI drivers; - InfiniBand drivers; - Media drivers; - Network drivers; - Pin controllers...

8.6CVSS7AI score0.00739EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/12/11 12:0 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2023-53838

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - 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 t...

7.8CVSS5.3AI score0.00172EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2025/12/10 3:7 a.m.14 views

CVE-2023-53838

A race condition was found in the F2FS filesystem's atomic write abort handling in the Linux kernel. Concurrent atomic write abort operations lack proper synchronization, which can lead to inconsistent COW copy-on-write inode state and potential use-after-free or data corruption scenarios...

5.5CVSS6.4AI score0.00172EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/12/09 6:30 p.m.12 views

EUVD-2023-60150

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to do sanity check on direct node in truncatednode syzbot reports below bug: BUG: KASAN: slab-use-after-free in f2fstruncatedatablocksrange+0x122a/0x14c0 fs/f2fs/file.c:574 Read of size 4 at addr ffff88802a25c000 by tas...

6AI score0.00152EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/12/09 1:30 a.m.36 views

CVE-2023-53846 f2fs: fix to do sanity check on direct node in truncate_dnode()

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to do sanity check on direct node in truncatednode syzbot reports below bug: BUG: KASAN: slab-use-after-free in f2fstruncatedatablocksrange+0x122a/0x14c0 fs/f2fs/file.c:574 Read of size 4 at addr ffff88802a25c000 by tas...

7.8CVSS0.00152EPSS
SaveExploits0References2
OSV
OSV
added 2025/12/08 2:15 a.m.5 views

DEBIAN-CVE-2023-53763

In the Linux kernel, the following vulnerability has been resolved: Revert "f2fs: fix to do sanity check on extent cache correctly" syzbot reports a f2fs bug as below: UBSAN: array-index-out-of-bounds in fs/f2fs/f2fs.h:3275:19 index 1409 is out of range for type 'le32923' aka 'unsigned int923' Ca...

7.8CVSS5.2AI score0.00139EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/08 1:16 a.m.6 views

CVE-2022-50620 f2fs: fix to invalidate dcc->f2fs_issue_discard in error path

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to invalidate dcc-f2fsissuediscard in error path Syzbot reports a NULL pointer dereference issue as below: refcountadd include/linux/refcount.h:193 inline refcountinc include/linux/refcount.h:250 inline refcountinc...

6.4AI score
SaveExploits0References7
Ubuntu
Ubuntu
added 2025/12/05 10:31 a.m.11 views

USN-7906-2: Linux kernel (GCP) vulnerabilities

Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws in the following subsystems: - x86 architecture; - Cryptographic API; - Android drivers; - TTY drivers; - F2FS file system; - 9P file system netwo...

7.9CVSS7.3AI score0.00209EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2025/11/22 1:1 a.m.12 views

f2fs: zone: fix to avoid inconsistence in between SIT and SSA

...

7.1CVSS7AI score0.00145EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2025/11/16 1:1 a.m.8 views

f2fs: fix null-ptr-deref in f2fs_get_dnode_of_data

...

5.5CVSS7AI score0.00157EPSS
SaveExploits0
Rows per page
Query Builder