CVE-2026-23227
Linux Kernel vulnerability analysis and mitigation

Overview

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).

Technical details

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).

Impact

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).

Exploitability

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).

Exploitation steps

  1. Prerequisite: Obtain local access to a Linux system running a vulnerable kernel version (3.6–6.12.76, 6.13–6.18.10, or 6.19–6.19.0) with the Exynos Virtual Display (drm/exynos vidi) driver loaded.
  2. Identify driver availability: Confirm the vidi driver is active by checking /proc/modules or /sys/kernel/debug/dri/ for Exynos DRM entries.
  3. Set up concurrent threads: Write a multithreaded program that simultaneously issues 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.
  4. Trigger the race: Repeatedly race the two ioctl paths so that 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.
  5. Achieve objective: Depending on heap layout and timing, the use-after-free may result in a kernel crash, controlled memory read for information disclosure, or kernel code execution for privilege escalation (Red Hat Bugzilla).

Indicators of compromise

  • Logs: Kernel oops or BUG messages in dmesg or /var/log/kern.log referencing drm/exynos, vidi_get_modes, vidi_connection_ioctl, or kmemdup with invalid memory addresses.
  • Process: Unusual processes repeatedly invoking DRM ioctls (ioctl syscalls on /dev/dri/card*) at high frequency from low-privileged user accounts.
  • Kernel: KASAN (Kernel Address Sanitizer) reports of use-after-free in vidi_context or drm_edid structures, if KASAN is enabled on the system.
  • System Stability: Unexpected kernel panics or system reboots on systems with Exynos DRM hardware or virtual display drivers loaded.

Mitigation and workarounds

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).

Community reactions

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).

Additional resources

Linux Distribution fix status

Fix availability across major Linux distributions and their releases.

Debian

Fixed

bookworm

linux: 6.1.170-1

Fixed

sid

linux: 6.18.12-1

Fixed

trixie

linux: 6.12.85-1

Fixed

Ubuntu

Fixed

bionic (esm-infra)

linux

Affected

bionic (fips-updates)

linux-fips

Affected

bionic (fips)

linux-fips

Affected

devel

linux

Not Affected

focal

linux-azure-fde-5.15

Not Affected

focal (esm-infra)

linux

Affected

focal (fips-updates)

linux-fips

Affected

focal (fips)

linux-fips

Affected

RHEL / CentOS

Affected

RHEL 8

Not Affected

RHEL 9

Not Affected

RHEL 10

Not Affected

SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-80904MEDIUM5.9
  • Linux Kernel logoLinux Kernel
  • linux-oracle-7.0
NoYesSep 04, 2026
CVE-2026-80905MEDIUM5.5
  • Linux Kernel logoLinux Kernel
  • linux-azure-6.8
NoYesSep 04, 2026
CVE-2026-80913MEDIUM4.4
  • Linux Kernel logoLinux Kernel
  • linux-intel-iotg
NoYesSep 04, 2026
CVE-2026-80912MEDIUM4.4
  • Linux Kernel logoLinux Kernel
  • linux-lowlatency-hwe-5.15
NoYesSep 04, 2026
CVE-2026-80906NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-azure-4.15
NoYesSep 04, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management