Lucene search
+L

639 matches found

OSV
OSV
added 2025/09/16 1:15 p.m.7 views

UBUNTU-CVE-2025-39811

In the Linux kernel, the following vulnerability has been resolved: drm/xe/vm: Clear the scratchpt pointer on error Avoid triggering a dereference of an error pointer on cleanup in xevmfreescratch by clearing any scratchpt error pointer. cherry picked from commit...

5.5CVSS5.9AI score0.00145EPSS
SaveExploits0References16
OSV
OSV
added 2025/09/16 1:15 p.m.16 views

UBUNTU-CVE-2025-39820

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: Add a null ptr check for dpuencoderneedsmodeset The drmatomicgetnewconnectorstate can return NULL if the connector is not part of the atomic state. Add a check to prevent a NULL pointer dereference. This follows the...

5.7CVSS5.7AI score0.00121EPSS
SaveExploits0References5
OSV
OSV
added 2025/09/16 8:11 a.m.8 views

CVE-2023-53288 drm/client: Fix memory leak in drm_client_modeset_probe

In the Linux kernel, the following vulnerability has been resolved: drm/client: Fix memory leak in drmclientmodesetprobe When a new mode is set to modeset-mode, the previous mode should be freed. This fixes the following kmemleak report: drmmodeduplicate+0x45/0x220 drm...

5.5CVSS4.8AI score0.00136EPSS
SaveExploits0References9
NVD
NVD
added 2025/09/15 3:15 p.m.9 views

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.5CVSS0.00146EPSS
SaveExploits0References8
OSV
OSV
added 2025/09/15 3:15 p.m.5 views

DEBIAN-CVE-2022-50292

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dp: fix bridge lifetime Device-managed resources allocated post component bind must be tied to the lifetime of the aggregate DRM device or they will not necessarily be released when binding of the aggregate device is...

5.5CVSS5.4AI score0.00127EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/15 3:15 p.m.7 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.00146EPSS
SaveExploits0References11
CVE
CVE
added 2025/09/15 2:22 p.m.28 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.00146EPSS
SaveExploits0References6Affected Software1
CVE
CVE
added 2025/09/15 2:22 p.m.33 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.00153EPSS
SaveExploits0References2Affected Software1
NVD
NVD
added 2025/09/15 2:15 p.m.7 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.00143EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/09/15 2:2 p.m.13 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.00143EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2025/09/15 12:0 a.m.5 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.00143EPSS
SaveExploits0References3
Microsoft CVE
Microsoft CVE
added 2025/09/13 1:2 a.m.7 views

drm/amd/display: add null check

...

5.5CVSS7AI score0.00143EPSS
SaveExploits0
NVD
NVD
added 2025/09/11 5:15 p.m.5 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.00145EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/09/11 4:52 p.m.12 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.00145EPSS
SaveExploits0References4
CVE
CVE
added 2025/09/11 4:52 p.m.24 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.00143EPSS
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.00146EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2025/09/07 1:9 a.m.13 views

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

...

5.5CVSS7AI score0.00134EPSS
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.00154EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/04 4:15 p.m.9 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.00154EPSS
SaveExploits0References23
OSV
OSV
added 2025/09/04 3:32 p.m.4 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...

5.5CVSS6.1AI score0.00145EPSS
SaveExploits0References7
Rows per page
Query Builder