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

Tangquan Zheng

Researcher fromOPPO
#35268of 56,330
7.8Total CVSS
Vulnerabilities · 1
PT-2024-31376
7.8
2024-08-15
Linux · Linux Kernel · CVE-2024-45022
**Name of the Vulnerable Software and Affected Versions** Linux kernel (affected versions not specified) **Description** The issue is related to the mm/vmalloc component of the Linux kernel, where the ` vmap pages range noflush()` function assumes that its argument `pages**` contains pages with the same page shift. However, if `gfp flags` includes ` GFP NOFAIL` with high order in `vm area alloc pages()` and page allocation fails for high order, `pages**` may contain two different page shifts (high order and order-0), leading to incorrect mappings and potentially resulting in memory corruption. Users might encounter this issue when using `kvmalloc()` with ` GFP NOFAIL` and `GFP X` flags, and `vmap allow huge` is set to true. **Recommendations** At the moment, there is no information about a newer version that contains a fix for this vulnerability.