Lucene search
+L

76 matches found

CVE
CVE
added 2025/07/25 3:27 p.m.92 views

CVE-2025-38439

CVE-2025-38439 (bnxt_en, Linux kernel): Affects the bnxt_en driver when transmitting XDP_REDIRECT packets. The underlying bug was that dma_unmap_len_set() was called with length 0 instead of the actual length, triggering a warning under IOMMU-enabled systems (warning shown in kernel stack trace)....

9.8CVSS6.4AI score0.00492EPSS
SaveExploits0References10Affected Software1
Debian CVE
Debian CVE
added 2025/07/25 3:27 p.m.15 views

CVE-2025-38439

In the Linux kernel, the following vulnerability has been resolved: bnxten: Set DMA unmap len correctly for XDPREDIRECT When transmitting an XDPREDIRECT packet, call dmaunmaplenset with the proper length instead of 0. This bug triggers this warning on a system with IOMMU enabled: WARNING: CPU: 36...

9.8CVSS5.7AI score0.00492EPSS
SaveExploits0
OSV
OSV
added 2025/07/25 3:27 p.m.6 views

CVE-2025-38439 bnxt_en: Set DMA unmap len correctly for XDP_REDIRECT

In the Linux kernel, the following vulnerability has been resolved: bnxten: Set DMA unmap len correctly for XDPREDIRECT When transmitting an XDPREDIRECT packet, call dmaunmaplenset with the proper length instead of 0. This bug triggers this warning on a system with IOMMU enabled: WARNING: CPU: 36...

9.8CVSS7.3AI score
SaveExploits0References13
AstraLinux
AstraLinux
added 2025/06/16 11:28 a.m.7 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: A WARN was issued during the deregmr operation for DM type. Memory regions of the DM type do not have an associated umem. In the flow from mlx5ibderegmr to mlx5freeprivdescs, the code incorrectly takes the wrong branch...

5.5CVSS6.3AI score0.00182EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2025/05/13 8:28 a.m.10 views

kernel: RDMA/mlx5: Fix a WARN during dereg_mr for DM type

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix a WARN during deregmr for DM type Memory regions MR of type DM device memory do not have an associated umem. In the mlx5ibderegmr - mlx5freeprivdescs flow, the code incorrectly takes the wrong branch, attempting to...

5.5CVSS6.3AI score0.00182EPSS
SaveExploits0References5
OSV
OSV
added 2025/03/27 3:15 p.m.17 views

AZL-69018 CVE-2025-21888 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix a WARN during deregmr for DM type Memory regions MR of type DM device memory do not have an associated umem. In the mlx5ibderegmr - mlx5freeprivdescs flow, the code incorrectly takes the wrong branch, attempting to...

5.5CVSS6.2AI score0.00182EPSS
SaveExploits0References1
OSV
OSV
added 2025/03/27 3:15 p.m.2 views

DEBIAN-CVE-2025-21888

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix a WARN during deregmr for DM type Memory regions MR of type DM device memory do not have an associated umem. In the mlx5ibderegmr - mlx5freeprivdescs flow, the code incorrectly takes the wrong branch, attempting to...

5.5CVSS5.7AI score0.00182EPSS
SaveExploits0References1
OSV
OSV
added 2025/03/27 2:57 p.m.13 views

CVE-2025-21888 RDMA/mlx5: Fix a WARN during dereg_mr for DM type

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix a WARN during deregmr for DM type Memory regions MR of type DM device memory do not have an associated umem. In the mlx5ibderegmr - mlx5freeprivdescs flow, the code incorrectly takes the wrong branch, attempting to...

5.9AI score
SaveExploits0References6
OSV
OSV
added 2025/02/26 7:01 a.m.6 views

DEBIAN-CVE-2022-49452

In the Linux kernel, the following vulnerability has been resolved: dpaa2-eth: retrieve the virtual address before dmaunmap The TSO header was DMA unmapped before the virtual address was retrieved and then used to free the buffer. This meant that we were actually removing the DMA map and then...

5.5CVSS5.5AI score0.00466EPSS
SaveExploits0References1
NVD
NVD
added 2025/02/26 7:01 a.m.33 views

CVE-2022-49452

In the Linux kernel, the following vulnerability has been resolved: dpaa2-eth: retrieve the virtual address before dmaunmap The TSO header was DMA unmapped before the virtual address was retrieved and then used to free the buffer. This meant that we were actually removing the DMA map and then...

7.5CVSS0.00466EPSS
SaveExploits0References2
OSV
OSV
added 2025/02/26 7:01 a.m.48 views

UBUNTU-CVE-2022-49452

In the Linux kernel, the following vulnerability has been resolved: dpaa2-eth: retrieve the virtual address before dmaunmap The TSO header was DMA unmapped before the virtual address was retrieved and then used to free the buffer. This meant that we were actually removing the DMA map and then...

7.5CVSS5.7AI score0.00466EPSS
SaveExploits0References5
OSV
OSV
added 2025/02/26 7:00 a.m.3 views

DEBIAN-CVE-2022-49217

In the Linux kernel, the following vulnerability has been resolved: scsi: pm8001: Fix abort all task initialization In pm80xxsendabortall, the nelem field of the ccb used is not initialized to 0. This missing initialization sometimes lead to the task completion path seeing the ccb with a non-zero...

5.5CVSS5.8AI score0.00305EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/26 7:00 a.m.15 views

UBUNTU-CVE-2022-49217

In the Linux kernel, the following vulnerability has been resolved: scsi: pm8001: Fix abort all task initialization In pm80xxsendabortall, the nelem field of the ccb used is not initialized to 0. This missing initialization sometimes lead to the task completion path seeing the ccb with a non-zero...

5.5CVSS6.3AI score0.00305EPSS
SaveExploits0References12
OSV
OSV
added 2025/02/26 2:13 a.m.26 views

CVE-2022-49452 dpaa2-eth: retrieve the virtual address before dma_unmap

In the Linux kernel, the following vulnerability has been resolved: dpaa2-eth: retrieve the virtual address before dmaunmap The TSO header was DMA unmapped before the virtual address was retrieved and then used to free the buffer. This meant that we were actually removing the DMA map and then...

7.5CVSS4.9AI score
SaveExploits0References5
CVE
CVE
added 2025/02/26 2:13 a.m.79 views

CVE-2022-49452

The CVE-2022-49452 issue concerns the Linux kernel DPAA2 Ethernet driver (dpaa2-eth). The vulnerability arises when the virtual address is retrieved after DMA unmapped in TSO path, leading to an invalid address being used in kfree. A fix was implemented to call dpaa2_iova_to_virt() before the dma...

7.5CVSS5.3AI score0.00466EPSS
SaveExploits0References2Affected Software1
CNNVD
CNNVD
added 2025/02/26 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 the Linux kernel that stems from a failure to retrieve a virtual address before dmaunmap...

5.5CVSS5.1AI score0.00466EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2025/02/26 12:00 a.m.10 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 an uninitialized nelem field during abort all task initialization in pm8001, which could result in an invali...

5.5CVSS6AI score0.00305EPSS
SaveExploits0References10
RedHat Linux
RedHat Linux
added 2024/11/05 1:22 a.m.12 views

kernel: r8169: Fix possible ring buffer corruption on fragmented Tx packets.

in linux kernel r8169, when transmitting small fragmented packets, invalid entries were inserted into the transmit ring buffer, leading to calls to dmaunmapsingle with a null address...

7.8CVSS7.3AI score0.00252EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/09/04 7:24 a.m.16 views

kernel: r8169: Fix possible ring buffer corruption on fragmented Tx packets.

in linux kernel r8169, when transmitting small fragmented packets, invalid entries were inserted into the transmit ring buffer, leading to calls to dmaunmapsingle with a null address...

7.8CVSS7.3AI score0.00252EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/08/14 1:27 a.m.13 views

kernel: r8169: Fix possible ring buffer corruption on fragmented Tx packets.

in linux kernel r8169, when transmitting small fragmented packets, invalid entries were inserted into the transmit ring buffer, leading to calls to dmaunmapsingle with a null address...

7.8CVSS7.3AI score0.00252EPSS
SaveExploits0References5
Rows per page
Query Builder