CVE-2026-53200
Received Received - Intake
KVM: arm64: nv XN[0] Handling Fix

Publication date: 2026-06-25

Last updated on: 2026-06-25

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: nv: Fix handling of XN[0] when !FEAT_XNX XN has already been extracted from its bitfield position so using FIELD_PREP() on the mask that clears XN[0] is completely broken, having the effect of unconditionally granting execute permissions... Fix the obvious mistake by manipulating the right bit.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-25
Last Modified
2026-06-25
Generated
2026-06-25
AI Q&A
2026-06-25
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

This vulnerability exists in the Linux kernel's KVM module for the arm64 architecture. It involves incorrect handling of the XN[0] bit when the feature FEAT_XNX is not present. Specifically, the code mistakenly uses FIELD_PREP() on a mask that clears XN[0], which is broken because XN has already been extracted from its bitfield position. This mistake results in unconditionally granting execute permissions where it should not, potentially allowing code execution that should be prevented.

Impact Analysis

The vulnerability can lead to unintended execution permissions being granted unconditionally. This means that code which should not be executable might be run, potentially allowing an attacker to execute arbitrary code on affected systems. This could compromise system security, leading to unauthorized access or control.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-53200. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart