Lucene search
+L

637 matches found

OSV
OSV
added 2024/09/13 7:15 a.m.4 views

DEBIAN-CVE-2024-46710

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Prevent unmapping active read buffers The kms paths keep a persistent map active to read and compare the cursor buffer. These maps can race with each other in simple scenario where: a buffer "a" mapped for update b...

4.7CVSS5.9AI score0.00226EPSS
SaveExploits0References1
OSV
OSV
added 2024/09/13 7:15 a.m.12 views

UBUNTU-CVE-2024-46709

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Fix prime with external buffers Make sure that for external buffers mapping goes through the dmabuf interface instead of trying to access pages directly. External buffers might not provide direct access to...

7.8CVSS6.5AI score0.0023EPSS
SaveExploits0References11
CVE
CVE
added 2024/09/13 6:44 a.m.74 views

CVE-2024-46712

The documented CVE-2024-46712 affects the Linux kernel's DRM VMWGFX subsystem: coherent dumb buffers are enabled even when 3D is disabled, causing guest-only content to be retained and wasting guest-host synchronization efforts. The problem arises because coherent surfaces are only meaningful wit...

5.5CVSS5.3AI score0.00177EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2024/09/13 6:44 a.m.48 views

CVE-2024-46712 drm/vmwgfx: Disable coherent dumb buffers without 3d

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Disable coherent dumb buffers without 3d Coherent surfaces make only sense if the host renders to them using accelerated apis. Without 3d the entire content of dumb buffers stays in the guest making all of the extra...

0.00177EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2024/09/13 6:44 a.m.70 views

CVE-2024-46712

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Disable coherent dumb buffers without 3d Coherent surfaces make only sense if the host renders to them using accelerated apis. Without 3d the entire content of dumb buffers stays in the guest making all of the extra...

5.5CVSS5.4AI score0.00177EPSS
SaveExploits0
OSV
OSV
added 2024/09/13 6:44 a.m.27 views

CVE-2024-46712 drm/vmwgfx: Disable coherent dumb buffers without 3d

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Disable coherent dumb buffers without 3d Coherent surfaces make only sense if the host renders to them using accelerated apis. Without 3d the entire content of dumb buffers stays in the guest making all of the extra...

5AI score
SaveExploits0References5
Debian CVE
Debian CVE
added 2024/09/13 6:33 a.m.20 views

CVE-2024-46710

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Prevent unmapping active read buffers The kms paths keep a persistent map active to read and compare the cursor buffer. These maps can race with each other in simple scenario where: a buffer "a" mapped for update b...

7.8CVSS5.8AI score0.00226EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/09/13 6:33 a.m.16 views

CVE-2024-46710 drm/vmwgfx: Prevent unmapping active read buffers

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Prevent unmapping active read buffers The kms paths keep a persistent map active to read and compare the cursor buffer. These maps can race with each other in simple scenario where: a buffer "a" mapped for update b...

7.8CVSS6.9AI score0.00226EPSS
SaveExploits0References4
CVE
CVE
added 2024/09/13 6:33 a.m.119 views

CVE-2024-46710

CVE-2024-46710 : In the Linux kernel, the drm/vmwgfx component fixed a race where maps used for reading cursor buffers could be unmapped while still active, causing bogus read contents. The fix adds a reference-counted mechanism to track active maps and only unmaps when the count reaches zero, pr...

7.8CVSS5.7AI score0.00226EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2024/09/13 6:33 a.m.37 views

CVE-2024-46710 drm/vmwgfx: Prevent unmapping active read buffers

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Prevent unmapping active read buffers The kms paths keep a persistent map active to read and compare the cursor buffer. These maps can race with each other in simple scenario where: a buffer "a" mapped for update b...

7.8CVSS0.00226EPSS
SaveExploits0References4
OSV
OSV
added 2024/09/13 6:33 a.m.17 views

CVE-2024-46710 drm/vmwgfx: Prevent unmapping active read buffers

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Prevent unmapping active read buffers The kms paths keep a persistent map active to read and compare the cursor buffer. These maps can race with each other in simple scenario where: a buffer "a" mapped for update b...

7.8CVSS6.3AI score
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/09/13 6:33 a.m.16 views

CVE-2024-46709 drm/vmwgfx: Fix prime with external buffers

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Fix prime with external buffers Make sure that for external buffers mapping goes through the dmabuf interface instead of trying to access pages directly. External buffers might not provide direct access to...

6.8AI score0.0023EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2024/09/13 6:33 a.m.18 views

CVE-2024-46709

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Fix prime with external buffers Make sure that for external buffers mapping goes through the dmabuf interface instead of trying to access pages directly. External buffers might not provide direct access to...

7.8CVSS5.3AI score0.0023EPSS
SaveExploits0
OSV
OSV
added 2024/09/13 6:33 a.m.17 views

CVE-2024-46709 drm/vmwgfx: Fix prime with external buffers

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Fix prime with external buffers Make sure that for external buffers mapping goes through the dmabuf interface instead of trying to access pages directly. External buffers might not provide direct access to...

7.8CVSS5.9AI score
SaveExploits0References6
CVE
CVE
added 2024/09/13 6:33 a.m.111 views

CVE-2024-46709

The CVE-2024-46709 issue affects the Linux kernel drm/vmwgfx driver, fixed by ensuring external buffers map through the dma_buf interface instead of direct page access. The vulnerability arises because external buffers may not expose readable/writable pages, so media buffers (bo) created from ext...

7.8CVSS6.2AI score0.0023EPSS
SaveExploits0References3Affected Software1
Tenable Nessus
Tenable Nessus
added 2024/09/04 12:00 a.m.64 views

OracleVM 3.4 : kernel-uek (OVMSA-2024-0011)

The remote OracleVM system is missing necessary patches to address security updates: 4.1.12-124.89.4- isdn: mISDN: netjet: Fix crash in njprobe: Zheyu Ma Orabug: 36940405 CVE-2021-47284- tracing: Restructure traceclockglobal to never block Steven Rostedt VMware Orabug: 36940388 CVE-2021-46939- ud...

9.8CVSS7.1AI score0.00711EPSS
SaveExploits0References87
Tenable Nessus
Tenable Nessus
added 2024/09/03 12:00 a.m.87 views

Oracle Linux 6 / 7 : Unbreakable Enterprise kernel (ELSA-2024-12606)

The remote Oracle Linux 6 / 7 host has packages installed that are affected by multiple vulnerabilities as referenced in the ELSA-2024-12606 advisory. - isdn: mISDN: netjet: Fix crash in njprobe: Zheyu Ma Orabug: 36940405 CVE-2021-47284 - tracing: Restructure traceclockglobal to never block Steve...

9.8CVSS7.2AI score0.00711EPSS
SaveExploits0References44
OSV
OSV
added 2024/08/26 5:29 p.m.19 views

CLSA-2024-1724693366 kernel: Fix of 15 CVEs

net: ice: Fix potential NULL pointer dereference in icebridgesetlink CVE-2024-26855 - tty: Fix out-of-bound vmalloc access in imageblit CVE-2021-47383 - drm/vmwgfx: Fix invalid reads in fence signaled events CVE-2024-36960 - Revert: GFS2: Skip dlmunlock calls during unmount CVE-2024-38570 -...

9.8CVSS6.9AI score0.0094EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2024/08/22 3:29 a.m.5 views

SUSE CVE-2022-48887

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Remove rcu locks from user resources User resource lookups used rcu to avoid two extra atomics. Unfortunately the rcu paths were buggy and it was easy to make the driver crash by submitting command buffers from two...

5.5CVSS6.2AI score0.00232EPSS
SaveExploits0References6
Zero Day Initiative
Zero Day Initiative
added 2024/08/22 12:00 a.m.25 views

Linux Kernel vmwgfx Driver Out-Of-Bounds Read Information Disclosure Vulnerability

This vulnerability allows local attackers to disclose sensitive information on affected installations of Linux Kernel. An attacker must first obtain the ability to execute high-privileged code on the target system in order to exploit this vulnerability. The specific flaw exists within the handlin...

6.7CVSS6.2AI score0.00285EPSS
SaveExploits0References1
Rows per page
Query Builder