Junglewise Threat Intelligence

CVE-2026-45958: Linux Kernel Exynos DRM user pointer dereference in vidi_connection_ioctl

CVE-2026-45958 · Severity: info · CVSS 7.8 · Published 2026-05-27

Technologies: Linux Kernel. Vendors: Linux.

Executive brief

A security vulnerability was identified in the Linux kernel's Exynos video driver. The system was incorrectly handling data provided by users, which could allow a local attacker to access or modify sensitive kernel memory. This could lead to a complete system takeover or a crash, impacting the stability and security of devices using Exynos hardware.

Technical details

A vulnerability exists in the 'vidi_connection_ioctl' function within 'drivers/gpu/drm/exynos/exynos_drm_vidi.c' of the Linux kernel. The driver directly dereferences a user-space pointer ('vidi->edid') without using proper memory copying functions like 'copy_from_user()'. This flaw allows a local user with access to the IOCTL interface to trigger arbitrary kernel memory access. An attacker could exploit this to read or write to kernel memory, leading to privilege escalation or a denial-of-service (system crash). The fix involves copying the EDID data into a kernel-side buffer before processing.

Affected products

  • Linux Linux Kernel All versions prior to the fixed commits in 2026

Timeline

  • 2026-01-19: other: Vulnerability fix authored
  • 2026-04-18: patched: Fix committed to stable tree
  • 2026-05-27: disclosed: CVE published

References