PatchSiren cyber security CVE debrief
CVE-2026-45958 Linux CVE debrief
A vulnerability in the Linux kernel's DRM/Exynos VIDI driver allowed direct dereferencing of a user-supplied pointer in `vidi_connection_ioctl()`, enabling potential arbitrary kernel memory access from user space. The issue was resolved by replacing direct pointer access with proper `copy_from_user()` usage to safely copy EDID data into kernel memory.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- HIGH 7.1
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-05-27
- Original CVE updated
- 2026-06-16
- Advisory published
- 2026-05-27
- Advisory updated
- 2026-06-16
Who should care
Organizations running Linux systems with Exynos-based hardware utilizing the DRM VIDI driver; embedded/ARM device manufacturers; kernel maintainers and security teams tracking local privilege escalation vectors in kernel subsystems
Technical summary
The Exynos VIDI (Virtual Display) driver in the Linux kernel's DRM subsystem contained an unsafe direct dereference of a user-provided pointer in the `vidi_connection_ioctl()` function. The `vidi->edid` field, which receives a pointer from user space, was accessed directly in kernel context without validation or safe copying. This pattern permits user-space processes to supply arbitrary kernel addresses, potentially leading to arbitrary kernel memory read/write capabilities. The remediation replaces direct pointer usage with `copy_from_user()` to safely transfer EDID data into kernel-allocated memory, eliminating the unsafe dereference path.
Defensive priority
medium
Recommended defensive actions
- Apply kernel updates containing the referenced stable tree commits when available from your Linux distribution
- Verify kernel version is updated to a release incorporating the fix for CVE-2026-45958
- Review systems utilizing Exynos DRM VIDI driver functionality for exposure to this vulnerability
- Monitor NVD entry for CVSS scoring and severity assignment once analysis is completed
Evidence notes
CVE description confirms direct user pointer dereference in `vidi_connection_ioctl()` within `drm/exynos: vidi`. Multiple kernel.org stable tree commits provided as references indicate backports across supported kernel versions. No CVSS score or severity assigned by NVD at time of disclosure; status marked 'Awaiting Analysis'.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-45958 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-45958
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-45958 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-45958
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/13537f7f6d28a87ee2e496e071b6ad9541905f23
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/235d702b771416b8a61e81bb09ba39282e4268fd
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/2e147aa3169b83eaf044776f81d86235bf147de1
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/4949e32387fe315b59ad5f422c9fc52836fbdd1e
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/4c4193829109f38b2855de77981adc2e066286c7
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/7efb6a4e6b1b523e744d17e6249757ed97caae7c
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/c2914c0ca7557c6c5c845621cb6d6c9f26ab5a8c
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.