Lucene search
+L

1103 matches found

RedhatCVE
RedhatCVE
added 2025/01/31 7:00 p.m.17 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.00224EPSS
SaveExploits0References4
NVD
NVD
added 2025/01/31 12:15 p.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.5CVSS0.00225EPSS
SaveExploits0References3
OSV
OSV
added 2025/01/31 12:15 p.m.10 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.00232EPSS
SaveExploits0References1
OSV
OSV
added 2025/01/31 12:15 p.m.10 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.12 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.00232EPSS
SaveExploits0References1
OSV
OSV
added 2025/01/31 12:15 p.m.5 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
NVD
NVD
added 2025/01/31 12:15 p.m.17 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.5CVSS0.00224EPSS
SaveExploits0References9
OSV
OSV
added 2025/01/31 12:15 p.m.10 views

AZL-56279 CVE-2025-21666 affecting package kernel for versions less than 6.6.76.1-1

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.5CVSS5.7AI score0.00224EPSS
SaveExploits0References1
OSV
OSV
added 2025/01/31 12:15 p.m.1 views

DEBIAN-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.5CVSS5.8AI score0.00224EPSS
SaveExploits0References1
OSV
OSV
added 2025/01/31 12:15 p.m.12 views

AZL-56337 CVE-2025-21666 affecting package kernel for versions less than 5.15.180.1-1

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.4AI score0.00224EPSS
SaveExploits0References1
OSV
OSV
added 2025/01/31 12:15 p.m.10 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.15 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
OSV
OSV
added 2025/01/31 12:15 p.m.9 views

UBUNTU-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.3AI score0.00224EPSS
SaveExploits0References30
CVE
CVE
added 2025/01/31 11:25 a.m.173 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
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
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
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
Rows per page
Query Builder