CVE-2022-4994
Linux Kernel Schwachstellenanalyse und -minderung

Überblick

CVE-2022-4994 is a vulnerability in the Linux kernel's KVM (Kernel-based Virtual Machine) subsystem, specifically in the x86 port I/O (PIO) emulation path. The issue involves a logic error in how fast IN operations interact with emulator_pio_in(), where the fast PIO path unnecessarily bounced through emulator_pio_in() rather than calling __emulator_pio_in() directly. Affected versions span Linux kernel 4.10 through those prior to the fix introduced in kernel 6.0. The vulnerability was published on July 30, 2026, with a patch available in the upstream kernel. No CVSS score has been formally assigned; the EUVD lists a base score of 0.0, and Feedly estimates severity as Medium (GitHub Advisory).

Technische Details

The root cause is a logic error (no formal CWE assigned) in the KVM x86 PIO handling code, where the fast IN path incorrectly routed through emulator_pio_in() instead of calling __emulator_pio_in() directly. Because vcpu->arch.pio.count is guaranteed to be 0 at the point of fast PIO handling, the extra indirection was a no-op functionally, but the code path introduced improper emulation state management during fast I/O operations. The fix refactors the call so that emulator_pio_in_emulated becomes the sole remaining caller of emulator_pio_in(), and fast PIO uses __emulator_pio_in() directly. The upstream patch is identified by commit dc7a4bfde507ffe1d8bef49aba1322f1d20c2cb3 (GitHub Advisory).

Aufprall

According to available threat intelligence, guest VMs could potentially trigger unexpected behavior or information leakage through crafted port I/O sequences exploiting this improper emulation state management. The vulnerability is confined to the KVM x86 subsystem, meaning only systems running Linux as a hypervisor with KVM-based x86 virtualization are in scope. The practical impact appears limited given the "no functional change intended" characterization of the fix and the absence of a CVSS score, suggesting the risk of significant confidentiality, integrity, or availability compromise is low (GitHub Advisory).

Risikominderung und Problemumgehungen

The fix is available in the upstream Linux kernel starting with version 6.0, via commit dc7a4bfde507ffe1d8bef49aba1322f1d20c2cb3. Administrators running Linux kernels from version 4.10 up to (but not including) the patched commit should update to a kernel version that includes this fix. No configuration-based workarounds have been published; upgrading the kernel is the recommended remediation (GitHub Advisory).

Zusätzliche Ressourcen


QuelleDieser Bericht wurde mithilfe von KI erstellt

Verwandt Linux Kernel Schwachstellen:

CVE-Kennung

Strenge

Punktzahl

Technologieen

Name der Komponente

CISA KEV-Exploit

Hat fix

Veröffentlichungsdatum

CVE-2026-64557HIGH8.8
  • Linux Kernel logoLinux Kernel
  • linux-riscv-6.17
NeinJaJul 29, 2026
CVE-2026-64560HIGH7.8
  • Linux Kernel logoLinux Kernel
  • kernel-64k-debug-core
NeinJaJul 29, 2026
CVE-2026-64559HIGH7.8
  • Linux Kernel logoLinux Kernel
  • kernel-doc
NeinJaJul 29, 2026
CVE-2026-64558HIGH7.8
  • Linux Kernel logoLinux Kernel
  • kernel-rt-debug-modules
NeinJaJul 29, 2026
CVE-2022-4994NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-nvidia
NeinJaJul 30, 2026

Kostenlose Schwachstellenbewertung

Benchmarking Ihrer Cloud-Sicherheitslage

Bewerten Sie Ihre Cloud-Sicherheitspraktiken in 9 Sicherheitsbereichen, um Ihr Risikoniveau zu bewerten und Lücken in Ihren Abwehrmaßnahmen zu identifizieren.

Bewertung anfordern

Eine personalisierte Demo anfordern

Sind Sie bereit, Wiz in Aktion zu sehen?

"Die beste Benutzererfahrung, die ich je gesehen habe, bietet vollständige Transparenz für Cloud-Workloads."
David EstlickCISO
"„Wiz bietet eine zentrale Oberfläche, um zu sehen, was in unseren Cloud-Umgebungen vor sich geht.“ "
Adam FletcherSicherheitsbeauftragter
"„Wir wissen, dass, wenn Wiz etwas als kritisch identifiziert, es auch wirklich kritisch ist.“"
Greg PoniatowskiLeiter Bedrohungs- und Schwachstellenmanagement