Lucene search
+L

122614 matches found

Debian CVE
Debian CVE
added 2026/07/19 3:39 p.m.8 views

CVE-2026-64059

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix folio-private handling in netfsperformwrite Under some circumstances, netfsperformwrite doesn't correctly manipulate folio-private between NULL, NETFSFOLIOCOPYTOCACHE, pointing to a group and pointing to a netfsfolio...

5.2AI score0.00168EPSS
SaveExploits0
EUVD
EUVD
added 2026/07/19 3:39 p.m.9 views

EUVD-2026-45632

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix folio-private handling in netfsperformwrite Under some circumstances, netfsperformwrite doesn't correctly manipulate folio-private between NULL, NETFSFOLIOCOPYTOCACHE, pointing to a group and pointing to a netfsfolio...

5.4AI score0.00168EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/07/19 3:39 p.m.29 views

CVE-2026-64059 netfs: Fix folio->private handling in netfs_perform_write()

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix folio-private handling in netfsperformwrite Under some circumstances, netfsperformwrite doesn't correctly manipulate folio-private between NULL, NETFSFOLIOCOPYTOCACHE, pointing to a group and pointing to a netfsfolio...

0.00168EPSS
SaveExploits0References4
CVE
CVE
added 2026/07/19 3:39 p.m.12 views

CVE-2026-64059

The CVE affects the Linux kernel netfs code, specifically netfs_perform_write(), where folio->private was not reliably managed across NULL, NETFS_FOLIO_COPY_TO_CACHE, and netfs_folio/group pointers. This could lead to multiple attachments of private data, folio ref leaks, and leaks of netfs_fo...

5.4AI score0.00168EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/19 3:39 p.m.5 views

CVE-2026-64059 netfs: Fix folio->private handling in netfs_perform_write()

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix folio-private handling in netfsperformwrite Under some circumstances, netfsperformwrite doesn't correctly manipulate folio-private between NULL, NETFSFOLIOCOPYTOCACHE, pointing to a group and pointing to a netfsfolio...

5.3AI score0.00168EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/07/19 3:39 p.m.7 views

CVE-2026-64058

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.2AI score0.00127EPSS
SaveExploits0
EUVD
EUVD
added 2026/07/19 3:39 p.m.9 views

EUVD-2026-45631

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

5.3AI score0.00127EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/19 3:39 p.m.8 views

CVE-2026-64058

The CVE-2026-64058 issue affects the Linux kernel netfs component, specifically netfs_read_folio(), which did not wait for ongoing writeback to finish. The root cause was that folio->private could be cleaned up by the collector before the writeback flag was cleared, leading to unreliable trust...

7.8CVSS5.3AI score0.00127EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/19 3:39 p.m.31 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.8CVSS0.00127EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/07/19 3:39 p.m.8 views

EUVD-2026-45604

In the Linux kernel, the following vulnerability has been resolved: erofs: fix managed cache race for unaligned extents After unaligned compressed extents were introduced, the following race could occur: Thread 1 Thread 2 zerofsfillbiovec ... filemapaddfolio 1 zerofsbindcache...

5.4AI score0.00127EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/19 3:39 p.m.12 views

CVE-2026-64031

CVE-2026-64031 relates to the Linux kernel erofs module and fixes a managed cache race for unaligned extents in compressed data. The race could occur when two threads race to add the same folio to the managed cache (z_erofs_bind_cache) while folio->private is still Z_EROFS_PREALLOCATED_FOLIO. ...

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

CVE-2026-64031 erofs: fix managed cache race for unaligned extents

In the Linux kernel, the following vulnerability has been resolved: erofs: fix managed cache race for unaligned extents After unaligned compressed extents were introduced, the following race could occur: Thread 1 Thread 2 zerofsfillbiovec ... filemapaddfolio 1 zerofsbindcache...

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

CVE-2026-64031 erofs: fix managed cache race for unaligned extents

In the Linux kernel, the following vulnerability has been resolved: erofs: fix managed cache race for unaligned extents After unaligned compressed extents were introduced, the following race could occur: Thread 1 Thread 2 zerofsfillbiovec ... filemapaddfolio 1 zerofsbindcache...

7.8CVSS0.00127EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/19 2:56 p.m.28 views

CVE-2026-63990 bonding: refuse to enslave CAN devices

In the Linux kernel, the following vulnerability has been resolved: bonding: refuse to enslave CAN devices syzbot reported a kernel paging request crash in canrxunregister inside net/can/afcan.c. The crash occurs because a virtual CAN device vxcan is being enslaved to a bonding master. During the...

0.00181EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/07/19 2:55 p.m.5 views

CVE-2026-63950

In the Linux kernel, the following vulnerability has been resolved: mm/rmap: initialize nrpages to 1 at loop start in trytounmapone Initialize nrpages to 1 at the start of each loop iteration, like folioreferencedone does. Without this, nrpages computed by a previous foliounmapptebatch call can b...

7.8CVSS5.2AI score0.00162EPSS
SaveExploits0
EUVD
EUVD
added 2026/07/19 12:30 a.m.14 views

EUVD-2026-45407

A weakness has been identified in Sipeed PicoClaw up to 0.2.9. Impacted is the function isPrivateOrRestrictedIP of the file pkg/tools/integration/web.go of the component webfetch. This manipulation causes server-side request forgery. The attack can be initiated remotely. The exploit has been made...

6.5CVSS6.1AI score0.00289EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2026/07/19 12:0 a.m.11 views

PT-2026-61376

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the netfs perform write function where folio-private is not correctly manipulated between NULL, NETFS FOLIO COPY TO CACHE, group pointers, and netfs folio structures...

5.2AI score0.00168EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/07/19 12:0 a.m.8 views

PT-2026-61375

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the netfs read folio function where it fails to wait for an ongoing writeback to complete. This can lead to a situation where the system cannot trust the dirty flag or...

7.8CVSS5.2AI score0.00127EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/07/19 12:0 a.m.8 views

PT-2026-61348

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A race condition exists in the erofs component when handling unaligned compressed extents. This occurs when one thread executes filemap add folio but has not yet called folio attach...

7.8CVSS5.2AI score0.00127EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/07/19 12:0 a.m.10 views

PT-2026-61422

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the KVM arm64 vgic component where private irqs are not freed when initialization fails after allocation. Specifically, the failure path in kvm vgic vcpu init lacks a...

5.2AI score0.00168EPSS
SaveExploits0
Rows per page
Query Builder