CVE-2026-6386

CVE-2026-6386: Missing large page handling in pmap_pkru_update_range()

Vendor Freebsd
Product FreeBSD
Weakness CWE-269
Published April 22, 2026
Last update April 22, 2026

CVSS base score

What the vulnerability does

01Description

In order to apply a particular protection key to an address range, the kernel must update the corresponding page table entries. The subroutine which handled this failed to take into account the presence of 1GB largepage mappings created using the shm_create_largepage(3) interface. In particular, it would always treat a page directory page entry as pointing to another page table page. The bug can be abused by an unprivileged user to cause pmap_pkru_update_range() to treat userspace memory as a page table page, and thus overwrite memory to which the application would otherwise not have access.

Key dates

02Disclosure timeline

April 22, 2026 CVE published
April 22, 2026 Record updated