Lucene search
+L

686 matches found

BDU FSTEC
BDU FSTEC
added 2025/07/29 12:00 a.m.58 views

The vulnerability of the xsk_pool_get_rx_frame_size() function in the virtio-net component of the Linux operating system allows a attacker to compromise the confidentiality, integrity, and accessibility of the protected information.

The vulnerability of the xskpoolgetrxframesize function in the virtio-net component of the Linux operating system is related to the copying of buffers without checking the size of the input data. Exploiting this vulnerability could allow an attacker to compromise the confidentiality, integrity, a...

7CVSS5.9AI score0.00165EPSS
SaveExploits0References8Affected Software3
SUSE CVE
SUSE CVE
added 2025/07/25 11:23 p.m.8 views

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

6.1CVSS6.7AI score0.00165EPSS
SaveExploits0References9
NVD
NVD
added 2025/07/25 2:15 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...

7.7CVSS0.00165EPSS
SaveExploits0References3
OSV
OSV
added 2025/07/25 2:15 p.m.3 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.15 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.8 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.15 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
CVE
CVE
added 2025/07/25 1:20 p.m.74 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
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
NVD
NVD
added 2025/07/25 1:15 p.m.7 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.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.2 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.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
Cvelist
Cvelist
added 2025/07/25 12:53 p.m.21 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.10 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.110 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 frame length checking error in the virtio-net xsk receive path, which could lead to a buffer overflow...

5.5CVSS8.1AI score0.00165EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2025/07/16 12:00 a.m.6 views

PT-2025-33598

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A deadlock issue was resolved in the virtio-net driver. The issue occurs when a VIRTIO NET S ANNOUNCE request is sent by the Virtual Machine Manager VMM while the virtio-net driver is...

5.5CVSS6.1AI score0.00113EPSS
SaveExploits0
OSV
OSV
added 2025/07/10 8:15 a.m.15 views

UBUNTU-CVE-2025-38314

In the Linux kernel, the following vulnerability has been resolved: virtio-pci: Fix result size returned for the admin command completion The result size returned by virtiopciadmindevpartsget is 8 bytes larger than the actual result data size. This occurs because the resultsgsize field of the...

7.3CVSS6AI score0.00126EPSS
SaveExploits0References12
Rows per page
Query Builder