Bug 2440615 (CVE-2025-71228) - CVE-2025-71228 kernel: LoongArch: Set correct protection_map[] for VM_NONE/VM_SHARED
Summary: CVE-2025-71228 kernel: LoongArch: Set correct protection_map[] for VM_NONE/VM...
Keywords:
Status: NEW
Alias: CVE-2025-71228
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-02-18 15:01 UTC by OSIDB Bzimport
Modified: 2026-02-18 16:39 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-02-18 15:01:52 UTC
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 protection_map[] for VM_NONE/VM_SHARED, replacing
_PAGE_PROTNONE with _PAGE_PRESENT.


Note You need to log in before you can comment on or make changes to this bug.