CVE-2026-45958
HIGH
Published May 27, 2026
Modified May 30, 2026
Description
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.
CVSS v3.1 Score
7.1
HIGH
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H
EPSS — Exploit Prediction
0.0013
Probability of exploitation
0.03%
Percentile rank
EPSS estimates the probability that this vulnerability will be exploited in the wild within the next 30 days. A higher score means more likely to be exploited.
References
Other References
https://git.kernel.org/stable/c/13537f7f6d28a87ee2e496e071b6ad9541905f23
https://git.kernel.org/stable/c/235d702b771416b8a61e81bb09ba39282e4268fd
https://git.kernel.org/stable/c/2e147aa3169b83eaf044776f81d86235bf147de1
https://git.kernel.org/stable/c/4949e32387fe315b59ad5f422c9fc52836fbdd1e
https://git.kernel.org/stable/c/4c4193829109f38b2855de77981adc2e066286c7
https://git.kernel.org/stable/c/7efb6a4e6b1b523e744d17e6249757ed97caae7c
https://git.kernel.org/stable/c/c2914c0ca7557c6c5c845621cb6d6c9f26ab5a8c
https://git.kernel.org/stable/c/d4c98c077c7fb2dfdece7d605e694b5ea2665085
Frequently Asked Questions
What is CVE-2026-45958? +
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. It has a CVSS v3.1 base score of 7.1 (HIGH).
How severe is CVE-2026-45958? +
CVE-2026-45958 has a CVSS v3.1 score of 7.1 out of 10, rated HIGH. This is a high-severity vulnerability that should be prioritized for patching. The EPSS score is 0.0013, placing it in the 0th percentile for exploitation probability.
How do I check if I'm vulnerable to CVE-2026-45958? +
You can use Secably's free Website Scanner to check your website for known vulnerabilities. For infrastructure scanning, use the Port Scanner to identify exposed services that may be affected. Check the vendor advisories linked above for specific patch and version information.