Lucene search
+L

1599 matches found

Positive Technologies
Positive Technologies
added 2025/12/24 12:0 a.m.24 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.00462EPSS
Exploits2References896
SUSE CVE
SUSE CVE
added 2025/12/17 12:23 a.m.5 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...

6.4AI score0.0015EPSS
Exploits0References3
Tenable Nessus
Tenable Nessus
added 2025/12/17 12:0 a.m.5 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...

5.4AI score0.00162EPSS
Exploits0References2
EUVD
EUVD
added 2025/12/16 6:31 p.m.5 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.0015EPSS
Exploits0References3
CVE
CVE
added 2025/12/16 3:39 p.m.18 views

CVE-2025-68314

The CVE-2025-68314 entry concerns the Linux kernel component drm/msm. The vulnerability stems from last_fence not being updated in the vm-bind path, causing last_fence to not be waited on at context close for certain contexts, which can lead to faults as resources are freed while still in use. A ...

6AI score0.0015EPSS
Exploits0References2
EUVD
EUVD
added 2025/12/16 3:30 p.m.7 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.00162EPSS
Exploits0References3
Cvelist
Cvelist
added 2025/12/16 1:43 p.m.34 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...

0.00162EPSS
Exploits0References2
CVE
CVE
added 2025/12/16 1:43 p.m.18 views

CVE-2025-68189

CVE-2025-68189 : Linux kernel DRM MSM GEM object free for imported dma-bufs could mishandle residency checks (obj->resv vs. obj->_resv) alongside the _NO_SHARE flag, leading to a crash. The fix updates msm_gem_free_object to correctly validate both conditions; patch available via Patchwork ...

6.2AI score0.00162EPSS
Exploits0References2
Tenable Nessus
Tenable Nessus
added 2025/12/11 12:0 a.m.5 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.00208EPSS
Exploits0References2
RedhatCVE
RedhatCVE
added 2025/12/10 1:56 a.m.17 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.00194EPSS
Exploits0References4
EUVD
EUVD
added 2025/12/09 6:30 p.m.6 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.00208EPSS
Exploits0References6
OSV
OSV
added 2025/12/09 4:17 p.m.3 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.00194EPSS
Exploits0References1
NVD
NVD
added 2025/12/09 4:17 p.m.6 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.00208EPSS
Exploits0References5
UbuntuCve
UbuntuCve
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:...

5.8AI score0.00208EPSS
Exploits0References7
Debian CVE
Debian CVE
added 2025/12/09 1:30 a.m.6 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.00194EPSS
Exploits0
Cvelist
Cvelist
added 2025/12/09 1:29 a.m.45 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.00208EPSS
Exploits0References5
OSV
OSV
added 2025/12/09 1:29 a.m.8 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 score0.00208EPSS
Exploits0References8
Debian CVE
Debian CVE
added 2025/12/09 1:29 a.m.7 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.00208EPSS
Exploits0
SUSE CVE
SUSE CVE
added 2025/12/05 12:25 a.m.4 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.00162EPSS
Exploits0References3
NVD
NVD
added 2025/12/04 4:16 p.m.7 views

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

0.00162EPSS
Exploits0References2
Rows per page
Query Builder