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

KVM: arm64: account pKVM reclaim against the VM mm

Protected guest faults charge long term pins to the VM's mm. Teardown
can run later from file release, where current->mm may be unrelated.

Drop the charge from kvm->mm instead.
Published: 2026-08-15
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel’s KVM arm64 implementation includes an accounting flaw in which protected guest faults incorrectly charge long‑term pins to the VM’s memory mapping during teardown. Because this teardown can execute later when the current process’s memory mapping is unrelated, the pin charge is applied to the wrong memory region. The patch corrects this by dropping the charge from the KVM memory mapper instead of the potentially mismatched context.

Affected Systems

All Linux kernel releases that incorporate the arm64 KVM code may be affected. No specific version range is provided, so any kernel containing this code path could be vulnerable.

Risk and Exploitability

The CVSS score is 5.5 and the EPSS score is < 1%, indicating moderate severity but low exploitation probability. The vulnerability is not listed in the CISA KEV catalog. The likely attack vector is a privileged guest or compromised virtual machine that can trigger the teardown logic. Until the patch is applied, the risk remains uncertain.

Generated by OpenCVE AI on August 18, 2026 at 20:23 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a version that includes the pKVM reclaim fix.
  • If an upgrade cannot be performed immediately, apply the upstream patch that corrects the charge logic for KVM arm64.
  • After the fix, validate that the memory accounting during VM teardown no longer charges the wrong memory region; monitor system stability for any anomalies.

Generated by OpenCVE AI on August 18, 2026 at 20:23 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 18 Aug 2026 16:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-400

Tue, 18 Aug 2026 12:15:00 +0000

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

None

cvssV3_1

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

threat_severity

Moderate


Sat, 15 Aug 2026 19:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-400

Sat, 15 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: account pKVM reclaim against the VM mm Protected guest faults charge long term pins to the VM's mm. Teardown can run later from file release, where current->mm may be unrelated. Drop the charge from kvm->mm instead.
Title KVM: arm64: account pKVM reclaim against the VM mm
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-08-17T05:11:42.129Z

Reserved: 2026-08-09T03:40:39.916Z

Link: CVE-2026-72281

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:21:58.433

Modified: 2026-08-17T06:18:30.710

Link: CVE-2026-72281

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-72281 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-18T20:30:17Z

Weaknesses
  • CWE-911

    Improper Update of Reference Count