Lucene search
K

56 matches found

Positive Technologies
Positive Technologies
added 2025/10/06 12:0 a.m.4 views

PT-2025-46554

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw within the drm/vmwgfx subsystem related to cursor snooping. The issue arises from a missing check for resource existence before attempting to use the...

6CVSS7.4AI score0.00066EPSS
Exploits0
RedHat Linux
RedHat Linux
added 2024/12/04 12:56 a.m.34 views

Moderate: Red Hat Security Advisory: kernel security update

An update for kernel is now available for Red Hat Enterprise Linux 9.4 Extended Update Support. Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for...

9.8CVSS7AI score0.00111EPSS
Exploits0References27
RedhatCVE
RedhatCVE
added 2024/12/02 3:26 p.m.14 views

CVE-2024-53115

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: avoid nullptrderef in vmwframebuffersurfacecreatehandle The 'vmwuserobjectbuffer' function may return NULL with incorrect inputs. To avoid possible null pointer dereference, add a check whether the 'bo' is NULL in the...

5.5CVSS6.8AI score0.00033EPSS
Exploits0References4
Debian CVE
Debian CVE
added 2024/12/02 1:44 p.m.11 views

CVE-2024-53115

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: avoid nullptrderef in vmwframebuffersurfacecreatehandle The 'vmwuserobjectbuffer' function may return NULL with incorrect inputs. To avoid possible null pointer dereference, add a check whether the 'bo' is NULL in the...

5.5CVSS5.7AI score0.00033EPSS
Exploits0
RedhatCVE
RedhatCVE
added 2024/09/13 11:42 a.m.15 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.5CVSS6.9AI score0.00033EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2024/09/13 11:11 a.m.10 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...

4.7CVSS7AI score0.00021EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2024/09/13 10:42 a.m.8 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...

4.4CVSS6.8AI score0.0002EPSS
Exploits0References4
NVD
NVD
added 2024/09/13 7:15 a.m.17 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.5CVSS0.00033EPSS
Exploits0References2
NVD
NVD
added 2024/09/13 7:15 a.m.14 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...

5.5CVSS0.0002EPSS
Exploits0References3
NVD
NVD
added 2024/09/13 7:15 a.m.17 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...

4.7CVSS0.00021EPSS
Exploits0References5
CVE
CVE
added 2024/09/13 6:44 a.m.60 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.00033EPSS
Exploits0References2Affected Software1
Debian CVE
Debian CVE
added 2024/09/13 6:44 a.m.17 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.00033EPSS
Exploits0
Cvelist
Cvelist
added 2024/09/13 6:33 a.m.18 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...

0.00021EPSS
Exploits0References4
CVE
CVE
added 2024/09/13 6:33 a.m.101 views

CVE-2024-46710

CVE-2024-46710 (Linux kernel): The vulnerability in drm/vmwgfx arises from racing between multiple read buffers in the kms cursor handling, where a buffer unmapped for compare could be re-using contents after an update. The issue is mitigated by introducing a per-path active map count and unmappi...

4.7CVSS5.7AI score0.00021EPSS
Exploits0References5Affected Software1
Vulnrichment
Vulnrichment
added 2024/09/13 6:33 a.m.15 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...

6.9AI score0.00021EPSS
Exploits0References4
Debian CVE
Debian CVE
added 2024/09/13 6:33 a.m.13 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...

4.7CVSS5.8AI score0.00021EPSS
Exploits0
OSV
OSV
added 2024/09/13 6:33 a.m.15 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...

4.7CVSS6.3AI score0.00021EPSS
Exploits0References8
CVE
CVE
added 2024/09/13 6:33 a.m.88 views

CVE-2024-46709

CVE-2024-46709 concerns the Linux kernel’s drm/vmwgfx code. The issue arises when handling external buffers during mapping, where code could access pages directly instead of using the dma_buf interface. The fixed behavior requires that external buffers created from dma_bufs be mapped via the dma_...

5.5CVSS6.2AI score0.0002EPSS
Exploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2024/09/13 6:33 a.m.14 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.0002EPSS
Exploits0References3
Tenable Nessus
Tenable Nessus
added 2024/09/04 12:0 a.m.58 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...

7.8CVSS7.1AI score0.00064EPSS
Exploits0References87
Rows per page
Query Builder