Improper access control in Linux kernel - CVE-2026-80724
Published: August 28, 2026 / Updated: August 31, 2026
Vulnerability details
The vulnerability allows a local user to modify host-written timekeeping data.
The vulnerability exists due to improper access control in vmclock_miscdev_mmap() when handling read-only mappings of the shared vmclock ABI page. A local user can map the page read-only and then change it to writable with mprotect() to modify host-written timekeeping data.
The corrupted data can include the sequence counter, UTC time, and TSC offset.