Lucene search
K

21 matches found

EUVD
EUVD
added 2026/05/06 12:30 p.m.1 views

EUVD-2026-27594

In the Linux kernel, the following vulnerability has been resolved: xsk: validate MTU against usable frame size on bind AFXDP bind currently accepts zero-copy pool configurations without verifying that the device MTU fits into the usable frame space provided by the UMEM chunk. This becomes a...

5.9AI score0.00013EPSS
Exploits0References6
Debian CVE
Debian CVE
added 2025/08/19 5:2 p.m.4 views

CVE-2025-38570

In the Linux kernel, the following vulnerability has been resolved: eth: fbnic: unlink NAPIs from queues on error to open CI hit a UaF in fbnic in the AFXDP portion of the queues.py test. The UaF is in the skmarknapiidonce call in xskbind, NAPI has been freed. Looks like the device failed to open...

7.8CVSS6.1AI score0.00019EPSS
Exploits0
NVD
NVD
added 2025/05/20 4:15 p.m.5 views

CVE-2025-37920

In the Linux kernel, the following vulnerability has been resolved: xsk: Fix race condition in AFXDP generic RX path Move rxlock from xsksocket to xskbuffpool. Fix synchronization for shared umem mode in generic RX path where multiple sockets share single xskbuffpool. RX queue is exclusive to...

4.7CVSS0.00077EPSS
Exploits0References5
Cvelist
Cvelist
added 2025/05/20 3:21 p.m.12 views

CVE-2025-37920 xsk: Fix race condition in AF_XDP generic RX path

In the Linux kernel, the following vulnerability has been resolved: xsk: Fix race condition in AFXDP generic RX path Move rxlock from xsksocket to xskbuffpool. Fix synchronization for shared umem mode in generic RX path where multiple sockets share single xskbuffpool. RX queue is exclusive to...

0.00077EPSS
Exploits0References5
OSV
OSV
added 2025/05/20 3:21 p.m.6 views

CVE-2025-37920 xsk: Fix race condition in AF_XDP generic RX path

In the Linux kernel, the following vulnerability has been resolved: xsk: Fix race condition in AFXDP generic RX path Move rxlock from xsksocket to xskbuffpool. Fix synchronization for shared umem mode in generic RX path where multiple sockets share single xskbuffpool. RX queue is exclusive to...

4.7CVSS6.1AI score0.00077EPSS
Exploits0References8
CVE
CVE
added 2025/05/20 3:21 p.m.89 views

CVE-2025-37920

CVE-2025-37920 affects the Linux kernel in the AF_XDP path. The issue is a race condition in the generic RX path when multiple sockets share the same xsk_buff_pool (shared umem), with RX queues being socket-exclusive and FILL queues sharable. The fix moves the rx_lock from xsk_socket to the share...

4.7CVSS6.5AI score0.00077EPSS
Exploits0References5Affected Software1
Tenable Nessus
Tenable Nessus
added 2024/07/21 12:0 a.m.4 views

Fedora 39 : tcpreplay (2024-740d26aaf7)

The remote Fedora 39 host has a package installed that is affected by a vulnerability as referenced in the FEDORA-2024-740d26aaf7 advisory. Announcing v4.5.1 This release contains contributions from a record number of new contributors. This is greatly appreciated since I am a team of one, and do...

5.6AI score
Exploits0References1
Tenable Nessus
Tenable Nessus
added 2024/07/21 12:0 a.m.11 views

Fedora 40 : tcpreplay (2024-ecd4cc8435)

The remote Fedora 40 host has a package installed that is affected by a vulnerability as referenced in the FEDORA-2024-ecd4cc8435 advisory. Announcing v4.5.1 This release contains contributions from a record number of new contributors. This is greatly appreciated since I am a team of one, and do...

7.8CVSS5.6AI score0.00122EPSS
Exploits1References2
RedhatCVE
RedhatCVE
added 2024/06/25 7:49 p.m.15 views

CVE-2024-39293

In the Linux kernel, the following vulnerability has been resolved: Revert "xsk: Support redirect to any socket bound to the same umem" This reverts commit 2863d665ea41282379f108e4da6c8a2366ba66db. This patch introduced a potential kernel crash when multiple napi instances redirect to the same...

5.5CVSS7.1AI score0.00024EPSS
Exploits0References4
NVD
NVD
added 2024/06/25 3:15 p.m.21 views

CVE-2024-39293

In the Linux kernel, the following vulnerability has been resolved: Revert "xsk: Support redirect to any socket bound to the same umem" This reverts commit 2863d665ea41282379f108e4da6c8a2366ba66db. This patch introduced a potential kernel crash when multiple napi instances redirect to the same...

4.7CVSS0.00024EPSS
Exploits0References2
UbuntuCve
UbuntuCve
added 2024/06/25 3:15 p.m.16 views

CVE-2024-39293

In the Linux kernel, the following vulnerability has been resolved: Revert "xsk: Support redirect to any socket bound to the same umem" This reverts commit 2863d665ea41282379f108e4da6c8a2366ba66db. This patch introduced a potential kernel crash when multiple napi instances redirect to the same...

4.7CVSS6.4AI score0.00024EPSS
Exploits0References4
Vulnrichment
Vulnrichment
added 2024/06/25 2:22 p.m.19 views

CVE-2024-39293 Revert "xsk: Support redirect to any socket bound to the same umem"

In the Linux kernel, the following vulnerability has been resolved: Revert "xsk: Support redirect to any socket bound to the same umem" This reverts commit 2863d665ea41282379f108e4da6c8a2366ba66db. This patch introduced a potential kernel crash when multiple napi instances redirect to the same...

7AI score0.00024EPSS
Exploits0References2
CVE
CVE
added 2024/06/25 2:22 p.m.90 views

CVE-2024-39293

The CVE-2024-39293 entry concerns the Linux kernel and a regression/issue tied to the XDP/XSK path. The linked patch "xsk: Support redirect to any socket bound to the same umem" was reverted because removing the queue_index check allowed multiple napi instances to access the Rx ring concurrently,...

4.7CVSS6.8AI score0.00024EPSS
Exploits0References2Affected Software1
RedhatCVE
RedhatCVE
added 2024/03/16 6:7 p.m.18 views

CVE-2021-47127

In the Linux kernel, the following vulnerability has been resolved: ice: track AFXDP ZC enabled queues in bitmap Commit c7a219048e45 "ice: Remove xskbuffpool from VSI structure" silently introduced a regression and broke the Tx side of AFXDP in copy mode. xskpool on icering is set only based on t...

4.4CVSS6.2AI score0.00017EPSS
Exploits0References4
NVD
NVD
added 2024/03/15 9:15 p.m.11 views

CVE-2021-47127

In the Linux kernel, the following vulnerability has been resolved: ice: track AFXDP ZC enabled queues in bitmap Commit c7a219048e45 "ice: Remove xskbuffpool from VSI structure" silently introduced a regression and broke the Tx side of AFXDP in copy mode. xskpool on icering is set only based on t...

5.5CVSS6.1AI score0.00017EPSS
Exploits0References2
UbuntuCve
UbuntuCve
added 2024/03/15 9:15 p.m.19 views

CVE-2021-47127

In the Linux kernel, the following vulnerability has been resolved: ice: track AFXDP ZC enabled queues in bitmap Commit c7a219048e45 "ice: Remove xskbuffpool from VSI structure" silently introduced a regression and broke the Tx side of AFXDP in copy mode. xskpool on icering is set only based on t...

5.5CVSS5.7AI score0.00017EPSS
Exploits0References4
Cvelist
Cvelist
added 2024/03/15 8:14 p.m.13 views

CVE-2021-47127 ice: track AF_XDP ZC enabled queues in bitmap

In the Linux kernel, the following vulnerability has been resolved: ice: track AFXDP ZC enabled queues in bitmap Commit c7a219048e45 "ice: Remove xskbuffpool from VSI structure" silently introduced a regression and broke the Tx side of AFXDP in copy mode. xskpool on icering is set only based on t...

6.4AI score0.00017EPSS
Exploits0References2
Debian CVE
Debian CVE
added 2024/03/15 8:14 p.m.21 views

CVE-2021-47127

In the Linux kernel, the following vulnerability has been resolved: ice: track AFXDP ZC enabled queues in bitmap Commit c7a219048e45 "ice: Remove xskbuffpool from VSI structure" silently introduced a regression and broke the Tx side of AFXDP in copy mode. xskpool on icering is set only based on t...

5.5CVSS4.5AI score0.00017EPSS
Exploits0
Vulnrichment
Vulnrichment
added 2024/03/15 8:14 p.m.10 views

CVE-2021-47127 ice: track AF_XDP ZC enabled queues in bitmap

In the Linux kernel, the following vulnerability has been resolved: ice: track AFXDP ZC enabled queues in bitmap Commit c7a219048e45 "ice: Remove xskbuffpool from VSI structure" silently introduced a regression and broke the Tx side of AFXDP in copy mode. xskpool on icering is set only based on t...

6.5AI score0.00017EPSS
Exploits0References2
CVE
CVE
added 2024/03/15 8:14 p.m.62 views

CVE-2021-47127

CVE-2021-47127: The Linux kernel AF_XDP copy-mode Tx regression (introduced by commit that removed xsk_buff_pool from VSI) is fixed by adding a bitmap of zero-copy queues. Each bit corresponds to a queue where an xsk pool is configured; the bitmap is updated in ice_xsk_pool_en/disable and consult...

5.5CVSS6.2AI score0.00017EPSS
Exploits0References2Affected Software1
Rows per page
Query Builder