Lucene search
+L

70785 matches found

ATTACKERKB
ATTACKERKB
added 2026/07/19 3:40 p.m.8 views

CVE-2026-64128

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: drop ISOEND frames received without prior ISOSTART ISO data PDUs carry a packet-boundary flag indicating START, CONT, END or SINGLE. The ISOCONT branch of isorecv guards against a missing ISOSTART by checking...

5.2AI score0.0018EPSS
SaveExploits0References7Affected Software1
EUVD
EUVD
added 2026/07/19 3:40 p.m.8 views

EUVD-2026-45777

In the Linux kernel, the following vulnerability has been resolved: batman-adv: tpmeter: fix tpvars reference leak in receiver shutdown The receiver shutdown timer handler, batadvtpreceivershutdown, is responsible for releasing the tpvars reference it holds. However, the existing logic for...

5.4AI score0.0018EPSS
SaveExploits0References7
CVE
CVE
added 2026/07/19 3:40 p.m.11 views

CVE-2026-64092

Technical details about CVE-2026-64092 are not publicly available in the provided documents. Monitor for updates from official advisories.

5.4AI score0.0018EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2026/07/19 3:40 p.m.30 views

CVE-2026-64092 batman-adv: tp_meter: fix tp_vars reference leak in receiver shutdown

In the Linux kernel, the following vulnerability has been resolved: batman-adv: tpmeter: fix tpvars reference leak in receiver shutdown The receiver shutdown timer handler, batadvtpreceivershutdown, is responsible for releasing the tpvars reference it holds. However, the existing logic for...

0.0018EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/07/19 3:40 p.m.9 views

CVE-2026-64092

In the Linux kernel, the following vulnerability has been resolved: batman-adv: tpmeter: fix tpvars reference leak in receiver shutdown The receiver shutdown timer handler, batadvtpreceivershutdown, is responsible for releasing the tpvars reference it holds. However, the existing logic for...

5.2AI score0.0018EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/07/19 3:39 p.m.33 views

CVE-2026-64069 netfs: Fix cancellation of a DIO and single read subrequests

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix cancellation of a DIO and single read subrequests When the preparation of a new subrequest for a read fails, if the subrequest has already been added to the stream-subrequests list, it can't simply be put and abandoned...

9.8CVSS0.00442EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/19 3:39 p.m.6 views

CVE-2026-64064 netfs: Fix netfs_invalidate_folio() to clear dirty bit if all changes gone

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix netfsinvalidatefolio to clear dirty bit if all changes gone If a streaming write is made, this will leave the relevant modified folio in a not-uptodate, but dirty state with a netfsfolio struct hung off of folio-privat...

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

CVE-2026-64063 netfs: Fix streaming write being overwritten

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix streaming write being overwritten In order to avoid reading whilst writing, netfslib will allow "streaming writes" in which dirty data is stored directly into folios without reading them first. Such folios are marked...

0.00168EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/07/19 3:39 p.m.31 views

CVE-2026-64064 netfs: Fix netfs_invalidate_folio() to clear dirty bit if all changes gone

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix netfsinvalidatefolio to clear dirty bit if all changes gone If a streaming write is made, this will leave the relevant modified folio in a not-uptodate, but dirty state with a netfsfolio struct hung off of folio-privat...

0.00168EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/07/19 3:39 p.m.8 views

EUVD-2026-45637

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix netfsinvalidatefolio to clear dirty bit if all changes gone If a streaming write is made, this will leave the relevant modified folio in a not-uptodate, but dirty state with a netfsfolio struct hung off of folio-privat...

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

EUVD-2026-45636

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix streaming write being overwritten In order to avoid reading whilst writing, netfslib will allow "streaming writes" in which dirty data is stored directly into folios without reading them first. Such folios are marked...

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

CVE-2026-64063

CVE-2026-64063 concerns the Linux kernel netfs subsystem, where streaming writes could partially overwrite dirty folios without correctly updating state. The issue occurred when a partially written streaming page was overwritten by a subsequent write: netfs_perform_write() could copy over the pag...

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

CVE-2026-64064

The CVE-2026-64064 entry concerns a Linux kernel netfs issue where netfs_invalidate_folio() could leave a folio’s dirty state inconsistent after truncation, potentially causing a read path (netfs_read_folio) to oops when mmap reads a dirty folio. A fix was implemented to call folio_cancel_dirty()...

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

CVE-2026-64063

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix streaming write being overwritten In order to avoid reading whilst writing, netfslib will allow "streaming writes" in which dirty data is stored directly into folios without reading them first. Such folios are marked...

5.3AI score0.00168EPSS
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
Cvelist
Cvelist
added 2026/07/19 3:39 p.m.33 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
CVE
CVE
added 2026/07/19 3:39 p.m.10 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
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
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
CVE
CVE
added 2026/07/19 3:39 p.m.12 views

CVE-2026-64038

CVE-2026-64038 concerns the Linux kernel hwmon lm90 driver. In lm90_probe(), devm actions to cancel alert_work and report_work were registered before hwmon device registration. With devm cleanup in reverse order, the hwmon device could be freed first, allowing lm90_update_alarms() to dereference ...

5.4AI score0.00166EPSS
SaveExploits0References3
Rows per page
Query Builder