Lucene search
+L

10324 matches found

OSV
OSV
added 2025/01/31 12:15 p.m.11 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.00225EPSS
SaveExploits0References1
OSV
OSV
added 2025/01/31 12:15 p.m.6 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.00232EPSS
SaveExploits0References1
OSV
OSV
added 2025/01/31 12:15 p.m.11 views

UBUNTU-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...

7.8CVSS6.2AI score0.00232EPSS
SaveExploits0References30
OSV
OSV
added 2025/01/31 12:15 p.m.16 views

UBUNTU-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.2AI score0.00225EPSS
SaveExploits0References16
CVE
CVE
added 2025/01/31 11:25 a.m.284 views

CVE-2025-21669

CVE-2025-21669 concerns the Linux kernel’s vsock/virtio transport: when a socket is de-assigned or reassigned to another transport, incoming packets must be discarded to avoid accessing vsk->transport in an inconsistent state. The advisory notes a scenario where a connect() interrupted by a si...

7.8CVSS7.1AI score0.00232EPSS
SaveExploits0References9Affected Software1
CVE
CVE
added 2025/01/31 11:25 a.m.174 views

CVE-2025-21670

CVE-2025-21670 affects the Linux kernel’s vsock/bpf path. The issue occurs when vsock_transport is not assigned (NULL) during vsock_bpf_recvmsg for connected sockets (stream/seqpacket), leading to a NULL pointer dereference in vsock_connectible_has_data and an in-kernel oops trace. The vulnerabil...

5.5CVSS6.8AI score0.00225EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/01/31 11:25 a.m.18 views

CVE-2025-21670 vsock/bpf: return early if transport is not assigned

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.9AI score
SaveExploits0References6
Cvelist
Cvelist
added 2025/01/31 11:25 a.m.39 views

CVE-2025-21670 vsock/bpf: return early if transport is not assigned

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...

0.00225EPSS
SaveExploits0References3
OSV
OSV
added 2025/01/31 11:25 a.m.16 views

CVE-2025-21669 vsock/virtio: discard packets if the transport changes

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...

7.8CVSS6.2AI score
SaveExploits0References12
Vulnrichment
Vulnrichment
added 2025/01/31 11:25 a.m.3 views

CVE-2025-21670 vsock/bpf: return early if transport is not assigned

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...

7.6AI score0.00225EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2025/01/31 11:25 a.m.2 views

CVE-2025-21669 vsock/virtio: discard packets if the transport changes

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...

7.8CVSS7.6AI score0.00232EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2025/01/31 11:25 a.m.35 views

CVE-2025-21669 vsock/virtio: discard packets if the transport changes

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...

7.8CVSS0.00232EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/01/31 11:25 a.m.17 views

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...

7.8CVSS5.7AI score0.00232EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/01/31 11:25 a.m.21 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.5CVSS5.7AI score0.00225EPSS
SaveExploits0
OSV
OSV
added 2025/01/31 11:25 a.m.13 views

CVE-2025-21666 vsock: prevent null-ptr-deref in vsock_*[has_data|has_space]

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.2AI score
SaveExploits0References12
NVD
NVD
added 2025/01/31 12:15 a.m.39 views

CVE-2024-23970

This vulnerability allows network-adjacent attackers to compromise transport security on affected installations of ChargePoint Home Flex charging stations. Authentication is not required to exploit this vulnerability. The specific flaw exists within the CURLOPTSSLVERIFYHOST setting. The issue...

6.5CVSS0.00226EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2025/01/31 12:00 a.m.7 views

Linux kernel 代码问题漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. Linux kernel suffers from a code issue vulnerability that stems from the vsockhasdata|hasspace function being called when a socket is not allocated a transport layer, which can...

5.5CVSS6.7AI score0.00224EPSS
SaveExploits0References6
BDU FSTEC
BDU FSTEC
added 2025/01/31 12:00 a.m.15 views

The vulnerability of the implementation of the Message Queuing Telemetry Transport (MQTT) protocol in the MXview One industrial network management platform allows a perpetrator to gain unauthorized access to protected information.

The vulnerability of the Message Queuing Telemetry Transport MQTT protocol implementation of the MXview One industrial network management platform is related to an incorrect limit on the path name to the directory. Exploiting this vulnerability could allow a malicious actor, operating remotely, t...

6.8CVSS5.5AI score0.00554EPSS
SaveExploits0References5Affected Software1
CNNVD
CNNVD
added 2025/01/31 12:00 a.m.9 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 denial of service vulnerability exists in the Linux kernel that stems from the vsockbpfrecvmsg function not properly checking vsk-transport when the transport layer is not...

5.5CVSS6.3AI score0.00225EPSS
SaveExploits0References3
CVE
CVE
added 2025/01/30 11:40 p.m.75 views

CVE-2024-23970

CVE-2024-23970 affects ChargePoint Home Flex devices. The flaw is in the TLS certificate validation via the CURLOPT_SSL_VERIFYHOST setting, with improper validation of the server’s certificate. This enables network-adjacent attackers to compromise transport security and, per reported details, cou...

6.5CVSS6.5AI score0.00226EPSS
SaveExploits0References1Affected Software1
Rows per page
Query Builder