Lucene search
+L

52 matches found

Positive Technologies
Positive Technologies
added 2026/01/01 12:00 a.m.16 views

PT-2026-8128

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel’s wifi subsystem, specifically within the ath10k driver, related to the handling of DMA Direct Memory Access mapped buffers. The issue involves incorrec...

5.5CVSS6.1AI score0.00127EPSS
SaveExploits0
OSV
OSV
added 2025/12/30 12:11 p.m.12 views

CVE-2023-54231 net: libwx: fix memory leak in wx_setup_rx_resources

In the Linux kernel, the following vulnerability has been resolved: net: libwx: fix memory leak in wxsetuprxresources When wxallocpagepool failed in wxsetuprxresources, it doesn't release DMA buffer. Add dmafreecoherent in the error path to release the DMA buffer...

6.4AI score
SaveExploits0References5
Microsoft CVE
Microsoft CVE
added 2025/12/09 9:03 a.m.13 views

accel/habanalabs: support mapping cb with vmalloc-backed coherent memory

...

5.5CVSS7AI score0.00186EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/12/09 12:24 a.m.16 views

SUSE CVE-2025-40311

In the Linux kernel, the following vulnerability has been resolved: accel/habanalabs: support mapping cb with vmalloc-backed coherent memory When IOMMU is enabled, dmaalloccoherent with GFPUSER may return addresses from the vmalloc range. If such an address is mapped without VMMIXEDMAP,...

3.3CVSS6.2AI score0.00186EPSS
SaveExploits0References21
RedhatCVE
RedhatCVE
added 2025/12/08 11:47 p.m.9 views

CVE-2025-40311

In the Linux kernel, the following vulnerability has been resolved: accel/habanalabs: support mapping cb with vmalloc-backed coherent memory When IOMMU is enabled, dmaalloccoherent with GFPUSER may return addresses from the vmalloc range. If such an address is mapped without VMMIXEDMAP,...

5.7AI score0.00186EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/08 1:16 a.m.16 views

DEBIAN-CVE-2025-40311

In the Linux kernel, the following vulnerability has been resolved: accel/habanalabs: support mapping cb with vmalloc-backed coherent memory When IOMMU is enabled, dmaalloccoherent with GFPUSER may return addresses from the vmalloc range. If such an address is mapped without VMMIXEDMAP,...

5.2AI score0.00186EPSS
SaveExploits0References1
NVD
NVD
added 2025/12/08 1:16 a.m.13 views

CVE-2025-40311

In the Linux kernel, the following vulnerability has been resolved: accel/habanalabs: support mapping cb with vmalloc-backed coherent memory When IOMMU is enabled, dmaalloccoherent with GFPUSER may return addresses from the vmalloc range. If such an address is mapped without VMMIXEDMAP,...

0.00186EPSS
SaveExploits0References4
CVE
CVE
added 2025/12/08 12:46 a.m.41 views

CVE-2025-40311

Summary: CVE-2025-40311 in the Linux kernel involves IOMMU-enabled dma_alloc_coherent() potentially returning vmalloc-range addresses. Affected code path: accel/habanalabs mapping of cb with vmalloc-backed coherent memory. Root cause: vm_insert_page() could trigger BUG_ON due to VM_PFNMAP restric...

6AI score0.00186EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/12/08 12:46 a.m.50 views

CVE-2025-40311 accel/habanalabs: support mapping cb with vmalloc-backed coherent memory

In the Linux kernel, the following vulnerability has been resolved: accel/habanalabs: support mapping cb with vmalloc-backed coherent memory When IOMMU is enabled, dmaalloccoherent with GFPUSER may return addresses from the vmalloc range. If such an address is mapped without VMMIXEDMAP,...

0.00186EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2025/12/08 12:46 a.m.15 views

CVE-2025-40311

In the Linux kernel, the following vulnerability has been resolved: accel/habanalabs: support mapping cb with vmalloc-backed coherent memory When IOMMU is enabled, dmaalloccoherent with GFPUSER may return addresses from the vmalloc range. If such an address is mapped without VMMIXEDMAP,...

5.2AI score0.00186EPSS
SaveExploits0
OSV
OSV
added 2025/12/08 12:46 a.m.9 views

CVE-2025-40311 accel/habanalabs: support mapping cb with vmalloc-backed coherent memory

In the Linux kernel, the following vulnerability has been resolved: accel/habanalabs: support mapping cb with vmalloc-backed coherent memory When IOMMU is enabled, dmaalloccoherent with GFPUSER may return addresses from the vmalloc range. If such an address is mapped without VMMIXEDMAP,...

6.3AI score
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2025/12/08 12:00 a.m.11 views

PT-2025-49443

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw within the accel/habanalabs component related to coherent memory mapping when IOMMU is enabled. Specifically, dma alloc coherent with GFP USER can return...

6.2AI score0.00186EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/12/08 12:00 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2025-40311

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - accel/habanalabs: support mapping cb with vmalloc-backed coherent memory When IOMMU is enabled, dmaalloccoherent with GFPUSER may return addresses from the...

5.8AI score0.00186EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/10/03 8:07 p.m.11 views

EUVD-2025-27895

Malicious code in bioql PyPI...

6.3AI score0.00149EPSS
SaveExploits0References5
Microsoft CVE
Microsoft CVE
added 2025/09/04 1:28 a.m.9 views

drm/tegra: nvdec: Fix dma_alloc_coherent error check

...

5.5CVSS7AI score0.00149EPSS
SaveExploits0
OSV
OSV
added 2025/08/16 11:22 a.m.8 views

CVE-2025-38543 drm/tegra: nvdec: Fix dma_alloc_coherent error check

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'...

6.1AI score
SaveExploits0References9
Tenable Nessus
Tenable Nessus
added 2025/08/09 12:00 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2025-37837

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: iommu/tegra241-cmdqv: Fix warnings due to dmamfreecoherent Two WARNINGs are observed when SM...

5.5CVSS5.9AI score0.00267EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/06/19 3:43 a.m.22 views

SUSE CVE-2022-50055

In the Linux kernel, the following vulnerability has been resolved: iavf: Fix adminq error handling iavfallocasqbufs/iavfallocarqbufs allocates with dmaalloccoherent memory for VF mailbox. Free DMA regions for both ASQ and ARQ in case error happens during configuration of ASQ/ARQ registers. Witho...

5.5CVSS6.3AI score0.00176EPSS
SaveExploits0References10
OSV
OSV
added 2025/05/20 5:15 p.m.4 views

DEBIAN-CVE-2025-37977

In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: exynos: Disable iocc if dma-coherent property isn't set If dma-coherent property isn't set then descriptors are non-cacheable and the iocc shareability bits should be disabled. Without this UFS can end up in an...

5.5CVSS5.5AI score0.00183EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2025/05/13 8:28 a.m.16 views

kernel: HID: amd_sfh: Switch to device-managed dmam_alloc_coherent()

A flaw was found in the Linux kernel's AMD Sensor Fusion Hub SFH Human Interface Device HID driver. Improper memory cleanup during the device's initialization process can lead to memory errors and system instability. A local attacker with low privileges could exploit this to trigger page faults,...

7.8CVSS6.8AI score0.00215EPSS
SaveExploits0References5
Rows per page
Query Builder