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

KVM: SVM: Inject #UD for INVLPGA if EFER.SVME=0

INVLPGA should cause a #UD when EFER.SVME is not set. Add a check to
properly inject #UD when EFER.SVME=0.

[sean: tag for stable@]
Published: 2026-05-27
Score: 5.5 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A bug in the KVM SVM module caused the invalid instruction exception (#UD) to be omitted when a guest executed the INVLPGA instruction while the SVME (System VMM Enable) flag in the EFER register was cleared. The missing exception allowed the guest to continue execution with the instruction that should have faulted, providing a foothold for code execution that can potentially break isolation between the guest and the host kernel. The weakness type corresponds to CWE-390: Check for error condition without fixing it, reflecting the failure to generate a #UD when the SVME flag is cleared.

Affected Systems

The flaw is present in the Linux kernel’s KVM virtualization subsystem. The affected vendor is Linux and the product is the Linux kernel itself. No specific kernel versions are listed, so any kernel build that includes the unpatched KVM SVM code is potentially vulnerable.

Risk and Exploitability

The CVSS score is 5.5, and the EPSS score is not available; the vulnerability is medium severity due to its capability to allow a guest to escape isolation. The KEV catalog does not currently list this flaw, suggesting that no widespread active exploitation has been reported. Based on the description, it is inferred that the attack vector is local to the guest VM; attackers would need to control a guest VM and execute privileged instructions. The flaw can be exploited without requiring additional software beyond the guest workload, making it potentially useful to attackers who can gain a foothold in a virtualized environment.

Generated by OpenCVE AI on May 28, 2026 at 04:23 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest Linux kernel release that includes the KVM SVM fix for CVE-2026-46082. This patch restores the correct #UD generation for INVLPGA when EFER.SVME is cleared.
  • If a patch cannot be applied immediately, disable SVM support or restrict the guest VM from executing INVLPGA instructions by configuring the hypervisor accordingly. This removes the attack surface entirely for that VM.
  • Continuously monitor kernel change‑logs and security advisories for updates to the KVM SVM component, and apply any subsequent patches promptly to maintain protection.

Generated by OpenCVE AI on May 28, 2026 at 04:23 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 28 May 2026 03:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-269

Thu, 28 May 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-390
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


Wed, 27 May 2026 20:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-269

Wed, 27 May 2026 14:15:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: KVM: SVM: Inject #UD for INVLPGA if EFER.SVME=0 INVLPGA should cause a #UD when EFER.SVME is not set. Add a check to properly inject #UD when EFER.SVME=0. [sean: tag for stable@]
Title KVM: SVM: Inject #UD for INVLPGA if EFER.SVME=0
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-05-27T12:58:21.629Z

Reserved: 2026-05-13T15:03:33.096Z

Link: CVE-2026-46082

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-05-27T14:17:29.617

Modified: 2026-05-27T14:48:03.013

Link: CVE-2026-46082

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-05-27T00:00:00Z

Links: CVE-2026-46082 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-05-28T04:30:06Z

Weaknesses