4 matches found
BELL-CVE-2025-39820
Bulletin has no description...
CVE-2025-39820
creationtimestamp| type| source ---|---|--- 2025-09-16 14:30:54+00:00| seen| https://gist.github.com/Darkcrai86/61b41cb0d4a90857ee09e20ba0273875...
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...
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...