PT-2026-35492 · Linux · Linux Kernel
Published
2026-04-27
·
Updated
2026-05-06
·
CVE-2026-31686
CVSS v3.1
7.8
High
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
A double-free issue exists in the Linux kernel's KASAN (Kernel Address Sanitizer) component. The
kasan free pxd() function incorrectly assumes that the page table is always aligned with struct page, which is not true for all architectures. For example, on powerpc with 64K pagesize, the PUD table is sourced from a slab cache. This misalignment can lead to a double-free condition during page table deallocation, specifically within the kasan remove zero shadow() function.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Double Free
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linux Kernel