
PEACH
Un cadre d’isolation des locataires
CVE-2026-80724 is a tampering vulnerability in the Linux kernel's ptp: vmclock subsystem that allows a local user to upgrade a read-only memory mapping to writable, enabling corruption of host-written timekeeping data. The flaw was published on August 28, 2026, and affects Linux kernel versions starting from 6.13 up to (but not including) the patched stable releases. Fixed versions include 6.18.47, 7.1.11, and 7.2.1. The CVSS base score is listed as 0.0 (severity not yet formally rated), with Feedly estimating it as Medium severity (Github Advisory, Feedly).
The root cause is an incomplete access control enforcement in vmclock_miscdev_mmap(): the function correctly rejects writable mappings of the shared vmclock ABI page with -EROFS, but fails to clear the VM_MAYWRITE flag on the resulting VMA (CWE classification not formally assigned). Because VM_MAYWRITE remains set, userspace can first map the page read-only and then call mprotect() to upgrade the mapping to writable — bypassing the original restriction. Once writable, a guest process can corrupt host-written timekeeping fields (sequence counter, UTC time, TSC offset) that the vmclock ABI designates as read-only. The fix mirrors the approach used in the i915 driver for read-only objects and patches previously applied to drm/vc4 (CVE-2026-68445) and drm/panthor (CVE-2024-53071) (Github Advisory).
A local attacker with access to the vmclock device can corrupt the shared timekeeping page, including the sequence counter, UTC time, and TSC offset. This integrity violation can cause guest-side time synchronization failures, undermine time-dependent security mechanisms (e.g., certificate validation, log timestamping, Kerberos authentication), and potentially destabilize workloads relying on accurate clock readings in virtualized environments. The vulnerability does not directly enable code execution or privilege escalation, but the integrity impact on host-written data shared across the guest/host boundary is significant in multi-tenant virtualization scenarios (Feedly).
There is no public proof-of-concept exploit and no evidence of in-the-wild exploitation as of the disclosure date (Feedly). The EPSS score is 0.0, reflecting very low current exploitation probability (Github Advisory). The vulnerability requires local access to the vmclock device, limiting the attack surface to processes running within a guest VM that have access to the miscdevice. CVE-2026-80724 is not listed in the CISA Known Exploited Vulnerabilities catalog.
/dev/vmclock0).mmap() with PROT_READ only, which succeeds because the kernel allows read-only mappings.mprotect() on the mapped region with PROT_READ | PROT_WRITE. Because VM_MAYWRITE was not cleared, the kernel permits this upgrade.mprotect() on memory regions mapped from /dev/vmclock0 or similar vmclock miscdevice nodes, particularly upgrading from PROT_READ to PROT_READ|PROT_WRITE.auditd) showing mmap and mprotect syscalls targeting the vmclock device file descriptor from unprivileged processes./dev/vmclock* device nodes by non-privileged or unexpected user accounts.Apply the Linux kernel patches that clear VM_MAYWRITE on read-only vmclock mappings in vmclock_miscdev_mmap(). Fixed versions are 6.18.47, 7.1.11, and 7.2.1 (Github Advisory). The specific fix commits are 5b4f2bec7bea, 2496e1418271, and 2e596e7814ba on the stable kernel tree. As a workaround prior to patching, restrict access to the vmclock miscdevice (/dev/vmclock*) to trusted processes only using file permissions or Linux Security Module (LSM) policies such as SELinux or AppArmor.
Source: Ce rapport a été généré à l’aide de l’IA
Évaluation gratuite des vulnérabilités
Évaluez vos pratiques de sécurité cloud dans 9 domaines de sécurité pour évaluer votre niveau de risque et identifier les failles dans vos défenses.
Obtenez une démo personnalisée
"La meilleure expérience utilisateur que j’ai jamais vue, offre une visibilité totale sur les workloads cloud."
"Wiz fournit une interface unique pour voir ce qui se passe dans nos environnements cloud."
"Nous savons que si Wiz identifie quelque chose comme critique, c’est qu’il l’est réellement."