Lucene search
+L

545 matches found

OSV
OSV
added 2025/09/15 3:15 p.m.9 views

UBUNTU-CVE-2023-53223

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

5.5CVSS5.8AI score0.00156EPSS
SaveExploits0References11
CVE
CVE
added 2025/09/15 2:22 p.m.30 views

CVE-2023-53239

CVE-2023-53239 affects the Linux kernel component drm/msm/mdp5. The vulnerability arises because kzalloc() may return NULL and code did not reliably handle this, risking a NULL pointer dereference. The advisories indicate a patch was added to validate the kzalloc return value to avoid dereferenci...

5.5CVSS6.1AI score0.00156EPSS
SaveExploits0References6Affected Software1
CVE
CVE
added 2025/09/15 2:22 p.m.36 views

CVE-2023-53235

CVE-2023-53235: In the Linux kernel, a use-after-free can occur in drm_dev_put() during device-managed cleanup when a driver is freed after kunit-managed resources. The root cause is dereferencing a driver that has become freed due to mismatched resource lifetimes (driver allocated as kunit-manag...

7.8CVSS6AI score0.00164EPSS
SaveExploits0References2Affected Software1
NVD
NVD
added 2025/09/15 2:15 p.m.8 views

CVE-2022-50260

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Make .remove and .shutdown HW shutdown consistent Drivers' .remove and .shutdown callbacks are executed on different code paths. The former is called when a device is removed from the bus, while the latter is called at...

5.5CVSS0.00154EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/09/15 2:2 p.m.16 views

CVE-2022-50260 drm/msm: Make .remove and .shutdown HW shutdown consistent

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Make .remove and .shutdown HW shutdown consistent Drivers' .remove and .shutdown callbacks are executed on different code paths. The former is called when a device is removed from the bus, while the latter is called at...

0.00154EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2025/09/15 12:0 a.m.6 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from inconsistent hardware shutdown logic in the .remove and .shutdown callback functions of the drm/msm driver,...

5.5CVSS6.3AI score0.00154EPSS
SaveExploits0References3
Microsoft CVE
Microsoft CVE
added 2025/09/13 1:2 a.m.9 views

drm/amd/display: add null check

...

5.5CVSS7AI score0.00154EPSS
SaveExploits0
NVD
NVD
added 2025/09/11 5:15 p.m.7 views

CVE-2025-39747

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Add error handling for krealloc in metadata setup Function msmioctlgeminfosetmetadata now checks for krealloc failure and returns -ENOMEM, avoiding potential NULL pointer dereference. Explicitly avoids GFPNOFAIL due to...

5.5CVSS0.00155EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/09/11 4:52 p.m.15 views

CVE-2025-39747 drm/msm: Add error handling for krealloc in metadata setup

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Add error handling for krealloc in metadata setup Function msmioctlgeminfosetmetadata now checks for krealloc failure and returns -ENOMEM, avoiding potential NULL pointer dereference. Explicitly avoids GFPNOFAIL due to...

0.00155EPSS
SaveExploits0References4
CVE
CVE
added 2025/09/11 4:52 p.m.30 views

CVE-2025-39740

The CVE-2025-39740 entry concerns a Linux kernel vulnerability in the DRM XE migration path. It describes a potential use-after-free (UAF) scenario if a fence_wait is performed after the previous fence has already been put(), on the error path. The fix changes the control flow so that the put() i...

7.8CVSS5.9AI score0.00153EPSS
SaveExploits0References2Affected Software1
Microsoft CVE
Microsoft CVE
added 2025/09/07 8:8 a.m.4 views

drm/amd/display: Avoid a NULL pointer dereference

...

5.5CVSS6.8AI score0.00156EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2025/09/07 1:9 a.m.14 views

drm/amdgpu: check if hubbub is NULL in debugfs/amdgpu_dm_capabilities

...

5.5CVSS7AI score0.00143EPSS
SaveExploits0
OSV
OSV
added 2025/09/04 4:15 p.m.3 views

DEBIAN-CVE-2025-38703

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Make dma-fences compliant with the safe access rules Xe can free some of the data pointed to by the dma-fences it exports. Most notably the timeline name can get freed if userspace closes the associated submit queue. At t...

7.8CVSS6.2AI score0.00165EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/04 4:15 p.m.12 views

UBUNTU-CVE-2025-38703

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Make dma-fences compliant with the safe access rules Xe can free some of the data pointed to by the dma-fences it exports. Most notably the timeline name can get freed if userspace closes the associated submit queue. At t...

8.5CVSS6.5AI score0.00165EPSS
SaveExploits0References23
OSV
OSV
added 2025/09/04 3:32 p.m.9 views

CVE-2025-38705 drm/amd/pm: fix null pointer access

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: fix null pointer access Writing a string without delimiters ' ', '\n', '\0' to the under gpuod/fanctrl sysfs or pppowerprofilemode for the CUSTOM profile will result in a null pointer dereference...

6.1AI score
SaveExploits0References7
Microsoft CVE
Microsoft CVE
added 2025/09/04 9:14 a.m.6 views

drm/amdkfd: Don't call mmput from MMU notifier callback

...

5.5CVSS7AI score0.00114EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2025/09/04 8:39 a.m.7 views

drm/sched: Increment job count before swapping tail spsc queue

...

4.7CVSS6.8AI score0.0015EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2025/09/04 6:28 a.m.9 views

drm/msm: Fix a fence leak in submit error path

...

5.5CVSS7AI score0.00161EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2025/09/04 5:55 a.m.9 views

drm/i915/gt: Cleanup partial engine discovery failures

...

5.5CVSS7AI score0.00255EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2025/09/04 5:23 a.m.13 views

drm/amdgpu: Fix possible NULL dereference in amdgpu_ras_query_error_status_helper()

...

5.5CVSS7AI score0.00282EPSS
SaveExploits0
Rows per page
Query Builder