
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-23227 is a use-after-free vulnerability in the Linux kernel's Exynos Virtual Display (drm/exynos vidi) driver, caused by missing lock protection during concurrent memory allocation and deallocation operations. It was disclosed on February 18, 2026, and affects Linux kernel versions 3.6 through 6.12.76, 6.13 through 6.18.10, and 6.19 through 6.19.0. The vulnerability carries a CVSS v3.1 base score of 7.8 (High), exploitable locally with low privileges and no user interaction required (Red Hat Bugzilla, Feedly).
The root cause is a race condition (CWE-416: Use After Free) in the vidi_context structure of the Exynos Virtual Display driver, where member variables governing memory allocation and deallocation are not protected by ctx->lock. An attacker can trigger the vulnerability by issuing concurrent DRM ioctls — specifically vidi_connection_ioctl and drm_mode_getconnector — from multiple threads. In the race scenario, one thread frees ctx->raw_edid while another thread is still reading it (via drm_edid_dup), leading to a subsequent kmemdup call on freed memory. The fix requires wrapping all vidi_context memory alloc/free operations with ctx->lock to serialize access (Red Hat Bugzilla, git.kernel.org).
Successful exploitation can result in kernel crashes (denial of service), kernel memory disclosure (confidentiality impact), or local privilege escalation (integrity impact), as the use-after-free condition allows an attacker to influence freed kernel memory. The vulnerability is limited to the local attack surface and requires only low privileges, making it accessible to unprivileged local users on systems with Exynos Virtual Display driver loaded. The scope is confined to the affected system, but privilege escalation could enable further lateral movement within a compromised host (Feedly).
There is no public proof-of-concept exploit or evidence of in-the-wild exploitation at this time. The vulnerability has an EPSS score of approximately 0.018% (0.000180), indicating a low probability of exploitation in the near term. It has not been added to the CISA Known Exploited Vulnerabilities (KEV) catalog. Detection has been implemented via Nessus plugins (IDs 299428, 311299, 311783, 318288) (Feedly).
drm/exynos vidi) driver loaded./proc/modules or /sys/kernel/debug/dri/ for Exynos DRM entries.vidi_connection_ioctl (to toggle connection state and trigger drm_edid_free) from one thread and drm_mode_getconnector (which calls vidi_get_modes and drm_edid_dup) from another thread.ctx->raw_edid is freed by vidi_connection_ioctl while drm_edid_dup is still accessing it in vidi_get_modes, causing kmemdup to operate on freed memory.dmesg or /var/log/kern.log referencing drm/exynos, vidi_get_modes, vidi_connection_ioctl, or kmemdup with invalid memory addresses.ioctl syscalls on /dev/dri/card*) at high frequency from low-privileged user accounts.vidi_context or drm_edid structures, if KASAN is enabled on the system.Update the Linux kernel to a patched version: 6.12.77 or later, 6.18.11 or later, or 6.19.1 or later. Four upstream patch commits address this issue: 0cd2c155740d, 52b330799e2d, 60b75407c172, and abfdf449fb3d at kernel.org. Debian has issued security advisories (DSA-6238-1, DSA-6243-1, DLA-4561-1) with updated kernel packages. As a temporary workaround where patching is not immediately possible, restrict local user access and consider unloading the exynos-drm or vidi kernel module if it is not required (Red Hat Bugzilla, git.kernel.org, Feedly).
The vulnerability was reported to Red Hat's Product Security team via OSIDB on February 18, 2026, and tracked in Red Hat Bugzilla. Debian issued multiple security advisories (DSA-6238-1, DSA-6243-1, DLA-4561-1) addressing this CVE as part of broader Linux kernel update packages. The Yocto Project security mailing list also referenced the issue. No notable independent researcher commentary or significant social media discussion has been identified (Red Hat Bugzilla, Debian DSA-6238).
Fix availability across major Linux distributions and their releases.
bionic (esm-infra)
linux
bionic (fips-updates)
linux-fips
bionic (fips)
linux-fips
devel
linux
focal
linux-azure-fde-5.15
focal (esm-infra)
linux
focal (fips-updates)
linux-fips
focal (fips)
linux-fips
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."