Lucene search
+L

866 matches found

OSV
OSV
added 2026/07/19 3:39 p.m.7 views

CVE-2026-64058 netfs: Fix netfs_read_folio() to wait on writeback

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix netfsreadfolio to wait on writeback Fix netfsreadfolio to wait for an ongoing writeback to complete so that it can trust the dirty flag and whatever is attached to folio-private folio-private may get cleaned up by the...

7.8CVSS5.3AI score0.00127EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/19 3:39 p.m.4 views

CVE-2026-64050 drm/msm/dpu: don't mix devm and drmm functions

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: don't mix devm and drmm functions Mixing devm and drmm functions will result in a use-after-free on msm driver teardown if userspace keeps a reference on the drm device: The WB connector data will be destroyed becaus...

7.8CVSS5.4AI score0.00124EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/07/19 3:39 p.m.6 views

CVE-2026-64050

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: don't mix devm and drmm functions Mixing devm and drmm functions will result in a use-after-free on msm driver teardown if userspace keeps a reference on the drm device: The WB connector data will be destroyed becaus...

7.8CVSS5.3AI score0.00124EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/07/19 3:39 p.m.32 views

CVE-2026-64050 drm/msm/dpu: don't mix devm and drmm functions

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: don't mix devm and drmm functions Mixing devm and drmm functions will result in a use-after-free on msm driver teardown if userspace keeps a reference on the drm device: The WB connector data will be destroyed becaus...

7.8CVSS0.00124EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/07/19 3:39 p.m.10 views

EUVD-2026-45623

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: don't mix devm and drmm functions Mixing devm and drmm functions will result in a use-after-free on msm driver teardown if userspace keeps a reference on the drm device: The WB connector data will be destroyed becaus...

5.5AI score0.00124EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/07/19 2:55 p.m.11 views

EUVD-2026-45724

In the Linux kernel, the following vulnerability has been resolved: zram: fix use-after-free in zramwritebackendio A crash was observed in zramwritebackendio due to a NULL pointer dereference in wakeup. The root cause is a race condition between the bio completion handler zramwritebackendio and t...

5.8AI score0.00165EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/19 2:55 p.m.27 views

CVE-2026-63951

The CVE-2026-63951 issue concerns the Linux kernel zram subsystem, specifically a use-after-free in zram_writeback_endio. The root cause is a race between the bio completion handler and the writeback task: wake_up is invoked after releasing wb_ctl->done_lock, creating a window where the writeb...

7.8CVSS5.8AI score0.00165EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/19 2:55 p.m.5 views

CVE-2026-63951 zram: fix use-after-free in zram_writeback_endio

In the Linux kernel, the following vulnerability has been resolved: zram: fix use-after-free in zramwritebackendio A crash was observed in zramwritebackendio due to a NULL pointer dereference in wakeup. The root cause is a race condition between the bio completion handler zramwritebackendio and t...

7.8CVSS5.7AI score0.00165EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/07/19 2:55 p.m.33 views

CVE-2026-63951 zram: fix use-after-free in zram_writeback_endio

In the Linux kernel, the following vulnerability has been resolved: zram: fix use-after-free in zramwritebackendio A crash was observed in zramwritebackendio due to a NULL pointer dereference in wakeup. The root cause is a race condition between the bio completion handler zramwritebackendio and t...

7.8CVSS0.00165EPSS
SaveExploits0References2
NVD
NVD
added 2026/07/19 12:16 p.m.7 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.8CVSS0.0012EPSS
SaveExploits0References5
NVD
NVD
added 2026/07/19 12:16 p.m.9 views

CVE-2026-53393

In the Linux kernel, the following vulnerability has been resolved: nfsd: reset write verifier on deferred writeback errors nfsdvfswrite and nfsdcommit both call filemapcheckwberr to detect deferred writeback errors, but neither rotates the server's write verifier nn-writeverf when this check...

5.5CVSS0.00134EPSS
SaveExploits0References8
ATTACKERKB
ATTACKERKB
added 2026/07/19 12:2 p.m.7 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...

5.2AI score0.0012EPSS
SaveExploits0References6Affected Software1
Debian CVE
Debian CVE
added 2026/07/19 12:2 p.m.9 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
EUVD
EUVD
added 2026/07/19 12:2 p.m.11 views

EUVD-2026-45478

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...

5.3AI score0.0012EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/19 12:1 p.m.5 views

CVE-2026-53393 nfsd: reset write verifier on deferred writeback errors

In the Linux kernel, the following vulnerability has been resolved: nfsd: reset write verifier on deferred writeback errors nfsdvfswrite and nfsdcommit both call filemapcheckwberr to detect deferred writeback errors, but neither rotates the server's write verifier nn-writeverf when this check...

5.5CVSS5.4AI score0.00134EPSS
SaveExploits0References11
ATTACKERKB
ATTACKERKB
added 2026/07/19 12:1 p.m.9 views

CVE-2026-53393

In the Linux kernel, the following vulnerability has been resolved: nfsd: reset write verifier on deferred writeback errors nfsdvfswrite and nfsdcommit both call filemapcheckwberr to detect deferred writeback errors, but neither rotates the server's write verifier nn-writeverf when this check...

5.2AI score0.00134EPSS
SaveExploits0References9Affected Software1
EUVD
EUVD
added 2026/07/19 12:1 p.m.11 views

EUVD-2026-45515

In the Linux kernel, the following vulnerability has been resolved: nfsd: reset write verifier on deferred writeback errors nfsdvfswrite and nfsdcommit both call filemapcheckwberr to detect deferred writeback errors, but neither rotates the server's write verifier nn-writeverf when this check...

5.3AI score0.00134EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/07/19 12:1 p.m.9 views

CVE-2026-53393

In the Linux kernel, the following vulnerability has been resolved: nfsd: reset write verifier on deferred writeback errors nfsdvfswrite and nfsdcommit both call filemapcheckwberr to detect deferred writeback errors, but neither rotates the server's write verifier nn-writeverf when this check...

5.5CVSS5.2AI score0.00134EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/07/19 12:1 p.m.37 views

CVE-2026-53393 nfsd: reset write verifier on deferred writeback errors

In the Linux kernel, the following vulnerability has been resolved: nfsd: reset write verifier on deferred writeback errors nfsdvfswrite and nfsdcommit both call filemapcheckwberr to detect deferred writeback errors, but neither rotates the server's write verifier nn-writeverf when this check...

0.00134EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/19 12:1 p.m.33 views

CVE-2026-53393

CVE-2026-53393 (Linux kernel, NFS daemon) is resolved in the Linux kernel. The issue was that nfsd_vfs_write() and nfsd_commit() did not rotate the server’s write verifier (nn->writeverf) when deferred writeback errors occurred, unlike other durable-storage-failure paths which call commit_rese...

5.5CVSS5.4AI score0.00134EPSS
SaveExploits0References8Affected Software1
Rows per page
Query Builder