
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-23366 is a NULL pointer dereference vulnerability in the Linux kernel's drm/client module, specifically in the drm_client_modeset_probe function. When the kcalloc memory allocation for modes fails, the error handling path calls modes_destroy on the NULL pointer without a NULL check, resulting in a kernel crash. The vulnerability affects Linux kernel versions 6.16 through 6.18.16, 6.19.0 through 6.19.6, and 7.0-rc1 through 7.0-rc7. It was published on March 25, 2026, and carries a CVSS v3.1 base score of 5.5 (Medium) (Red Hat Advisory, Red Hat Bugzilla).
The root cause is classified as CWE-476 (NULL Pointer Dereference) and CWE-824 (Access of Uninitialized Pointer). In drm_client_modeset_probe, if kcalloc fails to allocate memory for the modes array, execution jumps to the out label, where modes_destroy is called on the resulting NULL pointer without a prior NULL check — causing a kernel NULL pointer dereference. Exploitation requires local access with low privileges and can be triggered under memory pressure or resource exhaustion conditions. No public proof-of-concept exploit code is known to exist (Red Hat Bugzilla, Feedly).
Successful exploitation results in a kernel crash, causing a denial of service (DoS) affecting system availability. There is no confidentiality or integrity impact — the vulnerability cannot be used to access or modify data. The affected scope is limited to the local system, and lateral movement or data exfiltration are not possible through this vulnerability alone (Red Hat Advisory, Feedly).
Apply the upstream kernel patches committed to the stable branches: commit 4e3ca5f, commit 9aa3e33, and commit c601fd5. Update to kernel version 6.18.17 or later, or 6.19.7 or later to receive the fix. As a compensating control, enforce least-privilege access and restrict local system access to minimize exposure, since exploitation requires local low-privilege access (Red Hat Bugzilla, Feedly).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."