Lucene search
+L

1047 matches found

OSV
OSV
added 2024/11/07 10:15 a.m.5 views

UBUNTU-CVE-2024-50169

In the Linux kernel, the following vulnerability has been resolved: vsock: Update rxbytes on readskb Make sure virtiotransportincrxpkt and virtiotransportdecrxpkt calls are balanced i.e. virtiovsocksock::rxbytes doesn't lie after vsocktransport::readskb. While here, also inform the peer that we'v...

5.5CVSS6.2AI score0.00213EPSS
SaveExploits0References18
Vulnrichment
Vulnrichment
added 2024/11/07 9:31 a.m.3 views

CVE-2024-50169 vsock: Update rx_bytes on read_skb()

In the Linux kernel, the following vulnerability has been resolved: vsock: Update rxbytes on readskb Make sure virtiotransportincrxpkt and virtiotransportdecrxpkt calls are balanced i.e. virtiovsocksock::rxbytes doesn't lie after vsocktransport::readskb. While here, also inform the peer that we'v...

7.6AI score0.00213EPSS
SaveExploits0References3
OSV
OSV
added 2024/11/07 9:31 a.m.14 views

CVE-2024-50169 vsock: Update rx_bytes on read_skb()

In the Linux kernel, the following vulnerability has been resolved: vsock: Update rxbytes on readskb Make sure virtiotransportincrxpkt and virtiotransportdecrxpkt calls are balanced i.e. virtiovsocksock::rxbytes doesn't lie after vsocktransport::readskb. While here, also inform the peer that we'v...

5.5CVSS6.2AI score0.00213EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2024/11/07 9:31 a.m.20 views

CVE-2024-50169 vsock: Update rx_bytes on read_skb()

In the Linux kernel, the following vulnerability has been resolved: vsock: Update rxbytes on readskb Make sure virtiotransportincrxpkt and virtiotransportdecrxpkt calls are balanced i.e. virtiovsocksock::rxbytes doesn't lie after vsocktransport::readskb. While here, also inform the peer that we'v...

0.00213EPSS
SaveExploits0References3
CVE
CVE
added 2024/11/07 9:31 a.m.167 views

CVE-2024-50169

CVE-2024-50169 is a Linux kernel vulnerability in virtio_vsock/rx accounting. The connected Nessus entry confirms a concrete fix: after vtock read_skb(), the kernel now updates rx_bytes via virtio_transport_inc_rx_pkt() and virtio_transport_dec_rx_pkt() to keep rx_bytes in sync with dequeued pack...

5.5CVSS5.2AI score0.00213EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2024/11/07 9:31 a.m.11 views

CVE-2024-50169

In the Linux kernel, the following vulnerability has been resolved: vsock: Update rxbytes on readskb Make sure virtiotransportincrxpkt and virtiotransportdecrxpkt calls are balanced i.e. virtiovsocksock::rxbytes doesn't lie after vsocktransport::readskb. While here, also inform the peer that we'v...

5.5CVSS5.6AI score0.00213EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2024/10/15 7:0 a.m.5 views

vsock: fix recursive ->recvmsg calls

...

5.5CVSS6.8AI score0.00211EPSS
SaveExploits0
OSV
OSV
added 2024/10/02 11:2 a.m.14 views

RHSA-2024:3830 Red Hat Security Advisory: gvisor-tap-vsock security and bug fix update

Bulletin has no description...

5.3CVSS6.8AI score0.01165EPSS
SaveExploits0References13
OSV
OSV
added 2024/09/30 12:45 p.m.19 views

RHSA-2024:6187 Red Hat Security Advisory: gvisor-tap-vsock security update

Bulletin has no description...

5.9CVSS7AI score0.00667EPSS
SaveExploits0References14
OSV
OSV
added 2024/09/30 10:6 a.m.9 views

RHSA-2024:4379 Red Hat Security Advisory: gvisor-tap-vsock security update

Bulletin has no description...

7.5CVSS7.9AI score0.01533EPSS
SaveExploits0References12
RedHat Linux
RedHat Linux
added 2024/09/24 12:49 a.m.8 views

kernel: vsock: remove vsock from connected table when connect is interrupted by a signal

A vulnerability was found in the Linux kernel's vsock subsystem's vsockstreamconnect function where improper handling of the socket state can lead to the connected table's list being corrupted. This occurs when a signal interrupt occurs and resets the socket's state without removing it from the...

5.5CVSS7.2AI score0.0024EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/09/24 12:27 a.m.9 views

kernel: vsock: remove vsock from connected table when connect is interrupted by a signal

A vulnerability was found in the Linux kernel's vsock subsystem's vsockstreamconnect function where improper handling of the socket state can lead to the connected table's list being corrupted. This occurs when a signal interrupt occurs and resets the socket's state without removing it from the...

5.5CVSS7.2AI score0.0024EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2024/09/09 12:0 a.m.39 views

Amazon Linux 2023 : bpftool, kernel, kernel-devel (ALAS2023-2024-709)

It is, therefore, affected by multiple vulnerabilities as referenced in the ALAS2023-2024-709 advisory. 2024-12-05: CVE-2024-41042 was added to this advisory. 2024-11-13: CVE-2024-42268 was added to this advisory. 2024-11-13: CVE-2024-43823 was added to this advisory. 2024-10-10: CVE-2024-42302 w...

7.8CVSS6.3AI score0.0032EPSS
SaveExploits3References28
RedhatCVE
RedhatCVE
added 2024/09/04 10:16 p.m.18 views

CVE-2024-44996

A vulnerability was found in the Linux kernel related to vsock, involving recursive calls due to BPF sockmap integration. When a vsock socket was added to a BPF sockmap, the prot-recvmsg function was replaced with vsockbpfrecvmsg. This could lead to recursion as vsockbpfrecvmsg called vsockrecvms...

5.5CVSS5.1AI score0.00211EPSS
SaveExploits0References4
NVD
NVD
added 2024/09/04 8:15 p.m.11 views

CVE-2024-44996

In the Linux kernel, the following vulnerability has been resolved: vsock: fix recursive -recvmsg calls After a vsock socket has been added to a BPF sockmap, its prot-recvmsg has been replaced with vsockbpfrecvmsg. Thus the following recursiion could happen: vsockbpfrecvmsg - vsockrecvmsg -...

5.5CVSS0.00211EPSS
SaveExploits0References3
OSV
OSV
added 2024/09/04 8:15 p.m.9 views

AZL-49300 CVE-2024-44996 affecting package kernel for versions less than 6.6.51.1-1

In the Linux kernel, the following vulnerability has been resolved: vsock: fix recursive -recvmsg calls After a vsock socket has been added to a BPF sockmap, its prot-recvmsg has been replaced with vsockbpfrecvmsg. Thus the following recursiion could happen: vsockbpfrecvmsg - vsockrecvmsg -...

5.5CVSS6.3AI score0.00211EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/09/04 8:15 p.m.23 views

CVE-2024-44996

In the Linux kernel, the following vulnerability has been resolved: vsock: fix recursive -recvmsg calls After a vsock socket has been added to a BPF sockmap, its prot-recvmsg has been replaced with vsockbpfrecvmsg. Thus the following recursiion could happen: vsockbpfrecvmsg - vsockrecvmsg -...

5.5CVSS6.4AI score0.00211EPSS
SaveExploits0References10
OSV
OSV
added 2024/09/04 8:15 p.m.3 views

UBUNTU-CVE-2024-44996

In the Linux kernel, the following vulnerability has been resolved: vsock: fix recursive -recvmsg calls After a vsock socket has been added to a BPF sockmap, its prot-recvmsg has been replaced with vsockbpfrecvmsg. Thus the following recursiion could happen: vsockbpfrecvmsg - vsockrecvmsg -...

5.5CVSS6.5AI score0.00211EPSS
SaveExploits0References11
Cvelist
Cvelist
added 2024/09/04 7:54 p.m.25 views

CVE-2024-44996 vsock: fix recursive ->recvmsg calls

In the Linux kernel, the following vulnerability has been resolved: vsock: fix recursive -recvmsg calls After a vsock socket has been added to a BPF sockmap, its prot-recvmsg has been replaced with vsockbpfrecvmsg. Thus the following recursiion could happen: vsockbpfrecvmsg - vsockrecvmsg -...

0.00211EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/09/04 7:54 p.m.15 views

CVE-2024-44996 vsock: fix recursive ->recvmsg calls

In the Linux kernel, the following vulnerability has been resolved: vsock: fix recursive -recvmsg calls After a vsock socket has been added to a BPF sockmap, its prot-recvmsg has been replaced with vsockbpfrecvmsg. Thus the following recursiion could happen: vsockbpfrecvmsg - vsockrecvmsg -...

6.8AI score0.00211EPSS
SaveExploits0References3
Rows per page
Query Builder