Lucene search
+L

14606 matches found

Snyk
Snyk
added 2025/09/05 10:41 p.m.2 views

Improper Resource Shutdown or Release

Overview Affected versions of this package are vulnerable to Improper Resource Shutdown or Release after establishing a TLS session. An attacker can cause excessive CPU utilization by initiating a half-shutdown of the connection during the handshake, leading the peer to enter a spin loop on socke...

8.7CVSS6.3AI score0.00427EPSS
SaveExploits0References2
OSV
OSV
added 2025/09/05 6:15 p.m.20 views

AZL-66947 CVE-2025-39718 affecting package kernel for versions less than 6.6.104.2-1

In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: Validate length in packet header before skbput When receiving a vsock packet in the guest, only the virtqueue buffer size is validated prior to virtiovsockskbrxput. Unfortunately, virtiovsockskbrxput uses the length...

8.4CVSS6.8AI score0.00157EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/05 6:15 p.m.3 views

DEBIAN-CVE-2025-39718

In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: Validate length in packet header before skbput When receiving a vsock packet in the guest, only the virtqueue buffer size is validated prior to virtiovsockskbrxput. Unfortunately, virtiovsockskbrxput uses the length...

5.5CVSS6AI score0.00157EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/05 6:15 p.m.12 views

DEBIAN-CVE-2025-39703

In the Linux kernel, the following vulnerability has been resolved: net, hsr: reject HSR frame if skb can't hold tag Receiving HSR frame with insufficient space to hold HSR tag in the skb can result in a crash kernel BUG: 45.390915 skbuff: skbunderpanic: text:ffffffff86f32cac len:26 put:14...

5.5CVSS5.3AI score0.00364EPSS
SaveExploits0References1
NVD
NVD
added 2025/09/05 6:15 p.m.9 views

CVE-2025-39695

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Flush delayed SKBs while releasing RXE resources When skb packets are sent out, these skb packets still depends on the rxe resources, for example, QP, sk, when these packets are destroyed. If these rxe resources are...

5.5CVSS0.00154EPSS
SaveExploits0References3
OSV
OSV
added 2025/09/05 6:15 p.m.2 views

DEBIAN-CVE-2025-39695

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Flush delayed SKBs while releasing RXE resources When skb packets are sent out, these skb packets still depends on the rxe resources, for example, QP, sk, when these packets are destroyed. If these rxe resources are...

5.5CVSS5.4AI score0.00154EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/05 6:15 p.m.16 views

UBUNTU-CVE-2025-38732

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfreject: don't leak dst refcount for loopback packets recent patches to add a WARN when replacing skb dst entry found an old bug: WARNING: include/linux/skbuff.h:1165 skbdstcheckunset include/linux/skbuff.h:1164 inlin...

5.5CVSS5.9AI score0.0017EPSS
SaveExploits0References35
OSV
OSV
added 2025/09/05 6:15 p.m.6 views

UBUNTU-CVE-2025-39703

In the Linux kernel, the following vulnerability has been resolved: net, hsr: reject HSR frame if skb can't hold tag Receiving HSR frame with insufficient space to hold HSR tag in the skb can result in a crash kernel BUG: 45.390915 skbuff: skbunderpanic: text:ffffffff86f32cac len:26 put:14...

9.8CVSS5.8AI score0.00364EPSS
SaveExploits0References35
OSV
OSV
added 2025/09/05 6:15 p.m.8 views

UBUNTU-CVE-2025-39718

In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: Validate length in packet header before skbput When receiving a vsock packet in the guest, only the virtqueue buffer size is validated prior to virtiovsockskbrxput. Unfortunately, virtiovsockskbrxput uses the length...

8.4CVSS6.5AI score0.00157EPSS
SaveExploits0References24
Cvelist
Cvelist
added 2025/09/05 5:21 p.m.20 views

CVE-2025-39718 vsock/virtio: Validate length in packet header before skb_put()

In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: Validate length in packet header before skbput When receiving a vsock packet in the guest, only the virtqueue buffer size is validated prior to virtiovsockskbrxput. Unfortunately, virtiovsockskbrxput uses the length...

8.4CVSS0.00157EPSS
SaveExploits0References5
CVE
CVE
added 2025/09/05 5:21 p.m.81 views

CVE-2025-39718

CVE-2025-39718 affects the Linux kernel’s vsock/virtio handling. The issue arises when receiving a vsock packet: virtio_vsock_skb_rx_put() uses the packet header length as the skb_put() length without proper validation, risking an SKB overflow if the header length is not trustworthy. The fix vali...

8.4CVSS6AI score0.00157EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2025/09/05 5:21 p.m.7 views

CVE-2025-39703 net, hsr: reject HSR frame if skb can't hold tag

In the Linux kernel, the following vulnerability has been resolved: net, hsr: reject HSR frame if skb can't hold tag Receiving HSR frame with insufficient space to hold HSR tag in the skb can result in a crash kernel BUG: 45.390915 skbuff: skbunderpanic: text:ffffffff86f32cac len:26 put:14...

9.8CVSS5.7AI score
SaveExploits0References13
CVE
CVE
added 2025/09/05 5:21 p.m.34 views

CVE-2025-39695

CVE-2025-39695 affects the Linux kernel RDMA/rxe path. The issue arises when skb packets that depend on RXE resources (e.g., QP, sk) are destroyed while RXE resources are being released, causing call traces. The patch adds a timestamp when skb packets are created to avoid skb packets hanging in s...

5.5CVSS5.9AI score0.00154EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/09/05 5:21 p.m.5 views

CVE-2025-39695 RDMA/rxe: Flush delayed SKBs while releasing RXE resources

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Flush delayed SKBs while releasing RXE resources When skb packets are sent out, these skb packets still depends on the rxe resources, for example, QP, sk, when these packets are destroyed. If these rxe resources are...

6.2AI score
SaveExploits0References6
Cvelist
Cvelist
added 2025/09/05 5:21 p.m.14 views

CVE-2025-39695 RDMA/rxe: Flush delayed SKBs while releasing RXE resources

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Flush delayed SKBs while releasing RXE resources When skb packets are sent out, these skb packets still depends on the rxe resources, for example, QP, sk, when these packets are destroyed. If these rxe resources are...

0.00154EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/09/05 5:20 p.m.15 views

CVE-2025-39678 platform/x86/amd/hsmp: Ensure sock->metric_tbl_addr is non-NULL

In the Linux kernel, the following vulnerability has been resolved: platform/x86/amd/hsmp: Ensure sock-metrictbladdr is non-NULL If metric table address is not allocated, accessing metricsbin will result in a NULL pointer dereference, so add a check...

0.00155EPSS
SaveExploits0References3
OSV
OSV
added 2025/09/05 11:9 a.m.7 views

OESA-2025-2121 kernel security update

The Linux Kernel, the operating system core itself. Security Fixes: In the Linux kernel, the following vulnerability has been resolved: gtp: Destroy device along with udp socket's netns dismantle. gtpnewlink links the device to a list in devnetdev instead of srcnet, where a udp tunnel socket is...

8CVSS5.5AI score0.00724EPSS
SaveExploits0References70
OSV
OSV
added 2025/09/05 11:9 a.m.9 views

OESA-2025-2120 kernel security update

The Linux Kernel, the operating system core itself. Security Fixes: In the Linux kernel, the following vulnerability has been resolved: gtp: Destroy device along with udp socket's netns dismantle. gtpnewlink links the device to a list in devnetdev instead of srcnet, where a udp tunnel socket is...

8CVSS5.5AI score0.00724EPSS
SaveExploits0References67
CNNVD
CNNVD
added 2025/09/05 12:0 a.m.8 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 net/hsr module not rejecting HSR frames when the skb cannot hold the tag...

5.5CVSS6.9AI score0.00364EPSS
SaveExploits0References7
CNNVD
CNNVD
added 2025/09/05 12:0 a.m.8 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 Linux kernel that stems from an unverified packet header length that could lead to an SKB overflow...

5.5CVSS6.9AI score0.00157EPSS
SaveExploits0References5
Rows per page
Query Builder