Lucene search
+L

377421 matches found

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

CVE-2026-74614

A flaw in the Linux kernel's vsock/virtio driver allows a stale pointer to a deleted virtqueue to be retained by RX, TX, or event workers during suspend/resume cycles. The root cause is a lock ordering issue introduced by commit bd50c5dc182b (device suspend/resume support): workers read their vir...

8.4CVSS5.5AI score0.00142EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2026/08/22 3:31 p.m.27 views

CVE-2026-74614 vsock/virtio: read virtqueues under worker locks

In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: read virtqueues under worker locks Commit bd50c5dc182b "vsock/virtio: add support for device suspend/resume" made the run flags transition from false to true when restore installs replacement virtqueues. The RX, TX...

8.4CVSS0.00142EPSS
SaveExploits0References7
EUVD
EUVD
added 2026/08/22 3:31 p.m.9 views

EUVD-2026-64551

In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: read virtqueues under worker locks Commit bd50c5dc182b "vsock/virtio: add support for device suspend/resume" made the run flags transition from false to true when restore installs replacement virtqueues. The RX, TX...

5.5AI score0.00142EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/08/22 3:31 p.m.9 views

CVE-2026-74613

In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: avoid refilling the RX queue after teardown Commit b917507e5ad9 "vsock/virtio: stop workers during the .remove" made the RX worker jump to its common exit when rxrun is clear. That exit still refills the RX queue wh...

7.8CVSS5.8AI score0.00126EPSS
SaveExploits0
OSV
OSV
added 2026/08/22 3:31 p.m.17 views

CVE-2026-74614 vsock/virtio: read virtqueues under worker locks

In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: read virtqueues under worker locks Commit bd50c5dc182b "vsock/virtio: add support for device suspend/resume" made the run flags transition from false to true when restore installs replacement virtqueues. The RX, TX...

8.4CVSS5.6AI score
SaveExploits0References10
OSV
OSV
added 2026/08/22 3:31 p.m.17 views

CVE-2026-74612 veth: fix skb length accounting after XDP frag adjustment

In the Linux kernel, the following vulnerability has been resolved: veth: fix skb length accounting after XDP frag adjustment veth exposes non-linear skb fragments through an xdpbuff. If an XDP program adjusts the fragment area, vethxdprcvskb copies xdpfragssize back to skb-datalen but leaves...

10CVSS5.7AI score
SaveExploits0References9
Cvelist
Cvelist
added 2026/08/22 3:31 p.m.28 views

CVE-2026-74612 veth: fix skb length accounting after XDP frag adjustment

In the Linux kernel, the following vulnerability has been resolved: veth: fix skb length accounting after XDP frag adjustment veth exposes non-linear skb fragments through an xdpbuff. If an XDP program adjusts the fragment area, vethxdprcvskb copies xdpfragssize back to skb-datalen but leaves...

10CVSS0.00491EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/08/22 3:31 p.m.9 views

EUVD-2026-64549

In the Linux kernel, the following vulnerability has been resolved: veth: fix skb length accounting after XDP frag adjustment veth exposes non-linear skb fragments through an xdpbuff. If an XDP program adjusts the fragment area, vethxdprcvskb copies xdpfragssize back to skb-datalen but leaves...

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

CVE-2026-74612

CVE-2026-74612 is a CRITICAL (CVSS 10.0) flaw in the Linux kernel's veth component. When an XDP program shrinks the fragment area, veth_xdp_rcv_skb() fails to update skb->len, causing skb_headlen() to exceed the actual linear area. In the UDP receive path, __skb_datagram_iter() then copies 102...

10CVSS5.5AI score0.00491EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/08/22 3:31 p.m.9 views

CVE-2026-74612

In the Linux kernel, the following vulnerability has been resolved: veth: fix skb length accounting after XDP frag adjustment veth exposes non-linear skb fragments through an xdpbuff. If an XDP program adjusts the fragment area, vethxdprcvskb copies xdpfragssize back to skb-datalen but leaves...

10CVSS5.5AI score0.00491EPSS
SaveExploits0
CVE
CVE
added 2026/08/22 3:31 p.m.36 views

CVE-2026-74611

CVE-2026-74611 affects the Linux kernel TLS 1.3 receive path. When optimistic zero-copy is enabled via TLS_RX_EXPECT_NO_PAD, tls_decrypt_sg() advances msg->msg_iter to map user pages. If the decrypted record is not unpadded application data (e.g., a TLS 1.3 control record), tls_decrypt_sw() re...

9.8CVSS5.5AI score0.00442EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/08/22 3:31 p.m.11 views

CVE-2026-74611

In the Linux kernel, the following vulnerability has been resolved: tls: rx: restore msgiter before TLS 1.3 optimistic retry tlsdecryptsg advances msg-msgiter when it maps user pages for the optimistic TLS 1.3 zero-copy path. If the decrypted record turns out not to be unpadded application data,...

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

CVE-2026-74611 tls: rx: restore msg_iter before TLS 1.3 optimistic retry

In the Linux kernel, the following vulnerability has been resolved: tls: rx: restore msgiter before TLS 1.3 optimistic retry tlsdecryptsg advances msg-msgiter when it maps user pages for the optimistic TLS 1.3 zero-copy path. If the decrypted record turns out not to be unpadded application data,...

9.8CVSS0.00442EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/22 3:31 p.m.11 views

EUVD-2026-64548

In the Linux kernel, the following vulnerability has been resolved: tls: rx: restore msgiter before TLS 1.3 optimistic retry tlsdecryptsg advances msg-msgiter when it maps user pages for the optimistic TLS 1.3 zero-copy path. If the decrypted record turns out not to be unpadded application data,...

5.5AI score0.00442EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/22 3:31 p.m.14 views

CVE-2026-74611 tls: rx: restore msg_iter before TLS 1.3 optimistic retry

In the Linux kernel, the following vulnerability has been resolved: tls: rx: restore msgiter before TLS 1.3 optimistic retry tlsdecryptsg advances msg-msgiter when it maps user pages for the optimistic TLS 1.3 zero-copy path. If the decrypted record turns out not to be unpadded application data,...

9.8CVSS5.7AI score
SaveExploits0References6
EUVD
EUVD
added 2026/08/22 3:31 p.m.10 views

EUVD-2026-64547

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

5.5AI score0.00129EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/22 3:31 p.m.16 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.8CVSS5.8AI score
SaveExploits0References11
CVE
CVE
added 2026/08/22 3:31 p.m.31 views

CVE-2026-74609

CVE-2026-74609 is a use-after-free race condition in the Linux kernel's TIPC (Transparent Inter-Process Communication) subsystem, specifically in tipc_node_link_down(). The function caches the le->link pointer before acquiring n->lock, then dereferences it under the lock. A concurrent delet...

7.8CVSS5.7AI score0.00126EPSS
SaveExploits0References8
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
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
Rows per page
Query Builder