Lucene search
+L

1047 matches found

CVE
CVE
added 2024/08/21 12:6 a.m.151 views

CVE-2024-43873

CVE-2024-43873 describes a Linux kernel issue in vhost/vsock where seqpacket_allow could be read uninitialized due to not being initialized at socket creation, and could remain uncleared when VIRTIO_VSOCK_F_SEQPACKET is cleared. The fix initializes seqpacket_allow after allocation and uncondition...

7.8CVSS6.4AI score0.00216EPSS
SaveExploits0References6Affected Software1
Debian CVE
Debian CVE
added 2024/08/21 12:6 a.m.28 views

CVE-2024-43873

In the Linux kernel, the following vulnerability has been resolved: vhost/vsock: always initialize seqpacketallow There are two issues around seqpacketallow: 1. seqpacketallow is not initialized when socket is created. Thus if features are never set, it will be read uninitialized. 2. if...

7.8CVSS5.7AI score0.00216EPSS
SaveExploits0
CNNVD
CNNVD
added 2024/08/21 12:0 a.m.4 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from the vhost/vsock component not properly setting seqpacketallow during initialization...

7.8CVSS6.5AI score0.00216EPSS
SaveExploits0References8
Tenable Nessus
Tenable Nessus
added 2024/08/19 12:0 a.m.86 views

EulerOS Virtualization 2.10.0 : kernel (EulerOS-SA-2024-2120)

"According to the versions of the kernel packages installed, the EulerOS Virtualization installation on the remote host is affected by the following vulnerabilities : In the Linux kernel, the following vulnerability has been resolved: Input: appletouch - initialize work before device registration...

9.8CVSS6.5AI score0.01166EPSS
SaveExploits2References133
Tenable Nessus
Tenable Nessus
added 2024/08/06 12:0 a.m.26 views

CBL Mariner 2.0 Security Update: qemu / qemu-kvm (CVE-2022-26354)

The version of qemu / qemu-kvm installed on the remote CBL Mariner 2.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2022-26354 advisory. - A flaw was found in the vhost-vsock device of QEMU. In case of error, an invalid element was not...

3.2CVSS6.3AI score0.00391EPSS
SaveExploits0References2
Microsoft CVE
Microsoft CVE
added 2024/08/05 7:0 a.m.4 views

A flaw was found in the vhost-vsock device of QEMU. In case of error an invalid element was not detached from the virtqueue before freeing its memory leading to memory leakage and other unexpected results. Affected QEMU versions <= 6.2.0.

...

3.2CVSS7AI score0.00391EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/07/18 3:6 a.m.7 views

SUSE CVE-2022-48786

In the Linux kernel, the following vulnerability has been resolved: vsock: remove vsock from connected table when connect is interrupted by a signal vsockconnect expects that the socket could already be in the TCPESTABLISHED state when the connecting task wakes up with a signal pending. If this...

6.1CVSS6.5AI score0.0024EPSS
SaveExploits0References11
RedhatCVE
RedhatCVE
added 2024/07/16 10:58 p.m.23 views

CVE-2022-48786

In the Linux kernel, the following vulnerability has been resolved: vsock: remove vsock from connected table when connect is interrupted by a signal vsockconnect expects that the socket could already be in the TCPESTABLISHED state when the connecting task wakes up with a signal pending. If this...

4.4CVSS7AI score0.0024EPSS
SaveExploits0References4
OSV
OSV
added 2024/07/16 12:15 p.m.2 views

DEBIAN-CVE-2022-48786

In the Linux kernel, the following vulnerability has been resolved: vsock: remove vsock from connected table when connect is interrupted by a signal vsockconnect expects that the socket could already be in the TCPESTABLISHED state when the connecting task wakes up with a signal pending. If this...

5.5CVSS5.4AI score0.0024EPSS
SaveExploits0References1
NVD
NVD
added 2024/07/16 12:15 p.m.19 views

CVE-2022-48786

In the Linux kernel, the following vulnerability has been resolved: vsock: remove vsock from connected table when connect is interrupted by a signal vsockconnect expects that the socket could already be in the TCPESTABLISHED state when the connecting task wakes up with a signal pending. If this...

5.5CVSS0.0024EPSS
SaveExploits0References8
OSV
OSV
added 2024/07/16 12:15 p.m.9 views

UBUNTU-CVE-2022-48786

In the Linux kernel, the following vulnerability has been resolved: vsock: remove vsock from connected table when connect is interrupted by a signal vsockconnect expects that the socket could already be in the TCPESTABLISHED state when the connecting task wakes up with a signal pending. If this...

5.5CVSS6AI score0.0024EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2024/07/16 12:15 p.m.23 views

CVE-2022-48786

In the Linux kernel, the following vulnerability has been resolved: vsock: remove vsock from connected table when connect is interrupted by a signal vsockconnect expects that the socket could already be in the TCPESTABLISHED state when the connecting task wakes up with a signal pending. If this...

5.5CVSS6.1AI score0.0024EPSS
SaveExploits0References10
OSV
OSV
added 2024/07/16 11:43 a.m.21 views

CVE-2022-48786 vsock: remove vsock from connected table when connect is interrupted by a signal

In the Linux kernel, the following vulnerability has been resolved: vsock: remove vsock from connected table when connect is interrupted by a signal vsockconnect expects that the socket could already be in the TCPESTABLISHED state when the connecting task wakes up with a signal pending. If this...

5.5CVSS6AI score0.0024EPSS
SaveExploits0References11
CVE
CVE
added 2024/07/16 11:43 a.m.159 views

CVE-2022-48786

CVE-2022-48786 – summary The issue is in the Linux kernel’s vsock path: if a connect() is interrupted by a signal while a socket is in the TCP_ESTABLISHED state, the socket may remain in the vsock connected table and could be re-added, corrupting the list. The patch fixes this by calling vsock_re...

5.5CVSS6.6AI score0.0024EPSS
SaveExploits0References8Affected Software1
Vulnrichment
Vulnrichment
added 2024/07/16 11:43 a.m.23 views

CVE-2022-48786 vsock: remove vsock from connected table when connect is interrupted by a signal

In the Linux kernel, the following vulnerability has been resolved: vsock: remove vsock from connected table when connect is interrupted by a signal vsockconnect expects that the socket could already be in the TCPESTABLISHED state when the connecting task wakes up with a signal pending. If this...

6.8AI score0.0024EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/07/16 11:43 a.m.19 views

CVE-2022-48786 vsock: remove vsock from connected table when connect is interrupted by a signal

In the Linux kernel, the following vulnerability has been resolved: vsock: remove vsock from connected table when connect is interrupted by a signal vsockconnect expects that the socket could already be in the TCPESTABLISHED state when the connecting task wakes up with a signal pending. If this...

0.0024EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2024/07/16 11:43 a.m.14 views

CVE-2022-48786

In the Linux kernel, the following vulnerability has been resolved: vsock: remove vsock from connected table when connect is interrupted by a signal vsockconnect expects that the socket could already be in the TCPESTABLISHED state when the connecting task wakes up with a signal pending. If this...

5.5CVSS5.4AI score0.0024EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2024/07/10 12:0 a.m.15 views

AlmaLinux 9 : gvisor-tap-vsock (ALSA-2024:4379)

The remote AlmaLinux 9 host has a package installed that is affected by a vulnerability as referenced in the ALSA-2024:4379 advisory. golang-fips/openssl: Memory leaks in code encrypting and decrypting RSA payloads CVE-2024-1394 Tenable has extracted the preceding description block directly from...

7.5CVSS8.2AI score0.01533EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2024/07/08 2:47 p.m.22 views

Important: Red Hat Security Advisory: gvisor-tap-vsock security update

An update for gvisor-tap-vsock is now available for Red Hat Enterprise Linux 9. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerabili...

7.5CVSS7.2AI score0.01533EPSS
SaveExploits0References2
Oracle linux
Oracle linux
added 2024/07/08 12:0 a.m.28 views

gvisor-tap-vsock security update

6:0.7.3-4 - rebuild for CVE-2024-1394 - Resolves: RHEL-24315...

7.5CVSS7.7AI score0.01533EPSS
SaveExploits0
Rows per page
Query Builder