Lucene search
+L

35417 matches found

OSV
OSV
added 2025/07/25 4:15 p.m.12 views

UBUNTU-CVE-2025-38452

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: rtsn: Fix a null pointer dereference in rtsnprobe Add check for the return value of rcargen4ptpalloc to prevent potential null pointer dereference...

5.5CVSS5.7AI score0.00148EPSS
SaveExploits0References12
OSV
OSV
added 2025/07/25 4:15 p.m.15 views

UBUNTU-CVE-2025-38464

In the Linux kernel, the following vulnerability has been resolved: tipc: Fix use-after-free in tipcconnclose. syzbot reported a null-ptr-deref in tipcconnclose during netns dismantle. 0 tipctopsrvstop iterates tipcnetnet-topsrv-connidr and calls tipcconnclose for each tipcconn. The problem is th...

7.8CVSS6.3AI score0.00173EPSS
SaveExploits0References42
ATTACKERKB
ATTACKERKB
added 2025/07/25 3:27 p.m.8 views

CVE-2025-38440

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix race between DIM disable and netdim There's a race between disabling DIM and NAPI callbacks using the dim pointer on the RQ or SQ. If NAPI checks the DIM state bit and sees it still set, it assumes rq-dim or sq-dim...

4.7CVSS5.7AI score0.0012EPSS
SaveExploits0References4Affected Software1
NVD
NVD
added 2025/07/25 2:15 p.m.11 views

CVE-2025-38413

In the Linux kernel, the following vulnerability has been resolved: virtio-net: xsk: rx: fix the frame's length check When calling buftoxdp, the len argument is the frame data's length without virtio header's length vi-hdrlen. We check that len with xskpoolgetrxframesize + vi-hdrlen to ensure the...

7.7CVSS0.00165EPSS
SaveExploits0References3
OSV
OSV
added 2025/07/25 2:15 p.m.5 views

DEBIAN-CVE-2025-38413

In the Linux kernel, the following vulnerability has been resolved: virtio-net: xsk: rx: fix the frame's length check When calling buftoxdp, the len argument is the frame data's length without virtio header's length vi-hdrlen. We check that len with xskpoolgetrxframesize + vi-hdrlen to ensure the...

5.5CVSS5.6AI score0.00165EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2025/07/25 1:20 p.m.20 views

CVE-2025-38413 virtio-net: xsk: rx: fix the frame's length check

In the Linux kernel, the following vulnerability has been resolved: virtio-net: xsk: rx: fix the frame's length check When calling buftoxdp, the len argument is the frame data's length without virtio header's length vi-hdrlen. We check that len with xskpoolgetrxframesize + vi-hdrlen to ensure the...

7.7CVSS0.00165EPSS
SaveExploits0References3
OSV
OSV
added 2025/07/25 1:20 p.m.10 views

CVE-2025-38413 virtio-net: xsk: rx: fix the frame's length check

In the Linux kernel, the following vulnerability has been resolved: virtio-net: xsk: rx: fix the frame's length check When calling buftoxdp, the len argument is the frame data's length without virtio header's length vi-hdrlen. We check that len with xskpoolgetrxframesize + vi-hdrlen to ensure the...

7.7CVSS6.4AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/07/25 1:20 p.m.16 views

CVE-2025-38413

In the Linux kernel, the following vulnerability has been resolved: virtio-net: xsk: rx: fix the frame's length check When calling buftoxdp, the len argument is the frame data's length without virtio header's length vi-hdrlen. We check that len with xskpoolgetrxframesize + vi-hdrlen to ensure the...

7.7CVSS5.5AI score0.00165EPSS
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2025/07/25 1:20 p.m.9 views

CVE-2025-38413

In the Linux kernel, the following vulnerability has been resolved: virtio-net: xsk: rx: fix the frame's length check When calling buftoxdp, the len argument is the frame data's length without virtio header's length vi-hdrlen. We check that len with xskpoolgetrxframesize + vi-hdrlen to ensure the...

5.5CVSS5.8AI score0.00165EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 2025/07/25 1:20 p.m.82 views

CVE-2025-38413

The CVE-2025-38413 issue relates to virtio-net: xsk: rx length checking in the Linux kernel. The problem was that buf_to_xdp validated len using xsk_pool_get_rx_frame_size() + vi->hdr_len, but the first buffer for virtio headers can only contain xsk_pool_get_rx_frame_size() bytes. The fix intr...

7.7CVSS6.5AI score0.00165EPSS
SaveExploits0References3Affected Software1
NVD
NVD
added 2025/07/25 1:15 p.m.8 views

CVE-2025-38375

In the Linux kernel, the following vulnerability has been resolved: virtio-net: ensure the received length does not exceed allocated size In xdplinearizepage, when reading the following buffers from the ring, we forget to check the received length with the true allocate size. This can lead to an...

8.4CVSS0.00177EPSS
SaveExploits0References10
OSV
OSV
added 2025/07/25 1:15 p.m.3 views

DEBIAN-CVE-2025-38375

In the Linux kernel, the following vulnerability has been resolved: virtio-net: ensure the received length does not exceed allocated size In xdplinearizepage, when reading the following buffers from the ring, we forget to check the received length with the true allocate size. This can lead to an...

7.8CVSS5.7AI score0.00177EPSS
SaveExploits0References1
OSV
OSV
added 2025/07/25 1:15 p.m.10 views

AZL-65732 CVE-2025-38375 affecting package kernel for versions less than 6.6.104.2-1

In the Linux kernel, the following vulnerability has been resolved: virtio-net: ensure the received length does not exceed allocated size In xdplinearizepage, when reading the following buffers from the ring, we forget to check the received length with the true allocate size. This can lead to an...

8.4CVSS6.6AI score0.00177EPSS
SaveExploits0References1
OSV
OSV
added 2025/07/25 1:15 p.m.11 views

UBUNTU-CVE-2025-38375

In the Linux kernel, the following vulnerability has been resolved: virtio-net: ensure the received length does not exceed allocated size In xdplinearizepage, when reading the following buffers from the ring, we forget to check the received length with the true allocate size. This can lead to an...

8.4CVSS6.2AI score0.00177EPSS
SaveExploits0References40
OSV
OSV
added 2025/07/25 1:15 p.m.9 views

UBUNTU-CVE-2025-38400

In the Linux kernel, the following vulnerability has been resolved: nfs: Clean up /proc/net/rpc/nfs when nfsfsprocnetinit fails. syzbot reported a warning below 1 following a fault injection in nfsfsprocnetinit. 0 When nfsfsprocnetinit fails, /proc/net/rpc/nfs is not removed. Later, rpcprocexit...

5.5CVSS6.1AI score0.00187EPSS
SaveExploits0References42
Cvelist
Cvelist
added 2025/07/25 12:53 p.m.24 views

CVE-2025-38375 virtio-net: ensure the received length does not exceed allocated size

In the Linux kernel, the following vulnerability has been resolved: virtio-net: ensure the received length does not exceed allocated size In xdplinearizepage, when reading the following buffers from the ring, we forget to check the received length with the true allocate size. This can lead to an...

8.4CVSS0.00177EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2025/07/25 12:53 p.m.11 views

CVE-2025-38375

In the Linux kernel, the following vulnerability has been resolved: virtio-net: ensure the received length does not exceed allocated size In xdplinearizepage, when reading the following buffers from the ring, we forget to check the received length with the true allocate size. This can lead to an...

8.4CVSS5.7AI score0.00177EPSS
SaveExploits0
OSV
OSV
added 2025/07/25 12:53 p.m.8 views

CVE-2025-38375 virtio-net: ensure the received length does not exceed allocated size

In the Linux kernel, the following vulnerability has been resolved: virtio-net: ensure the received length does not exceed allocated size In xdplinearizepage, when reading the following buffers from the ring, we forget to check the received length with the true allocate size. This can lead to an...

8.4CVSS6.1AI score
SaveExploits0References13
CVE
CVE
added 2025/07/25 12:53 p.m.116 views

CVE-2025-38375

CVE-2025-38375: In the Linux kernel, virtio-net could trigger an out-of-bounds read due to not validating the received length against the allocated size when reading buffers from the ring in xdp_linearize_page. The fix adds the missing length check. Affected entries in Debian/Amazon/RH advisories...

8.4CVSS6.3AI score0.00177EPSS
SaveExploits0References10Affected Software1
CNNVD
CNNVD
added 2025/07/25 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. A security vulnerability exists in the Linux kernel that stems from a failure to clean up /proc/net/rpc/nfs when initialization fails may result in a warning...

5.5CVSS6.9AI score0.00187EPSS
SaveExploits0References9
Rows per page
Query Builder