CVE-2026-53200
Analyzed Analyzed - Analysis Complete

KVM: arm64: nv XN[0] Handling Fix

Vulnerability report for CVE-2026-53200, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-06-25

Last updated on: 2026-07-06

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-07-06
Generated
2026-07-15
AI Q&A
2026-06-25
EPSS Evaluated
2026-07-14
NVD
EUVD

Affected Vendors & Products

Showing 7 associated CPEs
Vendor Product Version / Range
linux linux_kernel 7.1
linux linux_kernel 7.1
linux linux_kernel 7.1
linux linux_kernel 7.1
linux linux_kernel From 6.19 (inc) to 7.0.13 (exc)
linux linux_kernel 7.1
linux linux_kernel 7.1

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