Lucene search
+L

1057 matches found

Cvelist
Cvelist
added 2025/02/27 2:18 a.m.167 views

CVE-2025-21756 vsock: Keep the binding until socket destruction

In the Linux kernel, the following vulnerability has been resolved: vsock: Keep the binding until socket destruction Preserve sockets bindings; this includes both resulting from an explicit bind and those implicitly bound through autobind during connect. Prevents socket unbinding during a transpo...

7.8CVSS0.00873EPSS
SaveExploits3References7
OSV
OSV
added 2025/02/27 2:18 a.m.48 views

CVE-2025-21756 vsock: Keep the binding until socket destruction

In the Linux kernel, the following vulnerability has been resolved: vsock: Keep the binding until socket destruction Preserve sockets bindings; this includes both resulting from an explicit bind and those implicitly bound through autobind during connect. Prevents socket unbinding during a transpo...

7.8CVSS6.4AI score
SaveExploits0References14
CVE
CVE
added 2025/02/27 2:18 a.m.316 views

CVE-2025-21756

CVE-2025-21756 affects the Linux kernel vsock subsystem. The issue arises from keeping socket bindings until destruction, preventing correct unbinding during transport reassignment. This leads to a use-after-free in the binding path, observed as a KASAN slab-use-after-free in __vsock_bind and rel...

7.8CVSS6.5AI score0.00873EPSS
SaveIn wildExploits3References11Affected Software1
BDU FSTEC
BDU FSTEC
added 2025/02/19 12:00 a.m.7 views

The vulnerability of the vsock component in the Linux operating system’s kernel, which allows a hacker to cause a service failure

The vulnerability of the vsock component in the Linux operating system’s kernel is related to resource management errors. Exploiting this vulnerability can allow an attacker to cause service failures...

5.5CVSS6.7AI score0.00211EPSS
SaveExploits0References19Affected Software5
SUSE Linux
SUSE Linux
added 2025/02/13 8:15 a.m.8 views

Security update for the Linux Kernel

The SUSE Linux Enterprise 15 SP6 kernel was updated to receive various security bugfixes. The following security bugs were fixed: CVE-2025-21682: eth: bnxt: always recalculate features after XDP clearing, fix null-deref bsc1236703. CVE-2025-21678: gtp: Destroy device along with udp socket's netns...

8.7CVSS8.5AI score0.03558EPSS
SaveExploits5References1112
BDU FSTEC
BDU FSTEC
added 2025/02/12 12:00 a.m.11 views

The vulnerability in the module net/vmw_vsock/vsock_bpf.c of Linux operating systems allows a hacker to cause a service failure.

The vulnerability in the module net/vmwvsock/vsockbpf.c of Linux operating systems is related to pointer manipulation. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS6.7AI score0.00221EPSS
SaveExploits0References13Affected Software4
BDU FSTEC
BDU FSTEC
added 2025/02/12 12:00 a.m.9 views

The vulnerability of the vsock_*_has_data() function in the net/vmw_vsock/af_vsock.c module of Linux kernel allows a hacker to induce a service failure.

The vulnerability of the vsockhasdata function in the net/vmwvsock/afvsock.c module of the Linux kernel is related to pointer manipulation. Exploiting this vulnerability could allow an attacker to cause a service failure...

5.5CVSS6.7AI score0.00219EPSS
SaveExploits0References23Affected Software6
BDU FSTEC
BDU FSTEC
added 2025/02/12 12:00 a.m.13 views

The vulnerability in the module net/vmw_vsock/virtio_transport_common.c of Linux operating systems allows a hacker to cause a service failure.

The vulnerability in the module net/vmwvsock/virtiotransportcommon.c of Linux operating systems is related to pointer manipulation. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS6.7AI score0.00227EPSS
SaveExploits0References24Affected Software6
AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.4 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: virtio/vsock: Fix acceptqueue memory leak As the final stages of socket destruction may be delayed, it is possible that virtiotransportrecvlisten will be called after the acceptqueue has been flushed, but before the SOCKDONE flag...

5.5CVSS6.2AI score0.00251EPSS
SaveExploits0References3
BDU FSTEC
BDU FSTEC
added 2025/02/03 12:00 a.m.10 views

The vulnerability of the vsock component in the Linux operating system’s kernel, which allows a hacker to cause a service failure

The vulnerability of the vsock component in the Linux operating system’s kernel is related to improper blocking. Exploiting this vulnerability can allow an attacker to cause a service failure...

4.4CVSS6.1AI score0.00249EPSS
SaveExploits0References24Affected Software10
SUSE CVE
SUSE CVE
added 2025/02/01 3:47 a.m.4 views

SUSE CVE-2025-21666

In the Linux kernel, the following vulnerability has been resolved: vsock: prevent null-ptr-deref in vsockhasdata|hasspace Recent reports have shown how we sometimes call vsockhasdata when a vsock socket has been de-assigned from a transport see attached links, but we shouldn't. Previous commits...

5.5CVSS7.6AI score0.00219EPSS
SaveExploits0References14
SUSE CVE
SUSE CVE
added 2025/02/01 3:47 a.m.5 views

SUSE CVE-2025-21669

In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: discard packets if the transport changes If the socket has been de-assigned or assigned to another transport, we must discard any packets received because they are not expected and would cause issues when we access...

4.7CVSS7.7AI score0.00227EPSS
SaveExploits0References14
SUSE CVE
SUSE CVE
added 2025/02/01 3:47 a.m.6 views

SUSE CVE-2025-21670

In the Linux kernel, the following vulnerability has been resolved: vsock/bpf: return early if transport is not assigned Some of the core functions can only be called if the transport has been assigned. As Michal reported, a socket might have the transport at NULL, for example after a failed...

5.5CVSS7.5AI score0.00221EPSS
SaveExploits0References13
RedhatCVE
RedhatCVE
added 2025/01/31 7:32 p.m.15 views

CVE-2025-21670

In the Linux kernel, the following vulnerability has been resolved: vsock/bpf: return early if transport is not assigned Some of the core functions can only be called if the transport has been assigned. As Michal reported, a socket might have the transport at NULL, for example after a failed...

5.5CVSS6.1AI score0.00221EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/01/31 7:00 p.m.16 views

CVE-2025-21666

In the Linux kernel, the following vulnerability has been resolved: vsock: prevent null-ptr-deref in vsockhasdata|hasspace Recent reports have shown how we sometimes call vsockhasdata when a vsock socket has been de-assigned from a transport see attached links, but we shouldn't. Previous commits...

5.5CVSS6.5AI score0.00219EPSS
SaveExploits0References4
NVD
NVD
added 2025/01/31 12:15 p.m.20 views

CVE-2025-21670

In the Linux kernel, the following vulnerability has been resolved: vsock/bpf: return early if transport is not assigned Some of the core functions can only be called if the transport has been assigned. As Michal reported, a socket might have the transport at NULL, for example after a failed...

5.5CVSS0.00221EPSS
SaveExploits0References3
OSV
OSV
added 2025/01/31 12:15 p.m.9 views

AZL-56393 CVE-2025-21669 affecting package kernel for versions less than 6.6.76.1-1

In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: discard packets if the transport changes If the socket has been de-assigned or assigned to another transport, we must discard any packets received because they are not expected and would cause issues when we access...

5.5CVSS6.3AI score0.00227EPSS
SaveExploits0References1
OSV
OSV
added 2025/01/31 12:15 p.m.9 views

AZL-56396 CVE-2025-21670 affecting package kernel for versions less than 6.6.76.1-1

In the Linux kernel, the following vulnerability has been resolved: vsock/bpf: return early if transport is not assigned Some of the core functions can only be called if the transport has been assigned. As Michal reported, a socket might have the transport at NULL, for example after a failed...

5.5CVSS5.6AI score0.00221EPSS
SaveExploits0References1
OSV
OSV
added 2025/01/31 12:15 p.m.11 views

AZL-56411 CVE-2025-21669 affecting package kernel for versions less than 5.15.180.1-1

In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: discard packets if the transport changes If the socket has been de-assigned or assigned to another transport, we must discard any packets received because they are not expected and would cause issues when we access...

5.5CVSS6.7AI score0.00227EPSS
SaveExploits0References1
OSV
OSV
added 2025/01/31 12:15 p.m.2 views

DEBIAN-CVE-2025-21669

In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: discard packets if the transport changes If the socket has been de-assigned or assigned to another transport, we must discard any packets received because they are not expected and would cause issues when we access...

5.5CVSS5.7AI score0.00227EPSS
SaveExploits0References1
Rows per page
Query Builder