Lucene search
+L

63004 matches found

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

CVE-2026-64062

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix potential deadlock in write-through mode Fix netfsadvancewritethrough to always unlock the supplied folio and to mark it dirty if it isn't yet written to the end. Unfortunately, it can't be marked for writeback until t...

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

CVE-2026-64060 netfs: Fix leak of request in netfs_write_begin() error handling

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix leak of request in netfswritebegin error handling Fix netfswritebegin to not leak our ref on the request in the event that we get an error from netfswaitforread...

0.00166EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/07/19 3:39 p.m.9 views

EUVD-2026-45633

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix leak of request in netfswritebegin error handling Fix netfswritebegin to not leak our ref on the request in the event that we get an error from netfswaitforread...

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

CVE-2026-64060

In the Linux kernel netfs subsystem, CVE-2026-64060 fixes a leak of the request reference in netfs_write_begin() when an error occurs in netfs_wait_for_read(). The issue was resolved by adjusting error handling to avoid leaking the request’s ref. This entry contains concrete details about the aff...

5.4AI score0.00166EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/19 3:39 p.m.4 views

CVE-2026-64060 netfs: Fix leak of request in netfs_write_begin() error handling

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix leak of request in netfswritebegin error handling Fix netfswritebegin to not leak our ref on the request in the event that we get an error from netfswaitforread...

5.3AI score0.00166EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/07/19 3:39 p.m.6 views

CVE-2026-64060

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix leak of request in netfswritebegin error handling Fix netfswritebegin to not leak our ref on the request in the event that we get an error from netfswaitforread...

5.2AI score0.00166EPSS
SaveExploits0
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
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
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.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
OSV
OSV
added 2026/07/19 3:39 p.m.6 views

CVE-2026-64057 afs: Fix the locking used by afs_get_link()

In the Linux kernel, the following vulnerability has been resolved: afs: Fix the locking used by afsgetlink The afs filesystem in the kernel doesn't do locking correctly for symbolic links. There are a number of problems: 1 It doesn't do any locking around afsreadsingle to prevent races between...

7.8CVSS5.6AI score0.0012EPSS
SaveExploits0References5
CVE
CVE
added 2026/07/19 3:39 p.m.18 views

CVE-2026-64029

The provided reports describe a Linux kernel vulnerability in ALSA seq: UMP output teardown where seq_ump_process_event() borrows client->out_rfile.output without proper synchronization, allowing a rawmidi substream to be torn down while an event_input callback is active. The fix, as documente...

7.8CVSS5.3AI score0.00125EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/07/19 3:39 p.m.33 views

CVE-2026-64029 ALSA: seq: Serialize UMP output teardown with event_input

In the Linux kernel, the following vulnerability has been resolved: ALSA: seq: Serialize UMP output teardown with eventinput sequmpprocessevent borrows client-outrfile.output without synchronizing with the first-open and last-close transition in sequmpclientopen and sequmpclientclose. The last...

7.8CVSS0.00125EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/07/19 3:39 p.m.9 views

EUVD-2026-45602

In the Linux kernel, the following vulnerability has been resolved: ALSA: seq: Serialize UMP output teardown with eventinput sequmpprocessevent borrows client-outrfile.output without synchronizing with the first-open and last-close transition in sequmpclientopen and sequmpclientclose. The last...

5.3AI score0.00125EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/19 3:39 p.m.5 views

CVE-2026-64029 ALSA: seq: Serialize UMP output teardown with event_input

In the Linux kernel, the following vulnerability has been resolved: ALSA: seq: Serialize UMP output teardown with eventinput sequmpprocessevent borrows client-outrfile.output without synchronizing with the first-open and last-close transition in sequmpclientopen and sequmpclientclose. The last...

7.8CVSS5.3AI score0.00125EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/19 2:56 p.m.17 views

CVE-2026-64009

The CVE-2026-64009 family affects the Linux kernel xfrm subsystem, specifically an out-of-bounds write in ESP handling due to an underflow in xfrm_state_mtu(). The function computes using unsigned arithmetic: it subtracts attacker-influenced header_len + authsize + net_adj from a small mtu, allow...

7.8CVSS5.4AI score0.00143EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/07/19 2:56 p.m.6 views

CVE-2026-64009

In the Linux kernel, the following vulnerability has been resolved: xfrm: Check for underflow in xfrmstatemtu Leo Lin reported OOB write issue in esp component: xfrmstatemtu returns u32 but performs its arithmetic in unsigned modulo-2^32 space using an attacker-influenced "headerlen + authsize +...

7.8CVSS5.3AI score0.00143EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/07/19 2:56 p.m.28 views

CVE-2026-64001 ALSA: pcm: oss: Fix setup list UAF on proc write error

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: oss: Fix setup list UAF on proc write error sndpcmossprocwrite links a newly allocated setup entry into the OSS setup list before duplicating the task name. If the task-name allocation fails, the error path frees the...

0.00168EPSS
SaveExploits0References4
CVE
CVE
added 2026/07/19 2:56 p.m.7 views

CVE-2026-64001

Vulnerability: CVE-2026-64001 in the Linux kernel’s ALSA: pcm: oss path. The bug arises in snd_pcm_oss_proc_write() where a newly allocated setup entry is linked into the OSS setup_list before the task-name is safely duplicated; if the task-name allocation fails, the error path frees the linked e...

5.4AI score0.00168EPSS
SaveExploits0References4
Rows per page
Query Builder