Lucene search
+L

144 matches found

NVD
NVD
added 2026/07/19 4:17 p.m.6 views

CVE-2026-63970

In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: bind uarg before filling zerocopy skb virtiotransportsendpktinfo allocates or reuses the zerocopy uarg before entering the send loop, but virtiotransportallocskb still fills the skb before it inherits that uarg. Whe...

7.8CVSS0.00163EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/07/19 3:40 p.m.7 views

EUVD-2026-45800

In the Linux kernel, the following vulnerability has been resolved: vsock/vmci: fix UAF when peer resets connection during handshake vmcitransportrecvconnectingserver returned err = 0 for a peer RST in its default switch arm: err = pkt-type == VMCITRANSPORTPACKETTYPERST ? 0 : -EINVAL; That made...

5.5AI score0.00135EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/07/19 3:40 p.m.34 views

CVE-2026-64115 vsock/vmci: fix UAF when peer resets connection during handshake

In the Linux kernel, the following vulnerability has been resolved: vsock/vmci: fix UAF when peer resets connection during handshake vmcitransportrecvconnectingserver returned err = 0 for a peer RST in its default switch arm: err = pkt-type == VMCITRANSPORTPACKETTYPERST ? 0 : -EINVAL; That made...

8.8CVSS0.00135EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/19 3:40 p.m.16 views

CVE-2026-64115

CVE-2026-64115 affects the Linux kernel’s vsock/vmci component. The issue is a Use-After-Free caused when a peer resets a connection during the handshake, leading to a pending socket remaining in a listener’s pending list and the possibility of a crash/DoS. Root cause: vmci_transport_recv_connect...

8.8CVSS5.5AI score0.00135EPSS
SaveExploits0References8
ATTACKERKB
ATTACKERKB
added 2026/07/19 3:40 p.m.6 views

CVE-2026-64115

In the Linux kernel, the following vulnerability has been resolved: vsock/vmci: fix UAF when peer resets connection during handshake vmcitransportrecvconnectingserver returned err = 0 for a peer RST in its default switch arm: err = pkt-type == VMCITRANSPORTPACKETTYPERST ? 0 : -EINVAL; That made...

5.3AI score0.00135EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2026/07/19 2:55 p.m.5 views

CVE-2026-63970 vsock/virtio: bind uarg before filling zerocopy skb

In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: bind uarg before filling zerocopy skb virtiotransportsendpktinfo allocates or reuses the zerocopy uarg before entering the send loop, but virtiotransportallocskb still fills the skb before it inherits that uarg. Whe...

7.8CVSS5.4AI score0.00163EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2026/07/19 12:0 a.m.11 views

PT-2026-61287

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the vsock/virtio component where virtio transport send pkt info allocates or reuses the zerocopy uarg before the send loop, but virtio transport alloc skb fills the sk...

7.8CVSS5.2AI score0.00163EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2026/07/14 11:15 a.m.16 views

CVE-2026-53365

A flaw was found in the Linux kernel's vsock/virtio component. This vulnerability occurs during zerocopy completion for large messages fragmented into multiple socket kernel buffers skbs. An issue in how user arguments uargs are handled for these buffers can lead to pinned user pages not being...

5.5CVSS6.1AI score0.00114EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/07/13 6:16 p.m.11 views

CVE-2026-53365

In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: fix zerocopy completion for multi-skb sends When a large message is fragmented into multiple skbs, the zerocopy uarg is only allocated and attached to the last skb in the loop. Non-final skbs carry pinned user pages...

5.5CVSS5.6AI score0.00114EPSS
SaveExploits0References9
EUVD
EUVD
added 2026/07/13 5:33 p.m.8 views

EUVD-2026-43513

In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: fix zerocopy completion for multi-skb sends When a large message is fragmented into multiple skbs, the zerocopy uarg is only allocated and attached to the last skb in the loop. Non-final skbs carry pinned user pages...

6AI score0.00114EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/07/13 12:0 a.m.7 views

PT-2026-57837

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 7.0.11 Linux kernel versions prior to 7.1 Linux kernel versions prior to 6.7 Linux kernel versions prior to 6.18.34 Description A flaw exists in the vsock/virtio component regarding zerocopy completion for...

5.5CVSS5.3AI score0.00114EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2026/06/29 2:18 p.m.13 views

CVE-2026-53181

In the Linux kernel, the following vulnerability has been resolved: vsock/vmci: fix skackbacklog leak on failed handshake When vmcitransportrecvconnectingserver returns an error, vmcitransportrecvlisten calls vsockremovepending but never calls skacceptqremoved. This leaves skackbacklog incremente...

7CVSS5.7AI score0.00123EPSS
SaveExploits0References4
Microsoft CVE
Microsoft CVE
added 2026/06/27 8:9 a.m.16 views

vsock/vmci: fix sk_ack_backlog leak on failed handshake

...

5.5CVSS5.8AI score0.00123EPSS
SaveExploits0
OSV
OSV
added 2026/06/25 9:16 a.m.8 views

UBUNTU-CVE-2026-53181

In the Linux kernel, the following vulnerability has been resolved: vsock/vmci: fix skackbacklog leak on failed handshake When vmcitransportrecvconnectingserver returns an error, vmcitransportrecvlisten calls vsockremovepending but never calls skacceptqremoved. This leaves skackbacklog incremente...

5.7CVSS5.8AI score0.00123EPSS
SaveExploits0References11
CVE
CVE
added 2026/06/25 8:38 a.m.33 views

CVE-2026-53181

CVE-2026-53181 affects the Linux kernel vsock/vmci stack. On failing handshake, vmci_transport_recv_listen() could leave sk_ack_backlog incremented (due to missing sk_acceptq_removed() call), allowing backlog growth toward sk_max_ack_backlog and a possible listener denial of new connections (-ECO...

5.5CVSS5.8AI score0.00123EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2026/06/25 8:38 a.m.38 views

CVE-2026-53132 vsock/virtio: fix potential unbounded skb queue

In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: fix potential unbounded skb queue virtiotransportincrxpkt checks vvs-rxbytes + len vvs-bufalloc. virtiotransportrecvenqueue skips coalescing for packets with VIRTIOVSOCKSEQEOM. If fed with packets with len == 0 and...

7.1CVSS0.00138EPSS
SaveExploits0References4
OSV
OSV
added 2026/06/25 8:38 a.m.8 views

CVE-2026-53132 vsock/virtio: fix potential unbounded skb queue

In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: fix potential unbounded skb queue virtiotransportincrxpkt checks vvs-rxbytes + len vvs-bufalloc. virtiotransportrecvenqueue skips coalescing for packets with VIRTIOVSOCKSEQEOM. If fed with packets with len == 0 and...

7.1CVSS5.8AI score0.00138EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2026/06/24 12:0 a.m.18 views

PT-2026-51888

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the vsock/virtio implementation regarding MSG ZEROCOPY pinned-pages accounting. The function virtio transport init zcopy skb uses iter-count as the size argument for m...

5.5CVSS6AI score0.00126EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2026/05/29 1:14 a.m.18 views

SUSE CVE-2026-46234

In the Linux kernel, the following vulnerability has been resolved: vsock: fix buffer size clamping order In vsockupdatebuffersize, the buffer size was being clamped to the maximum first, and then to the minimum. If a user sets a minimum buffer size larger than the maximum, the minimum check...

5.5CVSS5.9AI score0.00129EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/05/28 1:54 p.m.13 views

CVE-2026-46207

A flaw was found in the Linux kernel's vsock/virtio component. When processing non-linear data buffers for the vsockmon tap device, the system did not correctly initialize the payload. This oversight could lead to uninitialized data being copied to the monitoring interface, potentially resulting ...

5.5CVSS5.8AI score0.00127EPSS
SaveExploits0References4
Rows per page
Query Builder