Lucene search
+L

2633 matches found

OSV
OSV
added 2024/10/21 1:15 p.m.12 views

DEBIAN-CVE-2024-47740

In the Linux kernel, the following vulnerability has been resolved: f2fs: Require FMODEWRITE for atomic write ioctls The F2FS ioctls for starting and committing atomic writes check for inodeownerorcapable, but this does not give LSMs like SELinux or Landlock an opportunity to deny the write acces...

5.5CVSS5.8AI score0.00234EPSS
SaveExploits0References1
NVD
NVD
added 2024/10/21 1:15 p.m.23 views

CVE-2024-47740

In the Linux kernel, the following vulnerability has been resolved: f2fs: Require FMODEWRITE for atomic write ioctls The F2FS ioctls for starting and committing atomic writes check for inodeownerorcapable, but this does not give LSMs like SELinux or Landlock an opportunity to deny the write acces...

7.1CVSS0.00234EPSS
SaveExploits0References11
NVD
NVD
added 2024/10/21 1:15 p.m.23 views

CVE-2024-47726

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to wait dio completion It should wait all existing dio write IOs before block removal, otherwise, previous direct write IO may overwrite data in the block which may be reused by other inode...

7.8CVSS0.00652EPSS
SaveExploits0References8
OSV
OSV
added 2024/10/21 1:15 p.m.16 views

AZL-51132 CVE-2024-47726 affecting package kernel for versions less than 5.15.179.1-1

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to wait dio completion It should wait all existing dio write IOs before block removal, otherwise, previous direct write IO may overwrite data in the block which may be reused by other inode...

6.5CVSS6.8AI score0.00652EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 1:15 p.m.19 views

AZL-51257 CVE-2024-47726 affecting package kernel for versions less than 6.6.76.1-1

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to wait dio completion It should wait all existing dio write IOs before block removal, otherwise, previous direct write IO may overwrite data in the block which may be reused by other inode...

6.5CVSS6.8AI score0.00652EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 1:15 p.m.6 views

DEBIAN-CVE-2024-47726

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to wait dio completion It should wait all existing dio write IOs before block removal, otherwise, previous direct write IO may overwrite data in the block which may be reused by other inode...

6.5CVSS5.8AI score0.00652EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 1:15 p.m.17 views

UBUNTU-CVE-2024-47726

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to wait dio completion It should wait all existing dio write IOs before block removal, otherwise, previous direct write IO may overwrite data in the block which may be reused by other inode...

7.8CVSS6.3AI score0.00652EPSS
SaveExploits0References33
CVE
CVE
added 2024/10/21 12:27 p.m.210 views

CVE-2024-49859

The CVE-2024-49859 entry concerns the Linux kernel file system f2fs. The vulnerability arises from ioctl interfaces (notably f2fs_ioc_set_pin_file(), f2fs_move_file_range(), and f2fs_defragment_range()) failing to consistently check the atomic_write status, which may enable a race condition. The ...

7.8CVSS4.5AI score0.00166EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2024/10/21 12:27 p.m.18 views

CVE-2024-49859 f2fs: fix to check atomic_file in f2fs ioctl interfaces

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to check atomicfile in f2fs ioctl interfaces Some f2fs ioctl interfaces like f2fsiocsetpinfile, f2fsmovefilerange, and f2fsdefragmentrange missed to check atomicwrite status, which may cause potential race issue, fix it...

7.8CVSS5.8AI score
SaveExploits0References9
Vulnrichment
Vulnrichment
added 2024/10/21 12:27 p.m.20 views

CVE-2024-49859 f2fs: fix to check atomic_file in f2fs ioctl interfaces

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to check atomicfile in f2fs ioctl interfaces Some f2fs ioctl interfaces like f2fsiocsetpinfile, f2fsmovefilerange, and f2fsdefragmentrange missed to check atomicwrite status, which may cause potential race issue, fix it...

7.8CVSS6.9AI score0.00166EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/10/21 12:27 p.m.33 views

CVE-2024-49859 f2fs: fix to check atomic_file in f2fs ioctl interfaces

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to check atomicfile in f2fs ioctl interfaces Some f2fs ioctl interfaces like f2fsiocsetpinfile, f2fsmovefilerange, and f2fsdefragmentrange missed to check atomicwrite status, which may cause potential race issue, fix it...

7.8CVSS0.00166EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2024/10/21 12:27 p.m.14 views

CVE-2024-49859

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to check atomicfile in f2fs ioctl interfaces Some f2fs ioctl interfaces like f2fsiocsetpinfile, f2fsmovefilerange, and f2fsdefragmentrange missed to check atomicwrite status, which may cause potential race issue, fix it...

7.8CVSS5.5AI score0.00166EPSS
SaveExploits0
OSV
OSV
added 2024/10/21 12:15 p.m.7 views

DEBIAN-CVE-2024-47690

In the Linux kernel, the following vulnerability has been resolved: f2fs: get rid of online repaire on corrupted directory syzbot reports a f2fs bug as below: kernel BUG at fs/f2fs/inode.c:896! RIP: 0010:f2fsevictinode+0x1598/0x15c0 fs/f2fs/inode.c:896 Call Trace: evict+0x532/0x950 fs/inode.c:704...

5.5CVSS5.7AI score0.00245EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 12:15 p.m.14 views

AZL-50788 CVE-2024-47690 affecting package kernel for versions less than 5.15.173.1-1

In the Linux kernel, the following vulnerability has been resolved: f2fs: get rid of online repaire on corrupted directory syzbot reports a f2fs bug as below: kernel BUG at fs/f2fs/inode.c:896! RIP: 0010:f2fsevictinode+0x1598/0x15c0 fs/f2fs/inode.c:896 Call Trace: evict+0x532/0x950 fs/inode.c:704...

5.5CVSS6.3AI score0.00245EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 12:15 p.m.3 views

DEBIAN-CVE-2024-47691

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid use-after-free in f2fsstopgcthread syzbot reports a f2fs bug as below: dumpstack lib/dumpstack.c:88 inline dumpstacklvl+0x241/0x360 lib/dumpstack.c:114 printreport+0xe8/0x550 mm/kasan/report.c:491...

7.8CVSS6.2AI score0.00237EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 12:15 p.m.6 views

DEBIAN-CVE-2024-47680

In the Linux kernel, the following vulnerability has been resolved: f2fs: check discard support for conventional zones As the helper function f2fsbdevsupportdiscard shows, f2fs checks if the target block devices support discard by calling bdevmaxdiscardsectors and bdeviszoned. This check works we...

5.5CVSS6.2AI score0.00232EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 12:15 p.m.31 views

AZL-50882 CVE-2024-47691 affecting package kernel for versions less than 6.6.56.1-5

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid use-after-free in f2fsstopgcthread syzbot reports a f2fs bug as below: dumpstack lib/dumpstack.c:88 inline dumpstacklvl+0x241/0x360 lib/dumpstack.c:114 printreport+0xe8/0x550 mm/kasan/report.c:491...

7.8CVSS6.7AI score0.00237EPSS
SaveExploits0References1
NVD
NVD
added 2024/10/21 12:15 p.m.29 views

CVE-2024-47689

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to don't set SBRDONLY in f2fshandlecriticalerror syzbot reports a f2fs bug as below: ------------ cut here ------------ WARNING: CPU: 1 PID: 58 at kernel/rcu/sync.c:177 rcusyncdtor+0xcd/0x180 kernel/rcu/sync.c:177 CPU: ...

5.3CVSS0.00622EPSS
SaveExploits0References4
NVD
NVD
added 2024/10/21 12:15 p.m.13 views

CVE-2024-47691

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid use-after-free in f2fsstopgcthread syzbot reports a f2fs bug as below: dumpstack lib/dumpstack.c:88 inline dumpstacklvl+0x241/0x360 lib/dumpstack.c:114 printreport+0xe8/0x550 mm/kasan/report.c:491...

7.8CVSS0.00237EPSS
SaveExploits0References4
OSV
OSV
added 2024/10/21 12:15 p.m.27 views

AZL-50874 CVE-2024-47689 affecting package kernel for versions less than 6.6.56.1-5

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to don't set SBRDONLY in f2fshandlecriticalerror syzbot reports a f2fs bug as below: ------------ cut here ------------ WARNING: CPU: 1 PID: 58 at kernel/rcu/sync.c:177 rcusyncdtor+0xcd/0x180 kernel/rcu/sync.c:177 CPU: ...

5.3CVSS6.7AI score0.00622EPSS
SaveExploits0References1
Rows per page
Query Builder