Description
In the Linux kernel, the following vulnerability has been resolved:

ptp: vmclock: prevent read-only mappings from becoming writable

vmclock_miscdev_mmap() rejects writable mappings of the shared vmclock
ABI page with -EROFS, but leaves VM_MAYWRITE set. Userspace can map the
page read-only and then upgrade it to writable with mprotect(), after
which the guest can corrupt the host-written timekeeping data (sequence
counter, UTC time, TSC offset) that the vmclock ABI defines as read-only.

Clear VM_MAYWRITE on the read-only path so the mapping cannot be
upgraded, as i915 does for its read-only objects and as fixed in drm/vc4
(CVE-2026-68445) and drm/panthor (CVE-2024-53071).
Published: 2026-08-28
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: Kernel Memory Corruption
Action: Immediate Patch
AI Analysis

Impact

During interaction with the Linux kernel’s PTP vmclock interface, a flaw permits a user‑level process to upgrade a read‑only mapping of the vmclock ABI page to writable. The kernel’s mmap handler rejects writable attempts with an error, yet mistakenly leaves the VM_MAYWRITE flag set. A process can therefore map the page read‑only, invoke mprotect to turn it writable, and then overwrite critical host‑maintained timekeeping data – the sequence counter, UTC time and TSC offset. This corruption can compromise kernel data integrity and disrupt time‑sensitive operations.

Affected Systems

All Linux kernels that have not incorporated the commit which clears VM_MAYWRITE for read‑only mappings are affected. The advisory does not list specific releases, so any kernel compiled before the fix should be considered vulnerable.

Risk and Exploitability

Based on the description, the likely attack vector requires a local user who can open /dev/vmclock and perform an mprotect call; this is inferred from the kernel’s mmap behavior. The CVSS score of 8.8 indicates high severity while the EPSS score of less than 1% implies a low current exploitation probability. The vulnerability is not recorded in the CISA KEV catalog, yet the possibility of kernel memory corruption warrants immediate remediation.

Generated by OpenCVE AI on September 1, 2026 at 16:11 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply a kernel update that includes the vmclock patch, which clears the VM_MAYWRITE flag for read‑only mappings.
  • If the kernel cannot be updated immediately, restrict access to /dev/vmclock for unprivileged users by setting proper device permissions or disabling PTP functionality for non‑root users to block the upgrade path.
  • Continuously monitor kernel logs and system time for inconsistencies, and if a timely patch cannot be applied, disable the vmclock interface to prevent exploitation.

Generated by OpenCVE AI on September 1, 2026 at 16:11 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 07 Sep 2026 16:00:00 +0000


Tue, 01 Sep 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-279
References
Metrics threat_severity

None

threat_severity

Moderate


Mon, 31 Aug 2026 06:45:00 +0000


Sat, 29 Aug 2026 06:45:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 8.8, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H'}


Fri, 28 Aug 2026 14:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-284

Fri, 28 Aug 2026 10:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-284

Fri, 28 Aug 2026 07:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: ptp: vmclock: prevent read-only mappings from becoming writable vmclock_miscdev_mmap() rejects writable mappings of the shared vmclock ABI page with -EROFS, but leaves VM_MAYWRITE set. Userspace can map the page read-only and then upgrade it to writable with mprotect(), after which the guest can corrupt the host-written timekeeping data (sequence counter, UTC time, TSC offset) that the vmclock ABI defines as read-only. Clear VM_MAYWRITE on the read-only path so the mapping cannot be upgraded, as i915 does for its read-only objects and as fixed in drm/vc4 (CVE-2026-68445) and drm/panthor (CVE-2024-53071).
Title ptp: vmclock: prevent read-only mappings from becoming writable
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-09-07T15:45:07.221Z

Reserved: 2026-08-26T14:34:25.788Z

Link: CVE-2026-80724

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-28T08:16:58.210

Modified: 2026-09-07T16:17:29.930

Link: CVE-2026-80724

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-28T00:00:00Z

Links: CVE-2026-80724 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-01T16:15:04Z

Weaknesses
  • CWE-279

    Incorrect Execution-Assigned Permissions