Lucene search
+L

1599 matches found

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

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.5CVSS0.00121EPSS
SaveExploits0References2
OSV
OSV
added 2025/09/16 1:15 p.m.5 views

DEBIAN-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.5CVSS5.4AI score0.00121EPSS
SaveExploits0References1
CVE
CVE
added 2025/09/16 1:0 p.m.23 views

CVE-2025-39820

CVE-2025-39820 affects the Linux kernel DRM MSM DPU path (drm/msm/dpu). Root cause: drm_atomic_get_new_connector_state() may return NULL if the connector isn’t part of the atomic state, risking a NULL pointer dereference. The fix adds a NULL check in dpu_encoder_needs_modeset (mirroring the patte...

5.5CVSS6.1AI score0.00121EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2025/09/16 1:0 p.m.6 views

CVE-2025-39820 drm/msm/dpu: Add a null ptr check for dpu_encoder_needs_modeset

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.5CVSS6.1AI score0.00121EPSS
SaveExploits0References5
NVD
NVD
added 2025/09/16 8:15 a.m.8 views

CVE-2023-53284

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: check for null return of devmkzalloc in dpuwritebackinit Because of the possilble failure of devmkzalloc, dpuwbconn might be NULL and will cause null pointer dereference later. Therefore, it might be better to check ...

5.5CVSS0.00134EPSS
SaveExploits0References3
OSV
OSV
added 2025/09/16 8:15 a.m.5 views

UBUNTU-CVE-2023-53284

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: check for null return of devmkzalloc in dpuwritebackinit Because of the possilble failure of devmkzalloc, dpuwbconn might be NULL and will cause null pointer dereference later. Therefore, it might be better to check ...

5.5CVSS5.7AI score0.00134EPSS
SaveExploits0References6
CVE
CVE
added 2025/09/16 8:11 a.m.26 views

CVE-2023-53284

The CVE-2023-53284 issue occurs in the Linux kernel DRM MSM DPU code path: if devm_kzalloc() fails during dpu_writeback_init(), dpu_wb_conn may become NULL and trigger a null pointer dereference later. The connected Astra Linux and SUSE advisories reproduce the same description and confirm the un...

5.5CVSS6.1AI score0.00134EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2025/09/16 8:11 a.m.8 views

CVE-2023-53284

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: check for null return of devmkzalloc in dpuwritebackinit Because of the possilble failure of devmkzalloc, dpuwbconn might be NULL and will cause null pointer dereference later. Therefore, it might be better to check ...

5.5CVSS5.3AI score0.00134EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/09/16 8:11 a.m.10 views

CVE-2023-53284 drm/msm/dpu: check for null return of devm_kzalloc() in dpu_writeback_init()

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: check for null return of devmkzalloc in dpuwritebackinit Because of the possilble failure of devmkzalloc, dpuwbconn might be NULL and will cause null pointer dereference later. Therefore, it might be better to check ...

0.00134EPSS
SaveExploits0References3
OSV
OSV
added 2025/09/16 8:11 a.m.7 views

CVE-2023-53284 drm/msm/dpu: check for null return of devm_kzalloc() in dpu_writeback_init()

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: check for null return of devmkzalloc in dpuwritebackinit Because of the possilble failure of devmkzalloc, dpuwbconn might be NULL and will cause null pointer dereference later. Therefore, it might be better to check ...

5.5CVSS6.1AI score0.00134EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2025/09/16 12:0 a.m.5 views

PT-2025-37965

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A null pointer dereference issue was resolved in the drm/msm/dpu module. The drm atomic get new connector state function can return NULL if the connector is not part of the atomic stat...

6AI score0.00121EPSS
SaveExploits0References5
NVD
NVD
added 2025/09/15 3:15 p.m.21 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
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
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
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.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
Rows per page
Query Builder