Lucene search
+L

513 matches found

NVD
NVD
added yesterday5 views

CVE-2026-64099

In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Fix use-after-free of CPU job query arrays on error path The CPU job ioctl's fail label calls kvfree on cpujob's timestamp and performance query arrays after v3djobcleanup, which drops the job's last reference and frees...

Exploits0References4
Cvelist
Cvelist
added yesterday13 views

CVE-2026-64100 drm/msm: Fix shrinker deadlock

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Fix shrinker deadlock With PROVELOCKING on an Snapdragon X1 and VM reclaim pressure, we see: ====================================================== WARNING: possible circular locking dependency detected 7.0.0-debug+ 43...

Exploits0References3
CVE
CVE
added yesterday5 views

CVE-2026-64099

The CVE-2026-64099 entry describes a Linux kernel issue in the DRM/V3D path where a CPU job’s timestamp and performance query arrays could be read after the job was freed (use-after-free) due to improper cleanup on error paths. The bug stemmed from manual kvfree() calls and a NULL dereference dur...

5.5AI score
Exploits0References4
CVE
CVE
added yesterday5 views

CVE-2026-64039

The CVE affects the Linux kernel DRM MSM subsystem, specifically the drm/msm/snapshot code used for state dumping. The vulnerability is not a traditional remote fault but a correctness issue in the snapshotting of data regions: the code aligns data segments to 16 bytes, which breaks for DSI data ...

5.5AI score
Exploits0References7
CVE
CVE
added yesterday10 views

CVE-2026-63863

The CVE-2026-63863 issue is in the Linux kernel DRM GPU shared memory path (drm_gpusvm). It reports an unbalanced unlock of the gpusvm notifier lock in drm_gpusvm_scan_mm(), leading to a bad unlock balance warning (UNLOCK/BALANCE warning) and a tainted kernel trace. The problem centers on drm_gpu...

5.4AI score
Exploits0References2
CVE
CVE
added yesterday12 views

CVE-2026-53377

In the Linux kernel DRM/MSM driver, CVE-2026-53377 describes a fix for GPU recovery behavior. Previously, when there was no more work, the recover_worker could fail to trigger recovery and rely on the GPU sleeping and resuming later; if the GPU remained hung, timeouts could reoccur. The fix makes...

5.4AI score
Exploits0References3
RedHat Linux
RedHat Linux
added 2026/07/07 8:2 p.m.6 views

kernel: drm/gem: Fix inconsistent plane dimension calculation in drm_gem_fb_init_with_funcs()

A flaw was found in the Linux kernel's Direct Rendering Manager DRM Graphics Execution Manager GEM component. This vulnerability arises from an inconsistent calculation of plane dimensions, which can lead to incorrect memory allocation checks. A local attacker could exploit this by creating a...

7.8CVSS6.7AI score0.00139EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2026/07/07 7:35 p.m.9 views

kernel: drm/gem: Fix inconsistent plane dimension calculation in drm_gem_fb_init_with_funcs()

A flaw was found in the Linux kernel's Direct Rendering Manager DRM Graphics Execution Manager GEM component. This vulnerability arises from an inconsistent calculation of plane dimensions, which can lead to incorrect memory allocation checks. A local attacker could exploit this by creating a...

7.8CVSS6.1AI score0.00139EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2026/07/06 9:21 p.m.24 views

kernel: drm/gem: Fix inconsistent plane dimension calculation in drm_gem_fb_init_with_funcs()

A flaw was found in the Linux kernel's Direct Rendering Manager DRM Graphics Execution Manager GEM component. This vulnerability arises from an inconsistent calculation of plane dimensions, which can lead to incorrect memory allocation checks. A local attacker could exploit this by creating a...

7.8CVSS6.7AI score0.00139EPSS
Exploits0References5
Microsoft CVE
Microsoft CVE
added 2026/07/02 8:4 a.m.6 views

drm/virtio: Fix driver removal with disabled KMS

...

5.5CVSS6.1AI score0.00156EPSS
Exploits0
RedhatCVE
RedhatCVE
added 2026/06/29 9:27 a.m.11 views

CVE-2026-53290

A flaw was found in the Linux kernel's drm/xe/eustall component. This vulnerability occurs because the drmdevput function is called before a stream is disabled and its resources are freed within xeeustallstreamclose. This timing issue can lead to a use-after-free condition, where device structure...

7.8CVSS5.8AI score0.00124EPSS
Exploits0References4
Tenable Nessus
Tenable Nessus
added 2026/06/28 12:0 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2026-52976

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - drm/xe: Fix error cleanup in xeexecqueuecreateioctl Two error handling issues exist in xeexecqueuecreateioctl: 1. When xehwenginegroupaddexecqueue fails, the...

7.8CVSS6AI score0.00134EPSS
Exploits0References3
Microsoft CVE
Microsoft CVE
added 2026/06/27 8:17 a.m.5 views

drm/msm/dpu: fix mismatch between power and frequency

...

5.5CVSS6.1AI score0.0018EPSS
Exploits0
Microsoft CVE
Microsoft CVE
added 2026/06/27 8:6 a.m.12 views

drm/vc4: fix krealloc() memory leak

...

5.5CVSS5.8AI score0.00128EPSS
Exploits0
SUSE CVE
SUSE CVE
added 2026/06/27 1:55 a.m.11 views

SUSE CVE-2026-52976

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix error cleanup in xeexecqueuecreateioctl Two error handling issues exist in xeexecqueuecreateioctl: 1. When xehwenginegroupaddexecqueue fails, the error path jumps to putexecqueue which skips xeexecqueuekill. If the VM...

7.8CVSS5.8AI score0.00134EPSS
Exploits0References4
OSV
OSV
added 2026/06/26 8:17 p.m.5 views

UBUNTU-CVE-2026-53290

In the Linux kernel, the following vulnerability has been resolved: drm/xe/eustall: Fix drmdevput called before stream disable in close In xeeustallstreamclose, drmdevput is called before the stream is disabled and its resources are freed. If this drops the last reference, the device structures...

7.8CVSS5.7AI score0.00124EPSS
Exploits0References6
OSV
OSV
added 2026/06/26 7:40 p.m.3 views

CVE-2026-53290 drm/xe/eustall: Fix drm_dev_put called before stream disable in close

In the Linux kernel, the following vulnerability has been resolved: drm/xe/eustall: Fix drmdevput called before stream disable in close In xeeustallstreamclose, drmdevput is called before the stream is disabled and its resources are freed. If this drops the last reference, the device structures...

7.8CVSS5.8AI score0.00124EPSS
Exploits0References6
RedhatCVE
RedhatCVE
added 2026/06/26 7:0 p.m.19 views

CVE-2026-53054

A flaw was found in the Linux kernel's Direct Rendering Manager DRM subsystem, specifically within the Qualcomm Adreno GPU MSM driver. An incorrect argument in the VMBIND UNMAP locking mechanism meant that certain objects involved in unmapping operations were not consistently locked. This could...

7.8CVSS5.9AI score0.00127EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2026/06/26 8:59 a.m.15 views

CVE-2026-53145

A flaw was found in the Linux kernel's Direct Rendering Manager DRM Graphics Execution Manager GEM subsystem. A race condition exists within the changehandle ioctl between gemclose and gemchangehandle operations. This could lead to incorrect handling of graphics memory, potentially resulting in...

7.8CVSS5.8AI score0.00106EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2026/06/26 7:23 a.m.15 views

CVE-2026-53169

A flaw was found in the Linux kernel's accel/ethosu driver. An unprivileged local user with access to the Direct Rendering Manager DRM device could submit a specific command NPUOPRESIZE that the driver does not properly handle. This could lead to excessive kernel log spam and, if the paniconwarn...

5.5CVSS5.8AI score0.00107EPSS
Exploits0References4
Rows per page
Query Builder