Lucene search
+L

1065 matches found

Debian CVE
Debian CVE
added 2024/11/07 9:31 a.m.18 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.00215EPSS
SaveExploits0
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.00215EPSS
SaveExploits0References3
CVE
CVE
added 2024/11/07 9:31 a.m.177 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.00215EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2024/11/07 9:31 a.m.24 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.00215EPSS
SaveExploits0References3
OSV
OSV
added 2024/11/07 9:31 a.m.16 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 score
SaveExploits0References6
Microsoft CVE
Microsoft CVE
added 2024/10/15 12:00 a.m.6 views

CVE-2024-44996

...

5.5CVSS6.6AI score0.00211EPSS
SaveExploits0
OSV
OSV
added 2024/10/02 11:02 a.m.16 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.20 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:06 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.13 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...

7.8CVSS7.2AI score0.00249EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/09/24 12:27 a.m.14 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...

7.8CVSS7.2AI score0.00249EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2024/09/09 12:00 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.19 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
OSV
OSV
added 2024/09/04 8:15 p.m.12 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
NVD
NVD
added 2024/09/04 8:15 p.m.14 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
UbuntuCve
UbuntuCve
added 2024/09/04 8:15 p.m.26 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.8 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
Vulnrichment
Vulnrichment
added 2024/09/04 7:54 p.m.16 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
OSV
OSV
added 2024/09/04 7:54 p.m.14 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 -...

6AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2024/09/04 7:54 p.m.16 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.5CVSS5.6AI score0.00211EPSS
SaveExploits0
Rows per page
Query Builder