The following table lists the changes that have been made to the
CVE-2025-37783 vulnerability over time.
Vulnerability history details can be useful for understanding the evolution
of a vulnerability, and for identifying the most recent changes that may
impact the vulnerability’s severity, exploitability, or other characteristics.
-
New CVE Received
by 416baaa9-dc9f-4396-8d5f-8c081fb06d67May. 01, 2025
Action Type Old Value New Value Added Description In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: Fix error pointers in dpu_plane_virtual_atomic_check
The function dpu_plane_virtual_atomic_check was dereferencing pointers
returned by drm_atomic_get_plane_state without checking for errors. This
could lead to undefined behavior if the function returns an error pointer.This commit adds checks using IS_ERR to ensure that plane_state is
valid before dereferencing them.Similar to commit da29abe71e16
(“drm/amd/display: Fix error pointers in amdgpu_dm_crtc_mem_type_changed”).Patchwork: https://patchwork.freedesktop.org/patch/643132/
Added Reference https://git.kernel.org/stable/c/5cb1b130e1cd04239cc9c26a98279f4660dce583 Added Reference https://git.kernel.org/stable/c/a9670ed1cce3216778c89936d3ae91cf0d436035