Lucene search
+L

2505 matches found

NVD
NVD
added 2025/12/24 1:16 p.m.9 views

CVE-2023-54124

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to drop all dirty pages during umount if cperror is set xfstest generic/361 reports a bug as below: f2fsbugonsbi, sbi-fsyncnodenum; kernel BUG at fs/f2fs/super.c:1627! RIP: 0010:f2fsputsuper+0x3a8/0x3b0 Call Trace:...

0.00187EPSS
SaveExploits0References7
NVD
NVD
added 2025/12/24 1:16 p.m.8 views

CVE-2023-54068

In the Linux kernel, the following vulnerability has been resolved: f2fs: compress: fix to call f2fswaitonpagewriteback in f2fswriterawpages BUGON will be triggered when writing files concurrently, because the same page is writtenback multiple times. 1597 void folioendwritebackstruct folio folio...

0.00179EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2025/12/24 1:16 p.m.7 views

CVE-2023-54124

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to drop all dirty pages during umount if cperror is set xfstest generic/361 reports a bug as below: f2fsbugonsbi, sbi-fsyncnodenum; kernel BUG at fs/f2fs/super.c:1627! RIP: 0010:f2fsputsuper+0x3a8/0x3b0 Call Trace:...

5.7AI score0.00187EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2025/12/24 1:16 p.m.7 views

CVE-2023-54068

In the Linux kernel, the following vulnerability has been resolved: f2fs: compress: fix to call f2fswaitonpagewriteback in f2fswriterawpages BUGON will be triggered when writing files concurrently, because the same page is writtenback multiple times. 1597 void folioendwritebackstruct folio folio...

5.7AI score0.00179EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2025/12/24 1:16 p.m.4 views

CVE-2023-54151

In the Linux kernel, the following vulnerability has been resolved: f2fs: Fix system crash due to lack of free space in LFS When f2fs tries to checkpoint during foreground gc in LFS mode, system crash occurs due to lack of free space if the amount of dirty node and dentry pages generated by data...

5.8AI score0.00172EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/24 1:16 p.m.7 views

UBUNTU-CVE-2023-54151

In the Linux kernel, the following vulnerability has been resolved: f2fs: Fix system crash due to lack of free space in LFS When f2fs tries to checkpoint during foreground gc in LFS mode, system crash occurs due to lack of free space if the amount of dirty node and dentry pages generated by data...

5.8AI score0.00172EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/24 1:16 p.m.6 views

UBUNTU-CVE-2023-54068

In the Linux kernel, the following vulnerability has been resolved: f2fs: compress: fix to call f2fswaitonpagewriteback in f2fswriterawpages BUGON will be triggered when writing files concurrently, because the same page is writtenback multiple times. 1597 void folioendwritebackstruct folio folio...

5.9AI score0.00179EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2025/12/24 1:7 p.m.30 views

CVE-2023-54151 f2fs: Fix system crash due to lack of free space in LFS

In the Linux kernel, the following vulnerability has been resolved: f2fs: Fix system crash due to lack of free space in LFS When f2fs tries to checkpoint during foreground gc in LFS mode, system crash occurs due to lack of free space if the amount of dirty node and dentry pages generated by data...

0.00172EPSS
SaveExploits0References3
CVE
CVE
added 2025/12/24 1:7 p.m.23 views

CVE-2023-54151

The CVE-2023-54151 entries describe a Linux kernel vulnerability in f2fs where a system crash could occur during foreground garbage collection in LFS mode if free space is exhausted during data migration/checkpoint. The issue arises when the number of dirty node/dentry pages exceeds available spa...

6.3AI score0.00172EPSS
SaveExploits0References3
OSV
OSV
added 2025/12/24 1:7 p.m.9 views

CVE-2023-54151 f2fs: Fix system crash due to lack of free space in LFS

In the Linux kernel, the following vulnerability has been resolved: f2fs: Fix system crash due to lack of free space in LFS When f2fs tries to checkpoint during foreground gc in LFS mode, system crash occurs due to lack of free space if the amount of dirty node and dentry pages generated by data...

6.6AI score0.00172EPSS
SaveExploits0References6
CVE
CVE
added 2025/12/24 1:6 p.m.27 views

CVE-2023-54124

CVE-2023-54124 relates to the Linux kernel f2fs subsystem. The issue occurs during unmount when cp_error is set: f2fs_wait_on_all_pages() may stop waiting for all F2FS_WB_CP_DATA pages to be writebacked, leaving fsync_node_num non-zero and triggering a kernel BUG in fs/f2fs/super.c:1627. The docu...

6AI score0.00187EPSS
SaveExploits0References7
OSV
OSV
added 2025/12/24 1:6 p.m.6 views

CVE-2023-54124 f2fs: fix to drop all dirty pages during umount() if cp_error is set

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to drop all dirty pages during umount if cperror is set xfstest generic/361 reports a bug as below: f2fsbugonsbi, sbi-fsyncnodenum; kernel BUG at fs/f2fs/super.c:1627! RIP: 0010:f2fsputsuper+0x3a8/0x3b0 Call Trace:...

6.3AI score0.00187EPSS
SaveExploits0References10
CVE
CVE
added 2025/12/24 12:23 p.m.22 views

CVE-2023-54068

Concrete details from connected documents show CVE-2023-54068 affecting Linux kernel with F2FS compression: the root cause is a writeback race that could trigger BUG_ON in mm/filemap.c when the same page is written back twice. The fix is to wait for the page to writeback in f2fs_write_raw_pages()...

6.2AI score0.00179EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2025/12/24 12:23 p.m.27 views

CVE-2023-54068 f2fs: compress: fix to call f2fs_wait_on_page_writeback() in f2fs_write_raw_pages()

In the Linux kernel, the following vulnerability has been resolved: f2fs: compress: fix to call f2fswaitonpagewriteback in f2fswriterawpages BUGON will be triggered when writing files concurrently, because the same page is writtenback multiple times. 1597 void folioendwritebackstruct folio folio...

0.00179EPSS
SaveExploits0References6
OSV
OSV
added 2025/12/24 12:23 p.m.8 views

CVE-2023-54068 f2fs: compress: fix to call f2fs_wait_on_page_writeback() in f2fs_write_raw_pages()

In the Linux kernel, the following vulnerability has been resolved: f2fs: compress: fix to call f2fswaitonpagewriteback in f2fswriterawpages BUGON will be triggered when writing files concurrently, because the same page is writtenback multiple times. 1597 void folioendwritebackstruct folio folio...

6.4AI score0.00179EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2025/12/24 12:0 a.m.16 views

PT-2025-53066

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw within the f2fs compression functionality. A bug in the handling of page writebacks in f2fs write raw pages can lead to a kernel panic BUG ON when files...

6.3AI score0.00179EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2025/12/24 12:0 a.m.7 views

PT-2025-53201

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to drop all dirty pages during umount if cp error is set xfstest generic/361 reports a bug as below: f2fs bug onsbi, sbi-fsync node num; kernel BUG at fs/f2fs/super.c:1627! RIP: 0010:f2fs put super+0x3a8/0x3b0 Call Trac...

6.3AI score0.00187EPSS
SaveExploits0References8
Tenable Nessus
Tenable Nessus
added 2025/12/24 12:0 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2023-54151

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - f2fs: Fix system crash due to lack of free space in LFS When f2fs tries to checkpoint during foreground gc in LFS mode, system crash occurs due to lack of free...

5.9AI score0.00172EPSS
SaveExploits0References3
Ubuntu
Ubuntu
added 2025/12/19 2:43 p.m.10 views

USN-7922-3: Linux kernel (Oracle) 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...

7.8CVSS7AI score0.00267EPSS
SaveExploits0
Ubuntu
Ubuntu
added 2025/12/19 2:41 p.m.14 views

USN-7928-4: Linux kernel (Raspberry Pi) 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...

7.8CVSS7.2AI score0.00267EPSS
SaveExploits0
Rows per page
Query Builder