n 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/
Configuration 1 (hide)
|
06 Nov 2025, 17:21
| Type | Values Removed | Values Added |
|---|---|---|
| CWE | CWE-476 | |
| CPE | cpe:2.3:o:linux:linux_kernel:6.15:rc1:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.15:rc2:*:*:*:*:*:* |
|
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
| First Time |
Linux linux Kernel
Linux |
|
| References | () https://git.kernel.org/stable/c/5cb1b130e1cd04239cc9c26a98279f4660dce583 - Patch | |
| References | () https://git.kernel.org/stable/c/a9670ed1cce3216778c89936d3ae91cf0d436035 - Patch | |
| Summary |
|
01 May 2025, 14:15
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Published : 2025-05-01 14:15
Updated : 2025-11-06 17:21
NVD link : CVE-2025-37783
Mitre link : CVE-2025-37783
CVE.ORG link : CVE-2025-37783
JSON object : View
NULL Pointer Dereference