Lucene search
+L

121 matches found

Vulnrichment
Vulnrichment
added 2024/10/21 12:13 p.m.11 views

CVE-2024-47726 f2fs: fix to wait dio completion

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.9AI score0.00652EPSS
SaveExploits0References6
OSV
OSV
added 2024/10/21 12:13 p.m.21 views

CVE-2024-47726 f2fs: fix to wait dio completion

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.5AI score
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2024/07/29 4:15 p.m.15 views

CVE-2024-42077

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix DIO failure due to insufficient transaction credits The code in ocfs2dioendiowrite estimates number of necessary transaction credits using ocfs2calcextendcredits. This however does not take into account that the IO cou...

5.5CVSS6.5AI score0.00228EPSS
SaveExploits0References33
CVE
CVE
added 2024/07/29 3:52 p.m.191 views

CVE-2024-42077

CVE-2024-42077 - OCFS2 DIO credit handling in Linux kernel : The vulnerability arises when ocfs2_dio_end_io_write() underestimates required transaction credits during large or multi-extents I/O, risking exhaustion of transaction credits and triggering a kernel panic via OCFS2 abort logic. The roo...

5.5CVSS6.7AI score0.00228EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2024/07/29 3:52 p.m.19 views

CVE-2024-42077 ocfs2: fix DIO failure due to insufficient transaction credits

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix DIO failure due to insufficient transaction credits The code in ocfs2dioendiowrite estimates number of necessary transaction credits using ocfs2calcextendcredits. This however does not take into account that the IO cou...

6.2AI score
SaveExploits0References10
Vulnrichment
Vulnrichment
added 2024/07/29 3:52 p.m.18 views

CVE-2024-42077 ocfs2: fix DIO failure due to insufficient transaction credits

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix DIO failure due to insufficient transaction credits The code in ocfs2dioendiowrite estimates number of necessary transaction credits using ocfs2calcextendcredits. This however does not take into account that the IO cou...

6.9AI score0.00228EPSS
SaveExploits0References6
NVD
NVD
added 2024/07/12 1:15 p.m.22 views

CVE-2024-40943

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix races between hole punching and AIO+DIO After commit "ocfs2: return real error code in ocfs2diowrgetblock", fstests/generic/300 become from always failed to sometimes failed:...

7.8CVSS0.00197EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2024/07/12 1:15 p.m.24 views

CVE-2024-40943

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix races between hole punching and AIO+DIO After commit "ocfs2: return real error code in ocfs2diowrgetblock", fstests/generic/300 become from always failed to sometimes failed:...

7.8CVSS6.4AI score0.00197EPSS
SaveExploits0References35
CVE
CVE
added 2024/07/12 12:25 p.m.145 views

CVE-2024-40943

CVE-2024-40943 concerns the Linux kernel ocfs2 subsystem where races between hole punching and asynchronous I/O (AIO) and direct I/O (DIO) could cause on-disk extent inconsistencies. The description and connected advisories indicate the issue is rooted in concurrency between fallocate/punch_hole ...

7.8CVSS6.6AI score0.00197EPSS
SaveExploits0References9Affected Software1
Debian CVE
Debian CVE
added 2024/07/12 12:25 p.m.70 views

CVE-2024-40943

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix races between hole punching and AIO+DIO After commit "ocfs2: return real error code in ocfs2diowrgetblock", fstests/generic/300 become from always failed to sometimes failed:...

7.8CVSS5.7AI score0.00197EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/07/12 12:25 p.m.48 views

CVE-2024-40943 ocfs2: fix races between hole punching and AIO+DIO

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix races between hole punching and AIO+DIO After commit "ocfs2: return real error code in ocfs2diowrgetblock", fstests/generic/300 become from always failed to sometimes failed:...

7.8CVSS0.00197EPSS
SaveExploits0References8
OSV
OSV
added 2024/07/12 12:25 p.m.25 views

CVE-2024-40943 ocfs2: fix races between hole punching and AIO+DIO

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix races between hole punching and AIO+DIO After commit "ocfs2: return real error code in ocfs2diowrgetblock", fstests/generic/300 become from always failed to sometimes failed:...

7.8CVSS6AI score
SaveExploits0References12
Vulnrichment
Vulnrichment
added 2024/07/12 12:25 p.m.30 views

CVE-2024-40943 ocfs2: fix races between hole punching and AIO+DIO

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix races between hole punching and AIO+DIO After commit "ocfs2: return real error code in ocfs2diowrgetblock", fstests/generic/300 become from always failed to sometimes failed:...

7.8CVSS6.8AI score0.00197EPSS
SaveExploits0References8
RedhatCVE
RedhatCVE
added 2024/05/23 11:10 a.m.26 views

CVE-2023-52786

In the Linux kernel, the following vulnerability has been resolved: ext4: fix racy may inline data check in dio write syzbot reports that the following warning from ext4iomapbegin triggers as of the commit referenced below: if WARNONONCEext4hasinlinedatainode return -ERANGE; This occurs during a...

4.7CVSS6.4AI score0.00179EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/05/21 3:31 p.m.35 views

CVE-2023-52786 ext4: fix racy may inline data check in dio write

In the Linux kernel, the following vulnerability has been resolved: ext4: fix racy may inline data check in dio write syzbot reports that the following warning from ext4iomapbegin triggers as of the commit referenced below: if WARNONONCEext4hasinlinedatainode return -ERANGE; This occurs during a...

6.3AI score0.00179EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/05/21 3:31 p.m.18 views

CVE-2023-52786 ext4: fix racy may inline data check in dio write

In the Linux kernel, the following vulnerability has been resolved: ext4: fix racy may inline data check in dio write syzbot reports that the following warning from ext4iomapbegin triggers as of the commit referenced below: if WARNONONCEext4hasinlinedatainode return -ERANGE; This occurs during a...

6.8AI score0.00179EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2024/05/21 3:31 p.m.50 views

CVE-2023-52786

In the Linux kernel, the following vulnerability has been resolved: ext4: fix racy may inline data check in dio write syzbot reports that the following warning from ext4iomapbegin triggers as of the commit referenced below: if WARNONONCEext4hasinlinedatainode return -ERANGE; This occurs during a...

4.7CVSS6.5AI score0.00179EPSS
SaveExploits0
OSV
OSV
added 2024/05/21 3:31 p.m.16 views

CVE-2023-52786 ext4: fix racy may inline data check in dio write

In the Linux kernel, the following vulnerability has been resolved: ext4: fix racy may inline data check in dio write syzbot reports that the following warning from ext4iomapbegin triggers as of the commit referenced below: if WARNONONCEext4hasinlinedatainode return -ERANGE; This occurs during a...

6AI score
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/02/14 7:28 p.m.14 views

CVE-2023-50926 Unvalidated DIO prefix info length in RPL-Lite in Contiki-NG

Contiki-NG is an open-source, cross-platform operating system for Next-Generation IoT devices. An out-of-bounds read can be caused by an incoming DIO message when using the RPL-Lite implementation in the Contiki-NG operating system. More specifically, the prefix information of the DIO message...

7.5CVSS6.7AI score0.0053EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2024/02/14 12:0 a.m.10 views

PT-2024-14012 · Unknown · Contiki-Ng

Name of the Vulnerable Software and Affected Versions: Contiki-NG versions prior to the next release Description: An out-of-bounds read can be caused by an incoming DIO message when using the RPL-Lite implementation in the Contiki-NG operating system. The prefix information of the DIO message...

7.5CVSS6.8AI score0.0053EPSS
SaveExploits0References5
Rows per page
Query Builder