Lucene search
+L

377392 matches found

CVE
CVE
added 2026/08/22 3:31 p.m.36 views

CVE-2026-74610

CVE-2026-74610 is a kernel NULL pointer dereference in the Linux kernel's TLS ULP (Upper Layer Protocol) implementation. The root cause is in tls_sw_sendmsg_locked(): when the copy path fills the plaintext sk_msg ring, the full_record flag is not set, leaving the record unpushed. A subsequent spl...

7.8CVSS5.5AI score0.00129EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/22 3:31 p.m.18 views

CVE-2026-74610 tls: don't leave a full plaintext sk_msg ring unpushed

In the Linux kernel, the following vulnerability has been resolved: tls: don't leave a full plaintext skmsg ring unpushed When the copy path in tlsswsendmsglocked adds the fragment that fills the plaintext skmsg ring, it does not set fullrecord, so the record is left full and unpushed. A later...

7.8CVSS5.7AI score
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/08/22 3:31 p.m.8 views

CVE-2026-74610

In the Linux kernel, the following vulnerability has been resolved: tls: don't leave a full plaintext skmsg ring unpushed When the copy path in tlsswsendmsglocked adds the fragment that fills the plaintext skmsg ring, it does not set fullrecord, so the record is left full and unpushed. A later...

7.8CVSS5.4AI score0.00129EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/08/22 3:31 p.m.28 views

CVE-2026-74609 tipc: read le->link under the node lock in tipc_node_link_down()

In the Linux kernel, the following vulnerability has been resolved: tipc: read le-link under the node lock in tipcnodelinkdown tipcnodelinkdown caches the link pointer before taking n-lock: struct tipclink l = le-link; / unlocked / if !l return; tipcnodewritelockn; if !tipclinkisestablishingl /...

7.8CVSS0.00126EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/22 3:31 p.m.11 views

EUVD-2026-64546

In the Linux kernel, the following vulnerability has been resolved: tipc: read le-link under the node lock in tipcnodelinkdown tipcnodelinkdown caches the link pointer before taking n-lock: struct tipclink l = le-link; / unlocked / if !l return; tipcnodewritelockn; if !tipclinkisestablishingl /...

5.7AI score0.00126EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/08/22 3:31 p.m.11 views

CVE-2026-74609

In the Linux kernel, the following vulnerability has been resolved: tipc: read le-link under the node lock in tipcnodelinkdown tipcnodelinkdown caches the link pointer before taking n-lock: struct tipclink l = le-link; / unlocked / if !l return; tipcnodewritelockn; if !tipclinkisestablishingl /...

7.8CVSS5.6AI score0.00126EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/08/22 3:31 p.m.27 views

CVE-2026-74610 tls: don't leave a full plaintext sk_msg ring unpushed

In the Linux kernel, the following vulnerability has been resolved: tls: don't leave a full plaintext skmsg ring unpushed When the copy path in tlsswsendmsglocked adds the fragment that fills the plaintext skmsg ring, it does not set fullrecord, so the record is left full and unpushed. A later...

7.8CVSS0.00129EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/22 3:31 p.m.10 views

EUVD-2026-64545

In the Linux kernel, the following vulnerability has been resolved: smb: client: Fix use-after-free in cifstryaddingchannels cifstryaddingchannels takes a temporary reference to an interface before dropping ifacelock. If cifssesaddchannel fails, it drops that reference and then increments...

5.6AI score0.00477EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/22 3:31 p.m.16 views

CVE-2026-74608 smb: client: Fix use-after-free in cifs_try_adding_channels()

In the Linux kernel, the following vulnerability has been resolved: smb: client: Fix use-after-free in cifstryaddingchannels cifstryaddingchannels takes a temporary reference to an interface before dropping ifacelock. If cifssesaddchannel fails, it drops that reference and then increments...

9.8CVSS5.8AI score
SaveExploits0References9
CVE
CVE
added 2026/08/22 3:31 p.m.32 views

CVE-2026-74608

A use-after-free vulnerability exists in the Linux kernel SMB client within the cifs_try_adding_channels() function. The root cause is a race condition: when cifs_ses_add_channel() fails, the failure path drops a temporary reference to an interface and then increments iface->weight_fulfilled. ...

9.8CVSS5.6AI score0.00477EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/22 3:31 p.m.27 views

CVE-2026-74608 smb: client: Fix use-after-free in cifs_try_adding_channels()

In the Linux kernel, the following vulnerability has been resolved: smb: client: Fix use-after-free in cifstryaddingchannels cifstryaddingchannels takes a temporary reference to an interface before dropping ifacelock. If cifssesaddchannel fails, it drops that reference and then increments...

9.8CVSS0.00477EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/08/22 3:31 p.m.9 views

CVE-2026-74608

In the Linux kernel, the following vulnerability has been resolved: smb: client: Fix use-after-free in cifstryaddingchannels cifstryaddingchannels takes a temporary reference to an interface before dropping ifacelock. If cifssesaddchannel fails, it drops that reference and then increments...

9.8CVSS5.5AI score0.00477EPSS
SaveExploits0
OSV
OSV
added 2026/08/22 3:31 p.m.16 views

CVE-2026-74607 KVM: SVM: Serialize accesses to the owner and mirror list with separate lock

In the Linux kernel, the following vulnerability has been resolved: KVM: SVM: Serialize accesses to the owner and mirror list with separate lock Interaction between KVMCAPVMMOVEENCCONTEXTFROM and KVMCAPVMCOPYENCCONTEXTFROM can cause two separate issues: - in sevmigratefrom, when the destination K...

8.8CVSS5.7AI score
SaveExploits0References9
CVE
CVE
added 2026/08/22 3:31 p.m.26 views

CVE-2026-74607

A race condition in the Linux kernel's KVM SVM (Secure Virtual Machine) module affects the management of encrypted VM owner and mirror lists. When KVM_CAP_VM_MOVE_ENC_CONTEXT_FROM and KVM_CAP_VM_COPY_ENC_CONTEXT_FROM interact concurrently, sev_migrate_from() can corrupt the owner's mirror list by...

8.8CVSS5.6AI score0.00129EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/22 3:31 p.m.29 views

CVE-2026-74607 KVM: SVM: Serialize accesses to the owner and mirror list with separate lock

In the Linux kernel, the following vulnerability has been resolved: KVM: SVM: Serialize accesses to the owner and mirror list with separate lock Interaction between KVMCAPVMMOVEENCCONTEXTFROM and KVMCAPVMCOPYENCCONTEXTFROM can cause two separate issues: - in sevmigratefrom, when the destination K...

8.8CVSS0.00129EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/08/22 3:31 p.m.9 views

CVE-2026-74607

In the Linux kernel, the following vulnerability has been resolved: KVM: SVM: Serialize accesses to the owner and mirror list with separate lock Interaction between KVMCAPVMMOVEENCCONTEXTFROM and KVMCAPVMCOPYENCCONTEXTFROM can cause two separate issues: - in sevmigratefrom, when the destination K...

8.8CVSS5.5AI score0.00129EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/22 3:31 p.m.7 views

EUVD-2026-64544

In the Linux kernel, the following vulnerability has been resolved: KVM: SVM: Serialize accesses to the owner and mirror list with separate lock Interaction between KVMCAPVMMOVEENCCONTEXTFROM and KVMCAPVMCOPYENCCONTEXTFROM can cause two separate issues: - in sevmigratefrom, when the destination K...

5.6AI score0.00129EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/22 3:31 p.m.31 views

CVE-2026-74606

CVE-2026-74606 is a use-after-free vulnerability in the Linux kernel's eventfs component, specifically in eventfs_remove_rec(). When this function recursively removes a child entry, it subsequently reads list.next from that child via list_for_each_entry(). If free_ei() drops the final reference a...

7.8CVSS5.6AI score0.00125EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/22 3:31 p.m.9 views

EUVD-2026-64543

In the Linux kernel, the following vulnerability has been resolved: eventfs: Fix use-after-free in eventfsremoverec eventfsremoverec recursively removes the child at the current loop position. After the recursive call returns, listforeachentry advances by reading list.next from the removed child...

5.6AI score0.00125EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/22 3:31 p.m.20 views

CVE-2026-74605

A race condition in the Linux kernel's eventfs component occurs when an eventfs inode is freed. The ei->list field is a union with the RCU list head, and during SRCU-protected list iteration (without holding eventfs_mutex), a concurrent iterator may read the RCU head instead of the children li...

7.8CVSS5.7AI score0.0012EPSS
SaveExploits0References2
Rows per page
Query Builder