Home
Home
Trends
Trends
Vulnerabilities
Vulnerabilities
News
News
Researchers
Researchers
Why dbugs?
Why dbugs?
Settings

Karol Wachowski

Researcher fromIntel
#35267of 56,330
7.8Total CVSS
Vulnerabilities · 1
PT-2024-28512
7.8
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.