Home
Trends
Vulnerabilities
News
Researchers
Why dbugs?

Karol Wachowski

Researcher fromIntel
#46470of 53,632
5.5Total CVSS
Vulnerabilities · 1
PT-2024-28512
5.5
2024-05-20
Linux · Linux Kernel · CVE-2024-39497
**Name of the Vulnerable Software and Affected Versions** Linux kernel (affected versions not specified) **Description** A 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`. The issue can be reproduced by calling `mmap` with specific parameters, such as `void *ptr = mmap(0, size, PROT WRITE, MAP PRIVATE, fd, mmap offset);`. This bug affects all drm drivers using default shmem helpers. **Recommendations** At the moment, there is no information about a newer version that contains a fix for this vulnerability.