In the Linux kernel, the following vulnerability has been resolved:
drm/arm/malidp: fix a possible null pointer dereference
In malidp_mw_connector_reset, new memory is allocated with kzalloc, but
no check is performed. In order to prevent null pointer dereferencing,
ensure that mw_state is checked before calling
__drm_atomic_helper_connector_reset.
References
Configurations
Configuration 1 (hide)
|
History
04 Nov 2025, 18:16
| Type | Values Removed | Values Added |
|---|---|---|
| References |
|
Information
Published : 2024-05-29 07:15
Updated : 2025-11-04 18:16
NVD link : CVE-2024-36014
Mitre link : CVE-2024-36014
CVE.ORG link : CVE-2024-36014
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-476
NULL Pointer Dereference
