Lucene search
+L

7838 matches found

EUVD
EUVD
added 2025/12/16 6:31 p.m.8 views

EUVD-2025-203755

In the Linux kernel, the following vulnerability has been resolved: drm/msm: make sure lastfence is always updated Update lastfence in the vm-bind path instead of kernel managed path. lastfence is used to wait for work to finish in vmbind contexts but not used for kernel managed contexts. This...

5.9AI score0.00117EPSS
SaveExploits0References3
OSV
OSV
added 2025/12/16 4:16 p.m.5 views

UBUNTU-CVE-2025-68296

In the Linux kernel, the following vulnerability has been resolved: drm, fbcon, vgaswitcheroo: Avoid race condition in fbcon setup Protect vgaswitcherooclientfbset with console lock. Avoids OOB access in fbconremapall. Without holding the console lock the call races with switching outputs. VGA...

5.7AI score0.00178EPSS
SaveExploits0References12
CVE
CVE
added 2025/12/16 3:39 p.m.21 views

CVE-2025-68314

CVE-2025-68314 affects the Linux kernel’s DRM MSM driver. The root cause is that last_fence was not consistently updated in the vm-bind path (only in the kernel-managed path), causing the system to wait on resources incorrectly and potentially fault when resources are freed while still in use. Th...

8.8CVSS6AI score0.00117EPSS
SaveExploits0References2
EUVD
EUVD
added 2025/12/16 3:30 p.m.5 views

EUVD-2025-203668

In the Linux kernel, the following vulnerability has been resolved: drm/plane: Fix createinformatblob return value createinformatblob is either supposed to return a valid pointer or an error, but never NULL. The caller will dereference the blob when it is not an error, and thus will oops if NULL...

5.9AI score0.00162EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/12/16 3:30 p.m.5 views

EUVD-2025-203663

In the Linux kernel, the following vulnerability has been resolved: drm/tegra: Add call to putpid Add a call to putpid corresponding to gettaskpid. host1xmemorycontextalloc does not take ownership of the PID so we need to free it here to avoid leaking. [email protected]: reword commit message...

5.9AI score0.00162EPSS
SaveExploits0References6
EUVD
EUVD
added 2025/12/16 3:30 p.m.5 views

EUVD-2025-203712

In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: Disable AFBC support on Mediatek DRM driver Commit c410fa9b07c3 "drm/mediatek: Add AFBC support to Mediatek DRM driver" added AFBC support to Mediatek DRM and enabled the 32x8/split/sparse modifier. However, this is...

6AI score0.0013EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/12/16 3:30 p.m.7 views

EUVD-2025-203715

In the Linux kernel, the following vulnerability has been resolved: drm/radeon: Remove calls to drmputdev Since the allocation of the drivers main structure was changed to devmdrmdevalloc drmputdev'ing to trigger it to be free'd should be done by devres. However, drmputdev is still in the probe...

5.9AI score0.00128EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/12/16 3:30 p.m.9 views

EUVD-2025-203707

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Fix GEM free for imported dma-bufs Imported dma-bufs also have obj-resv != &obj-resv. So we should check both this condition in addition to flags for handling the NOSHARE case. Fixes this splat that was reported with IRI...

6AI score0.00125EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/12/16 3:30 p.m.12 views

EUVD-2025-203733

In the Linux kernel, the following vulnerability has been resolved: drm/sysfb: Do not dereference NULL pointer in plane reset The plane state in drmgemresetshadowplane can be NULL. Do not deref that pointer, but forward NULL to the other plane-reset helpers. Clears plane-state to NULL. v2: - fix...

6AI score0.00179EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2025/12/16 3:6 p.m.36 views

CVE-2025-68286 drm/amd/display: Check NULL before accessing

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check NULL before accessing WHAT IGT kmscursorlegacy's long-nonblocking-modeset-vs-cursor-atomic fails with NULL pointer dereference. This can be reproduced with both an eDP panel and a DP monitors connected. BUG...

7.8CVSS0.00134EPSS
SaveExploits0References7
CVE
CVE
added 2025/12/16 3:6 p.m.36 views

CVE-2025-68286

This CVE (CVE-2025-68286) affects the Linux kernel DRM AMD display path, specifically the dc_stream_get_scanoutpos function in amdgpu. A NULL pointer dereference can occur in IGT kms_cursor_legacy long-nonblocking-modeset-vs-cursor-atomic when an eDP and DP monitor are connected, leading to a ker...

7.8CVSS5.9AI score0.00134EPSS
SaveExploits0References7
OSV
OSV
added 2025/12/16 3:6 p.m.3 views

CVE-2025-68286 drm/amd/display: Check NULL before accessing

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check NULL before accessing WHAT IGT kmscursorlegacy's long-nonblocking-modeset-vs-cursor-atomic fails with NULL pointer dereference. This can be reproduced with both an eDP panel and a DP monitors connected. BUG...

7.8CVSS6.2AI score0.00134EPSS
SaveExploits0References10
NVD
NVD
added 2025/12/16 2:15 p.m.14 views

CVE-2025-68228

In the Linux kernel, the following vulnerability has been resolved: drm/plane: Fix createinformatblob return value createinformatblob is either supposed to return a valid pointer or an error, but never NULL. The caller will dereference the blob when it is not an error, and thus will oops if NULL...

0.00162EPSS
SaveExploits0References2
NVD
NVD
added 2025/12/16 2:15 p.m.27 views

CVE-2025-68201

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: remove two invalid BUGONs Those can be triggered trivially by userspace...

0.00174EPSS
SaveExploits0References4
NVD
NVD
added 2025/12/16 2:15 p.m.7 views

CVE-2025-68181

In the Linux kernel, the following vulnerability has been resolved: drm/radeon: Remove calls to drmputdev Since the allocation of the drivers main structure was changed to devmdrmdevalloc drmputdev'ing to trigger it to be free'd should be done by devres. However, drmputdev is still in the probe...

7.8CVSS0.00128EPSS
SaveExploits0References3
NVD
NVD
added 2025/12/16 2:15 p.m.7 views

CVE-2025-40354

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: increase max link count and fix link-enc NULL pointer access why 1. dc-linksMAXLINKS array size smaller than actual requested. maxconnector + maxdpia + 4 virtual = 14. increase from 12 to 14. 2. hwinit access nul...

7.8CVSS0.00132EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2025/12/16 2:15 p.m.4 views

CVE-2025-68233

In the Linux kernel, the following vulnerability has been resolved: drm/tegra: Add call to putpid Add a call to putpid corresponding to gettaskpid. host1xmemorycontextalloc does not take ownership of the PID so we need to free it here to avoid leaking. [email protected]: reword commit message...

5.8AI score0.00162EPSS
SaveExploits0References24
UbuntuCve
UbuntuCve
added 2025/12/16 2:15 p.m.5 views

CVE-2025-40360

In the Linux kernel, the following vulnerability has been resolved: drm/sysfb: Do not dereference NULL pointer in plane reset The plane state in drmgemresetshadowplane can be NULL. Do not deref that pointer, but forward NULL to the other plane-reset helpers. Clears plane-state to NULL. v2: - fix...

5.8AI score0.00179EPSS
SaveExploits0References34
UbuntuCve
UbuntuCve
added 2025/12/16 2:15 p.m.5 views

CVE-2025-68228

In the Linux kernel, the following vulnerability has been resolved: drm/plane: Fix createinformatblob return value createinformatblob is either supposed to return a valid pointer or an error, but never NULL. The caller will dereference the blob when it is not an error, and thus will oops if NULL...

5.6AI score0.00162EPSS
SaveExploits0References11
OSV
OSV
added 2025/12/16 2:15 p.m.16 views

UBUNTU-CVE-2025-40360

In the Linux kernel, the following vulnerability has been resolved: drm/sysfb: Do not dereference NULL pointer in plane reset The plane state in drmgemresetshadowplane can be NULL. Do not deref that pointer, but forward NULL to the other plane-reset helpers. Clears plane-state to NULL. v2: - fix...

5.7AI score0.00179EPSS
SaveExploits0References34
Rows per page
Query Builder