CVE-2024-39497
Linux Kernel vulnerability analysis and mitigation

Overview

A vulnerability was discovered in the Linux kernel's DRM (Direct Rendering Manager) subsystem, specifically in the drmgemshmemmmap function. The vulnerability (CVE-2024-39497) was disclosed on July 12, 2024, and affects all DRM drivers using default shmem helpers. The issue stems from a lack of check for copy-on-write (COW) mapping, which allows users to call mmap with PROTWRITE and MAP_PRIVATE flags (NVD).

Technical details

The vulnerability occurs in the drmgemshmemmmap function where there is no validation for copy-on-write mapping. When users call mmap with PROTWRITE and MAPPRIVATE flags, it triggers a kernel panic due to a BUGON assertion in vmfinsertpfnprot: BUGON((vma->vmflags & VMPFNMAP) && iscowmapping(vma->vmflags)). The issue can be reproduced using a simple code example: void *ptr = mmap(0, size, PROTWRITE, MAPPRIVATE, fd, mmapoffset); ptr[0] = 0; (Kernel Commit).

Impact

When exploited, this vulnerability causes a kernel panic, leading to a system crash. This affects all DRM drivers that use default shmem helpers, potentially impacting a wide range of Linux systems using these graphics drivers (NVD).

Mitigation and workarounds

The issue has been fixed by adding an early check for COW mapping in the drmgemshmem_mmap function, which returns -EINVAL if such mapping is detected. The fix has been implemented in various kernel versions, including Ubuntu 24.04 LTS (6.8.0-44.44), Ubuntu 22.04 LTS (5.15.0-133.144), and other distributions (Ubuntu Security).

Additional resources


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-2025-40205HIGH7.8
  • Linux KernelLinux Kernel
  • linux-gcp-5.4
NoYesNov 12, 2025
CVE-2025-40211HIGH7.1
  • Linux KernelLinux Kernel
  • linux-gcp-6.8
NoYesNov 21, 2025
CVE-2025-40206MEDIUM5.5
  • Linux KernelLinux Kernel
  • kernel-zfcpdump-modules-extra
NoYesNov 12, 2025
CVE-2025-40210MEDIUM5.1
  • Linux KernelLinux Kernel
  • kernel-rt-64k-modules
NoYesNov 21, 2025
CVE-2025-40212N/AN/A
  • Linux KernelLinux Kernel
  • linux-azure-6.14
NoYesNov 24, 2025

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