CVE-2026-23366 in Linux Kernel
摘要 (英语)
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.
负责
Linux
预定
2026-01-13
披露
2026-03-25
条目
VulDB provides additional information and datapoints for this CVE:
| 标识符 | 漏洞 | CWE | 可利用 | 对策 | CVE |
|---|---|---|---|---|---|
| 353095 | Linux Kernel drm_client_modeset_probe 拒绝服务 | 476 | 未定义 | 官方修复 | CVE-2026-23366 |