Lucene search
+L

38 matches found

Cvelist
Cvelist
added 2025/05/20 3:21 p.m.23 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...

7.8CVSS0.0014EPSS
SaveExploits0References5
CVE
CVE
added 2025/05/20 3:21 p.m.109 views

CVE-2025-37920

CVE-2025-37920 is a Linux kernel race-condition fix in the AF_XDP generic RX path. The patch moves rx_lock from xsk_socket to xsk_buff_pool and hardens synchronization for shared umem mode when multiple sockets share a single pool. The RX queue remains exclusive to each xsk_socket, while the FILL...

7.8CVSS6.5AI score0.0014EPSS
SaveExploits0References5Affected Software1
OSV
OSV
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...

7.8CVSS6.1AI score
SaveExploits0References8
Tenable Nessus
Tenable Nessus
added 2024/07/21 12:0 a.m.18 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.00437EPSS
SaveExploits1References2
Tenable Nessus
Tenable Nessus
added 2024/07/21 12:0 a.m.8 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
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2024/06/25 7:49 p.m.26 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.00314EPSS
SaveExploits0References4
NVD
NVD
added 2024/06/25 3:15 p.m.41 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...

9.8CVSS0.00314EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2024/06/25 3:15 p.m.24 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...

9.8CVSS6.4AI score0.00314EPSS
SaveExploits0References4
CVE
CVE
added 2024/06/25 2:22 p.m.112 views

CVE-2024-39293

CVE-2024-39293 concerns the Linux kernel: reverting the patch that allowed redirect to any socket bound to the same umem can cause multiple NAPI instances to access the same Rx/XDP ring concurrently, corruptting the ring state and potentially crashing during __xsk_flush(). A fix/revert has been a...

9.8CVSS6.8AI score0.00314EPSS
SaveExploits0References2Affected Software1
Vulnrichment
Vulnrichment
added 2024/06/25 2:22 p.m.23 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...

9.8CVSS7AI score0.00314EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2024/03/16 6:7 p.m.25 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.00196EPSS
SaveExploits0References4
NVD
NVD
added 2024/03/15 9:15 p.m.33 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.00196EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2024/03/15 9:15 p.m.33 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.00196EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/03/15 8:14 p.m.11 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.00196EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/03/15 8:14 p.m.37 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.00196EPSS
SaveExploits0References2
CVE
CVE
added 2024/03/15 8:14 p.m.79 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.00196EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2024/03/15 8:14 p.m.57 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.00196EPSS
SaveExploits0
OSV
OSV
added 2021/06/25 12:8 a.m.18 views

GSD-2021-1000800 ice: track AF_XDP ZC enabled queues in bitmap

ice: track AFXDP ZC enabled queues in bitmap This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.12.10 by commit...

7.2AI score
SaveExploits0
Rows per page
Query Builder