VDB
DEBIAN-CVE-2024-39497
DEBIAN-CVE-2024-39497
PUBLISHED
CVSS 5.5 MEDIUM
In the Linux kernel, the following vulnerability has been resolved: drm/shmem-helper: Fix BUG_ON() on mmap(PROT_WRITE, MAP_PRIVATE) Lack of check for copy-on-write (COW) mapping in drm_gem_shmem_mmap allows users to call mmap with PROT_WRITE and MAP_PRIVATE flag causing a kernel panic due to BUG_ON in vmf_insert_pfn_prot: BUG_ON((vma->vm_flags & VM_PFNMAP) && is_cow_mapping(vma->vm_flags)); Return -EINVAL early if COW mapping is detected. This bug affects all drm drivers using default shmem helpers. It can be reproduced by this simple example: void *ptr = mmap(0, size, PROT_WRITE, MAP_PRIVATE, fd, mmap_offset); ptr[0] = 0;
Risk Scores
CVSS 3.1
5.5
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Debian:14 | linux | 0, 0 |
| Debian:11 | linux | 5.10.162-1, 5.10.178-1, 5.10.178-2 |
| Debian:11 | linux-6.1 | 6.1.106-3, 6.1.112-1, 0 |
| Debian:13 | linux | 0, 0 |
| Debian:12 | linux | 6.1.64-1, 6.1.67-1, 6.1.69-1 |
Timeline
- Jul 12, 2024 CVE Published
- Apr 28, 2026 CVE Updated