Lucene search
+L

185 matches found

RedhatCVE
RedhatCVE
added 2026/08/17 2:59 p.m.4 views

CVE-2026-68460

A flaw was found in the Linux kernel's f2fs filesystem. When the filesystem space is nearly exhausted, a local attacker could trigger a deadlock within the f2fsbalancefs function. This can cause system tasks to become unresponsive, leading to a Denial of Service DoS condition...

5.5CVSS5.4AI score0.00176EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/08/15 12:00 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2026-68459

"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - f2fs: fix potential deadlock in gcmerge path of f2fsbalancefs When we mount device w/ gcmerge mount option, we may suffer below potential deadlock: Kworker GC...

5.4AI score0.00172EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/07/21 5:13 a.m.12 views

CVE-2026-63815

A flaw was found in the Linux kernel's f2fs Flash-Friendly File System component. When processing a specially crafted f2fs filesystem image, an attacker can trigger an out-of-bounds read. This occurs because the system incorrectly validates the size of inline extended attributes, leading to...

8.4CVSS5.4AI score0.00139EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/07/19 12:02 p.m.18 views

CVE-2026-63814

In the Linux kernel, the following vulnerability has been resolved: f2fs: validate ACL entry sizes in f2fsaclfromdisk f2fsaclcount only validates the aggregate ACL xattr length. A malformed ACL can still place ACLUSER or ACLGROUP in a slot that only contains struct f2fsaclentryshort bytes, and...

7.8CVSS5.3AI score0.00127EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/07/19 12:02 p.m.16 views

CVE-2026-63812

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix incorrect FINOEXTENT handling in destroyextentnode When destroyextentnode sets the inode flag FINOEXTENT, it does not reset the length of the largest extent to 0 and update the inode folio. Since modifications to the...

7.8CVSS5.2AI score0.0012EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2026/06/29 8:36 a.m.20 views

CVE-2026-53303

A flaw was found in the Linux kernel's f2fs filesystem. This vulnerability allows for potential out-of-bounds memory access or the display of stale data. It occurs because the extensionlist and related counts are read without proper synchronization, enabling a concurrent system file system sysfs...

7.1CVSS5.8AI score0.00126EPSS
SaveExploits0References4
NVD
NVD
added 2026/06/26 8:17 p.m.16 views

CVE-2026-53303

In the Linux kernel, the following vulnerability has been resolved: f2fs: protect extensionlist reading with sblock in f2fssbishow In f2fssbishow, the extensionlist, extensioncount and hotextcount are read without holding sbi-sblock. If a concurrent sysfs store modifies the extension list via...

7.1CVSS0.00126EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2026/06/26 4:20 p.m.16 views

CVE-2026-53017

A flaw was found in the Linux kernel's f2fs filesystem. This vulnerability can lead to data loss when a file synchronization fsync operation on a newly created file occurs at the same time as a checkpoint operation. The system incorrectly assumes that a checkpoint has completed, which can result ...

5.5CVSS5.8AI score0.00112EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/06/25 6:18 p.m.21 views

CVE-2026-53018

A flaw was found in the Linux kernel's f2fs filesystem. During garbage collection, a race condition can occur when a page is moved and updated, but the system attempts to read it again from an outdated location. This can trigger a kernel bug, leading to a system crash and a denial of service DoS....

5.5CVSS5.8AI score0.00121EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/06/24 4:29 p.m.54 views

CVE-2026-53018 f2fs: avoid reading already updated pages during GC

In the Linux kernel, the following vulnerability has been resolved: f2fs: avoid reading already updated pages during GC We found the following issue during fuzz testing: page: refcount:3 mapcount:0 mapping:00000000b6e89c65 index:0x18b2dc pfn:0x161ba9 memcg:f8ffff800e269c00 aops:f2fsmetaaops ino:2...

0.00121EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/05/28 9:09 p.m.18 views

CVE-2026-46194

A flaw was found in the Linux kernel's f2fs filesystem. A race condition exists between the f2fsdestroyextentnode function and concurrent writeback operations. This occurs because f2fsdestroyextentnode does not properly set a flag FINOEXTENT before clearing extent nodes, allowing new extent nodes...

5.8AI score0.00093EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/05/28 9:36 a.m.25 views

CVE-2026-46194

Removed by vendor...

4.9AI score0.00093EPSS
SaveExploits0
EUVD
EUVD
added 2026/05/28 9:36 a.m.14 views

EUVD-2026-32802

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix fsck inconsistency caused by FGGC of node block During FGGC node block migration, fsck may incorrectly treat the migrated node block as fsync-written data. The reproduction scenario: root@vm:/mnt/f2fs seq 1 2048 | xargs...

5.8AI score0.00124EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.8 views

Astra Linux – Vulnerability found in Linux 5.15, Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: f2fs: compress: Fixed the issue where f2fswaitonpagewriteback was called in f2fswriterawpages. A BUG will be triggered when writing files concurrently, because the same page may be written back multiple times. The bug occurs at...

5.8AI score0.00151EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.7 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerabilities have been resolved: f2fs: Split the initial and dynamic conditions for extentcache. We need to allocate the extentcache tree without dynamic conditions to avoid a panic caused by a missing condition as described below. Create a file with a...

5.5CVSS6.1AI score0.00236EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/04/21 12:00 a.m.11 views

Unity Linux 20.1050e / 20.1060e / 20.1070e Security Update: kernel (UTSA-2026-010968)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-010968 advisory. In the Linux kernel, the following vulnerability has been resolved: f2fs: fix information leak in f2fsmoveinlinedirents When converting an inline directory to a...

5.8AI score0.00205EPSS
SaveExploits0References4
Redos
Redos
added 2026/04/08 12:00 a.m.15 views

ROS-20260408-73-0006

A vulnerability in the fs/f2fs component of the Linux operating system kernel is related to a buffer overflow on the stack. Exploitation of the vulnerability allows an attacker to cause a denial of service...

5.5CVSS6.4AI score0.00145EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/03/18 5:46 p.m.33 views

CVE-2026-23267 f2fs: fix IS_CHECKPOINTED flag inconsistency issue caused by concurrent atomic commit and checkpoint writes

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix ISCHECKPOINTED flag inconsistency issue caused by concurrent atomic commit and checkpoint writes During SPO tests, when mounting F2FS, an -EINVAL error was returned from f2fsrecoverinodepage. The issue occurred under th...

0.00114EPSS
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2026/03/06 12:00 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2026-23233

"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - f2fs: fix to avoid mapping wrong physical block for swapfile Xiaolong Guo reported a f2fs bug in bugzilla 1 1 https://bugzilla.kernel.org/showbug.cgi?id=220951...

7.8CVSS7AI score0.0016EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/03/05 6:51 a.m.13 views

SUSE CVE-2026-23233

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid mapping wrong physical block for swapfile Xiaolong Guo reported a f2fs bug in bugzilla 1 1 https://bugzilla.kernel.org/showbug.cgi?id=220951 Quoted: "When using stress-ng's swap stress test on F2FS filesystem...

7.1CVSS5.5AI score0.0016EPSS
SaveExploits0References3
Rows per page
Query Builder