cve/2024/CVE-2024-26795.md
2025-09-29 21:09:30 +02:00

1.1 KiB
Raw Permalink Blame History

CVE-2024-26795

Description

In the Linux kernel, the following vulnerability has been resolved:riscv: Sparse-Memory/vmemmap out-of-bounds fixOffset vmemmap so that the first page of vmemmap will be mappedto the first page of physical memory in order to ensure thatvmemmaps bounds will be respected duringpfn_to_page()/page_to_pfn() operations.The conversion macros will produce correct SV39/48/57 addressesfor every possible/valid DRAM_BASE inside the physical memory limits.v2:Address Alex's comments

POC

Reference

No PoCs from references.

Github