Lucene search
+L

668 matches found

CVE
CVE
added 2024/07/01 2:17 p.m.144 views

CVE-2024-23373

CVE-2024-23373 is a memory corruption/Use-After-Free issue in Qualcomm graphics stack related to IOMMU unmap handling, where a failed unmap can cause DMA/anonymous buffers to be released. Public sources assign a HIGH impact with local attack requirements (no user interaction). The CVE is document...

8.4CVSS8.3AI score0.0015EPSS
Exploits0References1Affected Software1
Positive Technologies
Positive Technologies
added 2024/07/01 12:0 a.m.9 views

PT-2024-19849 · Qualcomm · 205 Mobile Platform Firmware +200

Name of the Vulnerable Software and Affected Versions: No specific software or versions are mentioned in the provided descriptions. Description: The issue involves memory corruption that occurs when an IOMMU unmap operation fails, resulting in the release of DMA and anon buffers. Recommendations:...

8.4CVSS6.4AI score0.0015EPSS
Exploits0References5
SUSE CVE
SUSE CVE
added 2024/06/22 3:34 a.m.4 views

SUSE CVE-2024-38586

In the Linux kernel, the following vulnerability has been resolved: r8169: Fix possible ring buffer corruption on fragmented Tx packets. An issue was found on the RTL8125b when transmitting small fragmented packets, whereby invalid entries were inserted into the transmit ring buffer, subsequently...

5.5CVSS6.3AI score0.00252EPSS
Exploits0References14
SUSE CVE
SUSE CVE
added 2024/06/01 2:24 a.m.5 views

SUSE CVE-2024-36018

In the Linux kernel, the following vulnerability has been resolved: nouveau/uvmm: fix addr/range calcs for remap operations dEQP-VK.sparseresources.imagerebind.2darray.r64i.1281288 was causing a remap operation like the below. opremap: prev: 0000003fffed0000 00000000000f0000 00000000a5abd18a...

6.1CVSS6.7AI score0.00222EPSS
Exploits0References13
SUSE CVE
SUSE CVE
added 2024/05/28 3:33 a.m.3 views

SUSE CVE-2021-47420

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: fix a potential ttm-sg memory leak Memory is allocated for ttm-sg by kmalloc in kfdmemdmamapuserptr, but isn't freed by kfree in kfdmemdmaunmapuserptr. Free it!...

3.3CVSS6.5AI score0.00194EPSS
Exploits0References8
OSV
OSV
added 2024/05/21 3:15 p.m.2 views

DEBIAN-CVE-2021-47420

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: fix a potential ttm-sg memory leak Memory is allocated for ttm-sg by kmalloc in kfdmemdmamapuserptr, but isn't freed by kfree in kfdmemdmaunmapuserptr. Free it!...

5.5CVSS5.2AI score0.00194EPSS
Exploits0References1
OSV
OSV
added 2024/05/21 3:15 p.m.2 views

DEBIAN-CVE-2021-47315

In the Linux kernel, the following vulnerability has been resolved: memory: fslifc: fix leak of IO mapping on probe failure On probe error the driver should unmap the IO memory. Smatch reports: drivers/memory/fslifc.c:298 fslifcctrlprobe warn: 'fslifcctrldev-gregs' not released on lines: 298...

5.5CVSS5.2AI score0.00252EPSS
Exploits0References1
OSV
OSV
added 2024/05/17 3:15 p.m.6 views

DEBIAN-CVE-2023-52687

In the Linux kernel, the following vulnerability has been resolved: crypto: safexcel - Add error handling for dmamapsg calls Macro dmamapsg may return 0 on error. This patch enables checks in case of the macro failure and ensures unmapping of previously mapped buffers with dmaunmapsg. Found by...

5.5CVSS5.5AI score0.00232EPSS
Exploits0References1
OSV
OSV
added 2024/05/17 3:15 p.m.7 views

UBUNTU-CVE-2023-52687

In the Linux kernel, the following vulnerability has been resolved: crypto: safexcel - Add error handling for dmamapsg calls Macro dmamapsg may return 0 on error. This patch enables checks in case of the macro failure and ensures unmapping of previously mapped buffers with dmaunmapsg. Found by...

5.5CVSS6.4AI score0.00232EPSS
Exploits0References15
Microsoft CVE
Microsoft CVE
added 2024/05/13 7:0 a.m.5 views

pci_iounmap(): Fix MMIO mapping leak

...

5.5CVSS6.3AI score0.00226EPSS
Exploits0
Tenable Nessus
Tenable Nessus
added 2024/05/11 12:0 a.m.21 views

RHEL 5 : xsa218_xen (Unpatched Vulnerability)

The remote Redhat Enterprise Linux 5 host has one or more packages installed that are affected by multiple vulnerabilities that have been acknowledged by the vendor but will not be patched. - xsa218 xen: Races in the grant table unmap code XSA-218 CVE-2017-10913 - The grant-table feature in Xen...

9.7AI score0.02815EPSS
Exploits0References2
NVD
NVD
added 2024/05/06 3:15 p.m.28 views

CVE-2024-21471

Memory corruption when IOMMU unmap of a GPU buffer fails in Linux...

8.4CVSS8.7AI score0.00111EPSS
Exploits0References1
Vulnrichment
Vulnrichment
added 2024/05/06 2:32 p.m.18 views

CVE-2024-21471 Use After Free in Graphics Linux

Memory corruption when IOMMU unmap of a GPU buffer fails in Linux...

8.4CVSS7.3AI score0.00111EPSS
Exploits0References1
Cvelist
Cvelist
added 2024/05/06 2:32 p.m.32 views

CVE-2024-21471 Use After Free in Graphics Linux

Memory corruption when IOMMU unmap of a GPU buffer fails in Linux...

8.4CVSS8.8AI score0.00111EPSS
Exploits0References1
SUSE CVE
SUSE CVE
added 2024/05/04 2:23 a.m.2 views

SUSE CVE-2024-27066

In the Linux kernel, the following vulnerability has been resolved: virtio: packed: fix unmap leak for indirect desc table When usedmaapi and premapped are true, then the dounmap is false. Because the dounmap is false, vringunmapextrapacked is not called by detachbufpacked. if unlikelyvq-dounmap...

5.5CVSS7.6AI score0.00222EPSS
Exploits0References3
SUSE CVE
SUSE CVE
added 2024/05/03 2:11 a.m.10 views

SUSE CVE-2023-52648

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Unmap the surface before resetting it on a plane state Switch to a new plane state requires unreferencing of all held surfaces. In the work required for mob cursors the mapped surfaces started being cached but the...

5.5CVSS7.5AI score0.00225EPSS
Exploits0References7
RedhatCVE
RedhatCVE
added 2024/05/01 8:25 p.m.28 views

CVE-2024-27066

A vulnerability was found in the Linux kernel's virtio virtioring.c driver, which can lead to memory leakage caused by improper checks. This issue can occur when usedmaapi and premapped are true, causing dounmap to be false, preventing the detachbufpacked function from calling...

5.5CVSS8.8AI score0.00222EPSS
Exploits0References4
NVD
NVD
added 2024/05/01 1:15 p.m.21 views

CVE-2024-27066

In the Linux kernel, the following vulnerability has been resolved: virtio: packed: fix unmap leak for indirect desc table When usedmaapi and premapped are true, then the dounmap is false. Because the dounmap is false, vringunmapextrapacked is not called by detachbufpacked. if unlikelyvq-dounmap...

5.5CVSS7.4AI score0.00222EPSS
Exploits0References4
OSV
OSV
added 2024/05/01 1:15 p.m.3 views

DEBIAN-CVE-2024-27066

In the Linux kernel, the following vulnerability has been resolved: virtio: packed: fix unmap leak for indirect desc table When usedmaapi and premapped are true, then the dounmap is false. Because the dounmap is false, vringunmapextrapacked is not called by detachbufpacked. if unlikelyvq-dounmap...

5.5CVSS5.3AI score0.00222EPSS
Exploits0References1
UbuntuCve
UbuntuCve
added 2024/05/01 1:15 p.m.22 views

CVE-2024-27066

In the Linux kernel, the following vulnerability has been resolved: virtio: packed: fix unmap leak for indirect desc table When usedmaapi and premapped are true, then the dounmap is false. Because the dounmap is false, vringunmapextrapacked is not called by detachbufpacked. if unlikelyvq-dounmap...

5.5CVSS5.9AI score0.00222EPSS
Exploits0References11
Rows per page
Query Builder