Lucene search
+L

1223 matches found

RedHat Linux
RedHat Linux
•added 2024/11/12 9:11 a.m.•12 views

kernel: dmaengine: ti: k3-udma: Reset UDMA_CHAN_RT byte counters to prevent overflow

A counter-overflow flaw was found in the Linux kernel Texas Instruments K3 Universal Direct Memory Access UDMA driver. During long data transfers exceeding four gigabytes, the hardware byte-count registers could wrap and misreport progress, causing the transfer to hang indefinitely. A local user...

5.5CVSS7.2AI score0.00155EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2024/11/12 9:11 a.m.•14 views

kernel: dma-direct: Leak pages on dma_set_decrypted() failure

In the Linux kernel, the following vulnerability has been resolved: dma-direct: Leak pages on dmasetdecrypted failure The Linux kernel CVE team has assigned CVE-2024-35939 to this issue. Upstream advisory: https://lore.kernel.org/linux-cve-announce/2024051919-CVE-2024-35939-f877@gregkh/T...

9.3CVSS6.8AI score0.00222EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2024/11/12 9:11 a.m.•16 views

kernel: bnxt_en: Fix double DMA unmapping for XDP_REDIRECT

A flaw was found in the bnxten module in the Linux kernel. A double DMA unmapping can trigger a kernel warning and cause a denial of service...

10CVSS7.2AI score0.00737EPSS
SaveExploits0References5
Microsoft CVE
Microsoft CVE
•added 2024/11/09 8:00 a.m.•9 views

RDMA/iwcm: Fix WARNING:at_kernel/workqueue.c:#check_flush_dependency

...

7.8CVSS6.8AI score0.00727EPSS
SaveExploits0
SUSE CVE
SUSE CVE
•added 2024/11/09 3:48 a.m.•8 views

SUSE CVE-2024-50206

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: mtkethsoc: fix memory corruption during fq dma init The loop responsible for allocating up to MTKFQDMALENGTH buffers must only touch as many descriptors, otherwise it ends up corrupting unrelated memory. Fix the lo...

7.1CVSS7.8AI score0.00367EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
•added 2024/11/09 3:48 a.m.•12 views

SUSE CVE-2024-50209

In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxtre: Add a check for memory allocation allocpbl can return error when memory allocation fails. Driver is not checking the status on one of the instances...

5.5CVSS6.5AI score0.00215EPSS
SaveExploits0References18
OSV
OSV
•added 2024/11/08 6:15 a.m.•13 views

DEBIAN-CVE-2024-50208

In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxtre: Fix a bug while setting up Level-2 PBL pages Avoid memory corruption while setting up Level-2 PBL pages for the non MR resources when numpages 256K. There will be a single PDE page address contiguous pages in the cas...

5.5CVSS5.9AI score0.00227EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
•added 2024/11/08 6:07 a.m.•3 views

CVE-2024-50206 net: ethernet: mtk_eth_soc: fix memory corruption during fq dma init

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: mtkethsoc: fix memory corruption during fq dma init The loop responsible for allocating up to MTKFQDMALENGTH buffers must only touch as many descriptors, otherwise it ends up corrupting unrelated memory. Fix the lo...

7.7AI score0.00367EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
•added 2024/11/08 3:48 a.m.•17 views

SUSE CVE-2024-50171

In the Linux kernel, the following vulnerability has been resolved: net: systemport: fix potential memory leak in bcmsysportxmit The bcmsysportxmit returns NETDEVTXOK without freeing skb in case of dmamapsingle fails, add devkfreeskb to fix it...

4CVSS7.7AI score0.0024EPSS
SaveExploits0References20
OSV
OSV
•added 2024/11/07 10:15 a.m.•26 views

AZL-53073 CVE-2024-50171 affecting package kernel for versions less than 5.15.173.1-1

In the Linux kernel, the following vulnerability has been resolved: net: systemport: fix potential memory leak in bcmsysportxmit The bcmsysportxmit returns NETDEVTXOK without freeing skb in case of dmamapsingle fails, add devkfreeskb to fix it...

5.5CVSS6.8AI score0.0024EPSS
SaveExploits0References1
OSV
OSV
•added 2024/11/05 6:15 p.m.•20 views

AZL-52598 CVE-2024-50101 affecting package kernel for versions less than 6.6.64.2-1

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Fix incorrect pciforeachdmaalias for non-PCI devices Previously, the domaincontextclear function incorrectly called pciforeachdmaalias to set up context entries for non-PCI devices. This could lead to kernel hangs or...

5.5CVSS6.3AI score0.00245EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
•added 2024/11/05 1:22 a.m.•11 views

kernel: dma-direct: Leak pages on dma_set_decrypted() failure

In the Linux kernel, the following vulnerability has been resolved: dma-direct: Leak pages on dmasetdecrypted failure The Linux kernel CVE team has assigned CVE-2024-35939 to this issue. Upstream advisory: https://lore.kernel.org/linux-cve-announce/2024051919-CVE-2024-35939-f877@gregkh/T...

9.3CVSS6.8AI score0.00222EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
•added 2024/10/23 1:22 p.m.•17 views

SUSE CVE-2024-50001

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix error path in multi-packet WQE transmit Remove the erroneous unmap in case no DMA mapping was established The multi-packet WQE transmit code attempts to obtain a DMA mapping for the skb. This could fail, e.g. under...

5.5CVSS6.3AI score0.00327EPSS
SaveExploits0References18
OSV
OSV
•added 2024/10/21 8:15 p.m.•17 views

UBUNTU-CVE-2022-48958

In the Linux kernel, the following vulnerability has been resolved: ethernet: aeroflex: fix potential skb leak in grethinitrings The grethinitrings function won't free the newly allocated skb when dmamappingerror returns error, so add devkfreeskb to fix it. Compile tested only...

5.5CVSS6.1AI score0.00236EPSS
SaveExploits0References11
OSV
OSV
•added 2024/10/21 6:15 p.m.•10 views

DEBIAN-CVE-2024-50001

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix error path in multi-packet WQE transmit Remove the erroneous unmap in case no DMA mapping was established The multi-packet WQE transmit code attempts to obtain a DMA mapping for the skb. This could fail, e.g. under...

5.5CVSS5.6AI score0.00327EPSS
SaveExploits0References1
OSV
OSV
•added 2024/10/21 6:15 p.m.•15 views

AZL-51986 CVE-2024-50001 affecting package kernel for versions less than 5.15.173.1-1

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix error path in multi-packet WQE transmit Remove the erroneous unmap in case no DMA mapping was established The multi-packet WQE transmit code attempts to obtain a DMA mapping for the skb. This could fail, e.g. under...

5.5CVSS6.6AI score0.00327EPSS
SaveExploits0References1
OSV
OSV
•added 2024/10/21 6:15 p.m.•9 views

UBUNTU-CVE-2024-49973

In the Linux kernel, the following vulnerability has been resolved: r8169: add tally counter fields added with RTL8125 RTL8125 added fields to the tally counter, what may result in the chip dma'ing these new fields to unallocated memory. Therefore make sure that the allocated memory area is big...

7.8CVSS6.1AI score0.00259EPSS
SaveExploits0References43
OSV
OSV
•added 2024/10/21 1:15 p.m.•18 views

UBUNTU-CVE-2024-47735

In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix spinunlockirqrestore called with IRQs enabled Fix missuse of spinlockirq/spinunlockirq when spinlockirqsave/spinlockirqrestore was hold. This was discovered through the lock debugging, and the corresponding log is a...

5.5CVSS6.2AI score0.00189EPSS
SaveExploits0References32
Microsoft CVE
Microsoft CVE
•added 2024/10/16 7:00 a.m.•8 views

bnxt_en: Fix double DMA unmapping for XDP_REDIRECT

...

10CVSS7.2AI score0.00737EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
•added 2024/10/15 7:00 a.m.•12 views

nouveau/firmware: use dma non-coherent allocator

...

5.5CVSS6.2AI score0.00208EPSS
SaveExploits0
Rows per page
Query Builder