CyberRota
← Ana sayfaya dön

CVE-2026-45958

HIGH · CVSS 7.1 EPSS %0.13

Kaynak: NVD + CISA KEV + EPSS · Yayınlanma: 2026-05-27T14:17:12.417 · Çekilme zamanı: 2026-06-25T12:11:17.062297+00:00

CyberRota Yorumu

Bellek tüketimine neden olabilir.

CVE
CVE-2026-45958
Severity
HIGH
CVSS
7.1
EPSS
%0.13
Linux

Orijinal NVD Açıklaması

In the Linux kernel, the following vulnerability has been resolved: drm/exynos: vidi: fix to avoid directly dereferencing user pointer In vidi_connection_ioctl(), vidi->edid(user pointer) is directly dereferenced in the kernel. This allows arbitrary kernel memory access from the user space, so instead of directly accessing the user pointer in the kernel, we should modify it to copy edid to kernel memory using copy_from_user() and use it.