Lucene search
+L

117 matches found

ATTACKERKB
ATTACKERKB
added 2025/07/25 12:53 p.m.9 views

CVE-2025-38373

In the Linux kernel, the following vulnerability has been resolved: IB/mlx5: Fix potential deadlock in MR deregistration The issue arises when kzalloc is invoked while holding umemmutex or any other lock acquired under umemmutex. This is problematic because kzalloc can trigger fsreclaimaqcuire,...

5.5CVSS5.9AI score0.00112EPSS
SaveExploits0References4Affected Software1
CNNVD
CNNVD
added 2025/07/25 12:00 a.m.12 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 a call to kzalloc during umemmutex locking that could result in a deadlock...

5.5CVSS6.8AI score0.00112EPSS
SaveExploits0References4
OSV
OSV
added 2025/07/08 3:57 p.m.7 views

SUSE-SU-2025:02254-1 Security update for the Linux Kernel

The SUSE Linux Enterprise 15 SP7 Azure kernel was updated to receive various security bugfixes. The following security bugs were fixed: - CVE-2023-52888: media: mediatek: vcodec: Only free buffer VA that is not NULL bsc1228557. - CVE-2024-49568: net/smc: check v2extoffset/eidcnt/ismgidcnt when...

9.8CVSS6.8AI score0.0076EPSS
SaveExploits6References558
SUSE CVE
SUSE CVE
added 2025/06/19 3:45 a.m.15 views

SUSE CVE-2022-49972

In the Linux kernel, the following vulnerability has been resolved: xsk: Fix corrupted packets for XDPSHAREDUMEM Fix an issue in XDPSHAREDUMEM mode together with aligned mode where packets are corrupted for the second and any further sockets bound to the same umem. In other words, this does not...

5.5CVSS6.6AI score0.00194EPSS
SaveExploits0References6
OSV
OSV
added 2025/06/18 11:15 a.m.5 views

DEBIAN-CVE-2022-49972

In the Linux kernel, the following vulnerability has been resolved: xsk: Fix corrupted packets for XDPSHAREDUMEM Fix an issue in XDPSHAREDUMEM mode together with aligned mode where packets are corrupted for the second and any further sockets bound to the same umem. In other words, this does not...

5.5CVSS5.6AI score0.00194EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2025/06/18 12:00 a.m.26 views

PT-2025-25898 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue is related to the XDP SHARED UMEM mode in the Linux kernel, where packets are corrupted for the second and any further sockets bound to the same umem. This does not affect th...

7.8CVSS5.9AI score0.10458EPSS
SaveExploits16References558
OSV
OSV
added 2025/06/16 3:33 p.m.6 views

SUSE-SU-2025:20413-1 Security update for the Linux Kernel

The SUSE Linux Enterprise Micro 6.0 and 6.1 RT kernel was updated to receive various security bugfixes. The following security bugs were fixed: - CVE-2023-52888: media: mediatek: vcodec: Only free buffer VA that is not NULL bsc1228557. - CVE-2024-46713: kabi fix for perf/aux: Fix AUX buffer...

10CVSS6.9AI score0.0076EPSS
SaveExploits3References422
AstraLinux
AstraLinux
added 2025/06/16 11:28 a.m.6 views

Astra Linux – Vulnerability found in Linux 6.1, Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: xsk: fixed an integer overflow in xpcreateandassignumem Since the i and pool-chunksize variables are of type ‘u32’, their product can wrap around and then be cast to ‘u64’. This can result in two different XDP buffers pointing to...

5.5CVSS5.8AI score0.00183EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2025/06/16 12:00 a.m.15 views

PT-2025-30773

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A potential deadlock can occur in the IB/mlx5 module during Memory Region MR deregistration. This issue arises when kzalloc is invoked while holding the umem mutex or any lock acquired...

6CVSS6.5AI score0.00112EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2025/06/09 7:43 a.m.9 views

kernel: xsk: fix an integer overflow in xp_create_and_assign_umem()

In the Linux kernel, the following vulnerability has been resolved: xsk: fix an integer overflow in xpcreateandassignumem Since the i and pool-chunksize variables are of type 'u32', their product can wrap around and then be cast to 'u64'. This can lead to two different XDP buffers pointing to the...

5.5CVSS6.5AI score0.00183EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2025/05/21 12:47 a.m.18 views

SUSE 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.5CVSS7.8AI score0.0015EPSS
SaveExploits0References17
OSV
OSV
added 2025/05/20 4:15 p.m.16 views

AZL-69941 CVE-2025-37920 affecting package kernel 5.15.200.1-1

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.8CVSS5.6AI score0.0015EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2025/05/20 4:15 p.m.6 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.7CVSS5.1AI score0.0015EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2025/05/20 4:15 p.m.2 views

DEBIAN-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.7CVSS5.3AI score0.0015EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2025/05/20 12:00 a.m.5 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 contention condition in the xsk module in shared umem mode, which could lead to data contention...

4.7CVSS6.4AI score0.0015EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/05/03 2:51 a.m.6 views

SUSE CVE-2023-53080

In the Linux kernel, the following vulnerability has been resolved: xsk: Add missing overflow check in xdpumemreg The number of chunks can overflow u32. Make sure to return -EINVAL on overflow. Also remove a redundant u32 cast assigning umem-npgs...

5.5CVSS8AI score0.00215EPSS
SaveExploits0References4
OSV
OSV
added 2025/05/02 4:15 p.m.1 views

DEBIAN-CVE-2023-53080

In the Linux kernel, the following vulnerability has been resolved: xsk: Add missing overflow check in xdpumemreg The number of chunks can overflow u32. Make sure to return -EINVAL on overflow. Also remove a redundant u32 cast assigning umem-npgs...

5.5CVSS5.5AI score0.00215EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/02 4:15 p.m.11 views

UBUNTU-CVE-2023-53080

In the Linux kernel, the following vulnerability has been resolved: xsk: Add missing overflow check in xdpumemreg The number of chunks can overflow u32. Make sure to return -EINVAL on overflow. Also remove a redundant u32 cast assigning umem-npgs...

7.8CVSS6.3AI score0.00215EPSS
SaveExploits0References8
CVE
CVE
added 2025/05/02 3:55 p.m.91 views

CVE-2023-53080

CVE-2023-53080 affects the Linux kernel’s xsk component, specifically the xdp_umem_reg path. The vulnerability arises from a missing overflow check on the number of chunks, which can overflow a 32-bit unsigned integer. The provided documents state that the overflow can lead to errors and that a f...

7.8CVSS6.7AI score0.00215EPSS
SaveExploits0References5Affected Software1
CNNVD
CNNVD
added 2025/05/02 12:00 a.m.4 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 lack of an overflow check in xdpumemreg...

5.5CVSS6.5AI score0.00215EPSS
SaveExploits0References5
Rows per page
Query Builder