#VU124503 Memory corruption in Linux kernel - CVE-2026-23345
Published: March 25, 2026
Linux kernel
Linux Foundation
Description
The vulnerability allows a local user to cause a denial of service, disclose sensitive information, and potentially execute arbitrary code.
The vulnerability exists due to improper memory access in the arm64 GCS page table entry (PTE) handling when FEAT_LPA2 is enabled. A local user can trigger a kernel paging request by invoking operations that involve GCS mappings, leading to a system crash and potential memory disclosure.
The issue arises because the PTE_SHARED bits are incorrectly set in GCS mappings when FEAT_LPA2 is active, causing invalid page table entries that result in a kernel oops during memory unmapping operations.