Lucene search
+L

8499 matches found

OSV
OSV
added 2025/12/24 1:06 p.m.9 views

CVE-2023-54138 drm/msm: fix NULL-deref on irq uninstall

In the Linux kernel, the following vulnerability has been resolved: drm/msm: fix NULL-deref on irq uninstall In case of early initialisation errors and on platforms that do not use the DPU controller, the deinitilisation code can be called with the kms pointer set to NULL. Patchwork:...

6.6AI score
SaveExploits0References8
CVE
CVE
added 2025/12/24 1:06 p.m.34 views

CVE-2023-54122

The CVE-2023-54122 issue affects the Linux kernel’s DRM MSM DPU path. A kzalloc failure can yield NULL when constructing cstate, risking a NULL pointer dereference in __drm_atomic_helper_crtc_reset. The publicly described fix adds a check for cstate before use to prevent dereferencing a NULL poin...

6.1AI score0.00209EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2025/12/24 1:06 p.m.39 views

CVE-2023-54122 drm/msm/dpu: Add check for cstate

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: Add check for cstate As kzalloc may fail and return NULL pointer, it should be better to check cstate in order to avoid the NULL pointer dereference in drmatomichelpercrtcreset. Patchwork:...

0.00209EPSS
SaveExploits0References6
CVE
CVE
added 2025/12/24 1:06 p.m.25 views

CVE-2023-54116

CVE-2023-54116 targets the Linux kernel’s DRM fbdev path (drm_fb_helper_memory_range_to_clip) where fbdev tests may write past EOF, causing out-of-bounds accesses and kernel hangs. The root cause is unsafe damage-rectangle computation: buffers are page-size aligned and the DIV_ROUND_UP usage can ...

7.8CVSS6.2AI score0.00159EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/12/24 1:06 p.m.30 views

CVE-2023-54091 drm/client: Fix memory leak in drm_client_target_cloned

In the Linux kernel, the following vulnerability has been resolved: drm/client: Fix memory leak in drmclienttargetcloned dmtmode is allocated and never freed in this function. It was found with the ast driver, but most drivers using generic fbdev setup are probably affected. This fixes the...

0.00251EPSS
SaveExploits0References8
CVE
CVE
added 2025/12/24 1:06 p.m.27 views

CVE-2023-54091

CVE-2023-54091 in the Linux kernel fixes a memory leak in drm/client_target_cloned where dmt_mode is allocated but not freed. The KMEMLEAK backtrace indicates this may affect drivers using generic fbdev (notably the ast driver). The vulnerability is resolved by kernel fixes in the DRM subsystem; ...

6.1AI score0.00251EPSS
SaveExploits0References8
OSV
OSV
added 2025/12/24 1:06 p.m.3 views

CVE-2023-54091 drm/client: Fix memory leak in drm_client_target_cloned

In the Linux kernel, the following vulnerability has been resolved: drm/client: Fix memory leak in drmclienttargetcloned dmtmode is allocated and never freed in this function. It was found with the ast driver, but most drivers using generic fbdev setup are probably affected. This fixes the...

6.3AI score
SaveExploits0References11
CVE
CVE
added 2025/12/24 1:05 p.m.21 views

CVE-2022-50750

CVE-2022-50750 affects the Linux kernel: specifically the DRM SITRONIX ST7701 panel driver. The issue arises when a MIPI DSI attach fails, and the driver does not properly handle cleanup, risking a memory leak if mipi_dsi_attach() fails. The provided documents confirm the fix was implemented as p...

7.8CVSS6.2AI score0.00197EPSS
SaveExploits0References6
OSV
OSV
added 2025/12/24 1:05 p.m.9 views

CVE-2022-50750 drm/panel/panel-sitronix-st7701: Remove panel on DSI attach failure

In the Linux kernel, the following vulnerability has been resolved: drm/panel/panel-sitronix-st7701: Remove panel on DSI attach failure In case mipidsiattach fails, call drmpanelremove to avoid memory leak...

7.8CVSS6.4AI score
SaveExploits0References9
CVE
CVE
added 2025/12/24 12:09 p.m.63 views

CVE-2025-68749

CVE-2025-68749 relates to the Linux kernel’s acceleration subsystem (ivpu) and a race condition when unbinding BOs. The issue could permit improper unmapping timing during context teardown because a BO might be removed from the BOs list before unmapping completes. The connected Astra Linux bullet...

7.8CVSS6AI score0.00105EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2025/12/24 12:09 p.m.34 views

CVE-2025-68747 drm/panthor: Fix UAF on kernel BO VA nodes

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Fix UAF on kernel BO VA nodes If the MMU is down, panthorvmunmaprange might return an error. We expect the page table to be updated still, and if the MMU is blocked, the rest of the GPU should be blocked too, so no...

7.8CVSS0.00139EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/24 12:09 p.m.7 views

CVE-2025-68747 drm/panthor: Fix UAF on kernel BO VA nodes

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Fix UAF on kernel BO VA nodes If the MMU is down, panthorvmunmaprange might return an error. We expect the page table to be updated still, and if the MMU is blocked, the rest of the GPU should be blocked too, so no...

7.8CVSS6.5AI score0.00139EPSS
SaveExploits0References7
OSV
OSV
added 2025/12/24 12:09 p.m.5 views

CVE-2025-68735 drm/panthor: Prevent potential UAF in group creation

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Prevent potential UAF in group creation This commit prevents the possibility of a use after free issue in the GROUPCREATE ioctl function, which arose as pointer to the group is accessed in that ioctl function after...

7.8CVSS6.4AI score
SaveExploits0References6
NVD
NVD
added 2025/12/24 11:16 a.m.11 views

CVE-2025-68730

In the Linux kernel, the following vulnerability has been resolved: accel/ivpu: Fix page fault in ivpubounbindallbosfromcontext Don't add BO to the vdev-bolist in ivpugemcreateobject. When failure happens inside drmgemshmemcreate, the BO is not fully created and ivpugembofree callback will not be...

7.8CVSS0.00138EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2025/12/24 11:15 a.m.6 views

CVE-2023-54018

In the Linux kernel, the following vulnerability has been resolved: drm/msm/hdmi: Add missing check for allocorderedworkqueue Add check for the return value of allocorderedworkqueue as it may return NULL pointer and cause NULL pointer dereference in hdmihdcp.c and hdmihpd.c. Patchwork:...

5.7AI score0.00206EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2025/12/24 11:15 a.m.9 views

CVE-2023-53991

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: Disallow unallocated resources to be returned In the event that the topology requests resources that have not been created by the system because they are typically not represented in dpumdsscfg ^1, the resources in...

5.6AI score0.00196EPSS
SaveExploits0References6
OSV
OSV
added 2025/12/24 11:15 a.m.13 views

UBUNTU-CVE-2023-54018

In the Linux kernel, the following vulnerability has been resolved: drm/msm/hdmi: Add missing check for allocorderedworkqueue Add check for the return value of allocorderedworkqueue as it may return NULL pointer and cause NULL pointer dereference in hdmihdcp.c and hdmihpd.c. Patchwork:...

5.8AI score0.00206EPSS
SaveExploits0References10
OSV
OSV
added 2025/12/24 11:15 a.m.8 views

UBUNTU-CVE-2023-53991

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: Disallow unallocated resources to be returned In the event that the topology requests resources that have not been created by the system because they are typically not represented in dpumdsscfg ^1, the resources in...

5.8AI score0.00196EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2025/12/24 12:00 a.m.9 views

PT-2025-53013

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a use-after-free issue within the drm/panthor subsystem. Specifically, if the Memory Management Unit MMU is down, the panthor vm unmap range function may return...

6.6AI score0.00139EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/12/24 12:00 a.m.13 views

PT-2025-53215

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel’s DRM/MSM subsystem where a null pointer dereference can occur during IRQ uninstallation. This happens when early initialization errors occur on platfor...

7.8CVSS7.3AI score0.0094EPSS
SaveExploits2References842
Rows per page
Query Builder