4 matches found
CVE-2025-71228
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...
CVE-2025-71228
In the Linux kernel for LoongArch (32-bit), CVE-2025-71228 arises from an incorrect protection_map for VM_NONE/VM_SHARED. _PAGE_PROTNONE is treated as 0 on 32-bit, causing a Virtual Memory area to be VM_NONE or VM_SHARED and result in non-present pages, leading to a kernel Oops. The fix replaces ...
CVE-2025-71228
...
PT-2026-20420
In the Linux kernel, the following vulnerability has been resolved: LoongArch: Set correct protection map for VM NONE/VM SHARED For 32BIT platform PAGE PROTNONE is 0, so set a VMA to be VM NONE or VM SHARED will make pages non-present, then cause Oops with kernel page fault. Fix it by set correct...