In the Linux kernel, the following vulnerability has been resolved:
drm/client: Do not destroy NULL modes
'modes' in drm_client_modeset_probe may fail to kcalloc. If this
occurs, we jump to 'out', calling modes_destroy on it, which
dereferences it. This may result in a NULL pointer dereference in the
error case. Prevent that.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2026-03-25 11:16
Updated : 2026-06-17 10:21
NVD link : CVE-2026-23366
Mitre link : CVE-2026-23366
CVE.ORG link : CVE-2026-23366
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-476
NULL Pointer Dereference
