Lucene search
+L

16 matches found

CVE
CVE
added 2026/07/24 3:27 p.m.9 views

CVE-2026-64234

The CVE-2026-64234 issue in the Linux kernel affects the tty: serial: pch_uart path. It fixes a missing check for dma_alloc_coherent() failure, which could cause a NULL pointer dereference in dma_handle_rx(). The fix adds the check and ensures proper release of DMA channels and the PCI device ref...

5.7AI score0.00165EPSS
SaveExploits0References8
OSV
OSV
added 2026/06/25 9:16 a.m.6 views

UBUNTU-CVE-2026-53187

In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Validate cpuid against nrcpuids in DMAH alloc The cpuid attribute supplied by user space through UVERBSATTRALLOCDMAHCPUID is passed directly to cpumasktestcpu without first verifying that the value is within the valid...

7.1CVSS5.7AI score0.00124EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2026/05/01 12:0 a.m.10 views

PT-2026-36378

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the zynqmp nvmem component of the nvmem subsystem where an incorrect buffer size is used during DMA allocation and memory copying. This can result in undersized DMA...

7.8CVSS5.9AI score0.00129EPSS
SaveExploits0References14
SUSE CVE
SUSE CVE
added 2026/04/25 1:36 a.m.9 views

SUSE CVE-2026-31661

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmsmac: Fix dmafreecoherent size dmaallocconsistent may change the size to align it. The new size is saved in alloced. Change the free size to match the allocation size...

5.5CVSS5.4AI score0.00114EPSS
SaveExploits0References5
OSV
OSV
added 2026/04/24 3:16 p.m.6 views

DEBIAN-CVE-2026-31661

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmsmac: Fix dmafreecoherent size dmaallocconsistent may change the size to align it. The new size is saved in alloced. Change the free size to match the allocation size...

5.5CVSS5.2AI score0.00114EPSS
SaveExploits0References1
OSV
OSV
added 2026/04/24 2:45 p.m.6 views

CVE-2026-31661 wifi: brcmsmac: Fix dma_free_coherent() size

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmsmac: Fix dmafreecoherent size dmaallocconsistent may change the size to align it. The new size is saved in alloced. Change the free size to match the allocation size...

5.5CVSS5.8AI score0.00114EPSS
SaveExploits0References11
EUVD
EUVD
added 2026/02/14 3:14 p.m.12 views

EUVD-2026-5902

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix dmafreecoherent pointer dmaalloccoherent allocates a DMA mapped buffer and stores the addresses in XXXunaligned fields. Those should be reused when freeing the buffer rather than the aligned addresses...

5.4AI score0.00122EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2026/02/14 3:14 p.m.6 views

CVE-2026-23135

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix dmafreecoherent pointer dmaalloccoherent allocates a DMA mapped buffer and stores the addresses in XXXunaligned fields. Those should be reused when freeing the buffer rather than the aligned addresses...

5.4AI score0.00122EPSS
SaveExploits0References5Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/02/14 3:14 p.m.7 views

CVE-2026-23133

In the Linux kernel, the following vulnerability has been resolved: wifi: ath10k: fix dmafreecoherent pointer dmaalloccoherent allocates a DMA mapped buffer and stores the addresses in XXXunaligned fields. Those should be reused when freeing the buffer rather than the aligned addresses...

5.4AI score0.00123EPSS
SaveExploits0References8Affected Software1
AstraLinux
AstraLinux
added 2025/11/01 10:54 a.m.4 views

Astra Linux – Vulnerability found in Linux 6.1, Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: drm/tegra: nvdec: Fix the dmaalloccoherent error check A check has been added to prevent a NULL return value from occurring when using dmaalloccoherent. This change follows Robin’s fix for the vic.c file in drm/tegra: vic: Fix DM...

5.5CVSS5.8AI score0.00145EPSS
SaveExploits0References3
OSV
OSV
added 2025/10/01 11:42 a.m.8 views

CVE-2023-53458 media: cx23885: Fix a null-ptr-deref bug in buffer_prepare() and buffer_finish()

In the Linux kernel, the following vulnerability has been resolved: media: cx23885: Fix a null-ptr-deref bug in bufferprepare and bufferfinish When the driver calls cx23885riscbuffer to prepare the buffer, the function call dmaalloccoherent may fail, resulting in a empty buffer risc-cpu. Later wh...

5.5CVSS6.6AI score0.00151EPSS
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 2025/08/31 12:0 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2025-38543

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: drm/tegra: nvdec: Fix dmaalloccoherent error check Check for NULL return value with...

5.5CVSS5.2AI score0.00145EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2025/08/18 11:27 a.m.7 views

CVE-2025-38543

A flaw was found in the tegra-drm module in the Linux kernel. When a DMA allocation fails, a missing return value check can cause a system crash and result in a denial of service...

5.5CVSS5.9AI score0.00145EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/08/16 11:22 p.m.9 views

SUSE CVE-2025-38543

In the Linux kernel, the following vulnerability has been resolved: drm/tegra: nvdec: Fix dmaalloccoherent error check Check for NULL return value with dmaalloccoherent, in line with Robin's fix for vic.c in 'drm/tegra: vic: Fix DMA API misuse'...

5.5CVSS6.5AI score0.00145EPSS
SaveExploits0References20
OSV
OSV
added 2025/08/16 12:15 p.m.2 views

DEBIAN-CVE-2025-38543

In the Linux kernel, the following vulnerability has been resolved: drm/tegra: nvdec: Fix dmaalloccoherent error check Check for NULL return value with dmaalloccoherent, in line with Robin's fix for vic.c in 'drm/tegra: vic: Fix DMA API misuse'...

5.5CVSS5.3AI score0.00145EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2024/04/18 2:30 a.m.11 views

SUSE CVE-2024-26839

In the Linux kernel, the following vulnerability has been resolved: IB/hfi1: Fix a memleak in initcreditreturn When dmaalloccoherent fails to allocate dd-crbasei.va, initcreditreturn should deallocate dd-crbase and dd-crbasei that allocated before. Or those resources would be never freed and a...

3.3CVSS6.2AI score0.00239EPSS
SaveExploits0References11
Rows per page
Query Builder