Lucene search
+L

1641 matches found

Positive Technologies
Positive Technologies
added 2025/12/24 12:00 a.m.14 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.00954EPSS
SaveExploits2References842
Positive Technologies
Positive Technologies
added 2025/12/24 12:00 a.m.33 views

PT-2025-53199

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/dpu subsystem. Specifically, a missing check for a null pointer after a kzalloc call can lead to a null pointer dereference within the drm...

7.8CVSS7.3AI score0.00954EPSS
SaveExploits2References896
SUSE CVE
SUSE CVE
added 2025/12/17 12:23 a.m.10 views

SUSE CVE-2025-68314

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...

8.8CVSS6.4AI score0.00133EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/12/17 12:00 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2025-68189

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - 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...

7.8CVSS5.6AI score0.00143EPSS
SaveExploits0References2
EUVD
EUVD
added 2025/12/16 6:31 p.m.12 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.00133EPSS
SaveExploits0References3
CVE
CVE
added 2025/12/16 3:39 p.m.36 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.00133EPSS
SaveExploits0References2
EUVD
EUVD
added 2025/12/16 3:30 p.m.13 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.00143EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/12/16 1:43 p.m.42 views

CVE-2025-68189 drm/msm: Fix GEM free for imported dma-bufs

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...

7.8CVSS0.00143EPSS
SaveExploits0References2
CVE
CVE
added 2025/12/16 1:43 p.m.45 views

CVE-2025-68189

CVE-2025-68189 concerns the Linux kernel DRM MSM GEM memory handling. The issue arises in imported dma-bufs where obj->resv may not match obj->_resv, and the fix adds a check for this condition alongside existing NO_SHARE/flags logic. This defect could affect GEM object freeing and handle c...

7.8CVSS6.2AI score0.00143EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/12/11 12:00 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2023-53837

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - drm/msm: fix NULL-deref on snapshot tear down In case of early initialisation errors and on platforms that do not use the DPU controller, the deinitilisation co...

5.4AI score0.00238EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2025/12/10 1:56 a.m.21 views

CVE-2023-53849

A workqueue resource leak was found in the MSM DRM driver in the Linux kernel. When a subcomponent fails to bind during driver initialization, the allocated workqueue is not destroyed, leading to resource leakage. Repeated bind failures could exhaust system resources...

5.5CVSS6.1AI score0.00221EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/12/09 6:30 p.m.12 views

EUVD-2023-60159

In the Linux kernel, the following vulnerability has been resolved: drm/msm: fix NULL-deref on snapshot tear down 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.2AI score0.00238EPSS
SaveExploits0References6
OSV
OSV
added 2025/12/09 4:17 p.m.9 views

DEBIAN-CVE-2023-53849

In the Linux kernel, the following vulnerability has been resolved: drm/msm: fix workqueue leak on bind errors Make sure to destroy the workqueue also in case of early errors during bind e.g. a subcomponent failing to bind. Since commit c3b790ea07a1 "drm: Manage drmmodeconfiginit with drmm" the...

5.2AI score0.00221EPSS
SaveExploits0References1
NVD
NVD
added 2025/12/09 4:17 p.m.10 views

CVE-2023-53837

In the Linux kernel, the following vulnerability has been resolved: drm/msm: fix NULL-deref on snapshot tear down 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:...

0.00238EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/12/09 4:17 p.m.13 views

CVE-2023-53837

In the Linux kernel, the following vulnerability has been resolved: drm/msm: fix NULL-deref on snapshot tear down 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:...

5.8AI score0.00238EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/12/09 1:30 a.m.21 views

CVE-2023-53849

In the Linux kernel, the following vulnerability has been resolved: drm/msm: fix workqueue leak on bind errors Make sure to destroy the workqueue also in case of early errors during bind e.g. a subcomponent failing to bind. Since commit c3b790ea07a1 "drm: Manage drmmodeconfiginit with drmm" the...

5.2AI score0.00221EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/12/09 1:29 a.m.61 views

CVE-2023-53837 drm/msm: fix NULL-deref on snapshot tear down

In the Linux kernel, the following vulnerability has been resolved: drm/msm: fix NULL-deref on snapshot tear down 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:...

0.00238EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/12/09 1:29 a.m.18 views

CVE-2023-53837

In the Linux kernel, the following vulnerability has been resolved: drm/msm: fix NULL-deref on snapshot tear down 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:...

5.2AI score0.00238EPSS
SaveExploits0
OSV
OSV
added 2025/12/09 1:29 a.m.12 views

CVE-2023-53837 drm/msm: fix NULL-deref on snapshot tear down

In the Linux kernel, the following vulnerability has been resolved: drm/msm: fix NULL-deref on snapshot tear down 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
SUSE CVE
SUSE CVE
added 2025/12/05 12:25 a.m.6 views

SUSE CVE-2025-40247

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Fix pgtable prealloc error path The following splat was reported: Unable to handle kernel NULL pointer dereference at virtual address 0000000000000010 Mem abort info: ESR = 0x0000000096000004 EC = 0x25: DABT current EL, ...

6.4AI score0.00186EPSS
SaveExploits0References3
Rows per page
Query Builder