Lucene search
+L

1608 matches found

NVD
NVD
added 2025/09/15 3:15 p.m.22 views

CVE-2023-53239

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

5.5CVSS0.00146EPSS
SaveExploits0References6
OSV
OSV
added 2025/09/15 3:15 p.m.10 views

DEBIAN-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.3AI score0.00146EPSS
SaveExploits0References1
NVD
NVD
added 2025/09/15 3:15 p.m.6 views

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

UBUNTU-CVE-2023-53239

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

5.5CVSS5.8AI score0.00146EPSS
SaveExploits0References9
CVE
CVE
added 2025/09/15 2:22 p.m.24 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
Vulnrichment
Vulnrichment
added 2025/09/15 2:22 p.m.2 views

CVE-2023-53239 drm/msm/mdp5: Add check for kzalloc

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

6.1AI score0.00146EPSS
SaveExploits0References6
OSV
OSV
added 2025/09/15 2:22 p.m.5 views

CVE-2023-53239 drm/msm/mdp5: Add check for kzalloc

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

5.5CVSS4.9AI score0.00146EPSS
SaveExploits0References9
OSV
OSV
added 2025/09/15 2:21 p.m.9 views

CVE-2023-53223 drm/msm/dsi: Add missing check for alloc_ordered_workqueue

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.5CVSS5AI score0.00146EPSS
SaveExploits0References11
OSV
OSV
added 2025/09/15 2:15 p.m.9 views

AZL-70768 CVE-2022-50260 affecting package kernel 5.15.200.1-1

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.5CVSS5.6AI score0.00143EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/15 2:15 p.m.2 views

DEBIAN-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.5CVSS5.2AI score0.00143EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/15 2:15 p.m.4 views

UBUNTU-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.5CVSS5.7AI score0.00143EPSS
SaveExploits0References6
CVE
CVE
added 2025/09/15 2:2 p.m.28 views

CVE-2022-50260

CVE-2022-50260 concerns the Linux kernel DRM MSM driver where .remove and .shutdown callbacks run via different code paths, creating a risk of calling drm_atomic_helper_shutdown() on an uninitialized DRM device. The initial description explains this mismatch can trigger kernel panics, especially ...

5.5CVSS6AI score0.00143EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/09/15 2:2 p.m.6 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...

5.5CVSS6AI score0.00143EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2025/09/15 12:0 a.m.5 views

PT-2025-37664

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A missing check for the return value of alloc ordered workqueue can lead to a NULL pointer dereference within the drm/msm/dsi subsystem of the Linux kernel. The vulnerability is...

5.9AI score0.00146EPSS
SaveExploits0References10
Positive Technologies
Positive Technologies
added 2025/09/15 12:0 a.m.3 views

PT-2025-37680

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The Linux kernel contains a flaw in the drm/msm/mdp5 module where a missing check for the return value of kzalloc could lead to a NULL pointer dereference. kzalloc may fail and return ...

6AI score0.00146EPSS
SaveExploits0References8
OSV
OSV
added 2025/09/11 5:15 p.m.8 views

AZL-67199 CVE-2025-39747 affecting package kernel 6.6.126.1-1

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.5CVSS5.6AI score0.00145EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/11 5:15 p.m.4 views

UBUNTU-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.5CVSS5.9AI score0.00145EPSS
SaveExploits0References23
CVE
CVE
added 2025/09/11 4:52 p.m.36 views

CVE-2025-39747

Technical details about CVE-2025-39747 are not publicly provided in the supplied documents. Monitoring for updates from OSV/Root feeds is advised; no concrete affected products, root cause, or patch details are present here.

5.5CVSS6.1AI score0.00145EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2025/09/11 4:52 p.m.7 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...

5.5CVSS6.1AI score0.00145EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2025/09/11 12:0 a.m.7 views

PT-2025-37206

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The Linux kernel contains an issue in the drm/msm module. The msm ioctl gem info set metadata function lacked error handling for krealloc failures, potentially leading to a NULL pointe...

5.5CVSS5.9AI score0.00145EPSS
SaveExploits0
Rows per page
Query Builder