LiveActive security incident?Get immediate response
CVE Record

CVE-2022-48793: KVM: x86: nSVM: fix potential NULL derefernce on nested migration

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: nSVM: fix potential NULL derefernce on nested migration Turns out that due to review feedback and/or rebases I accidentally moved the call to nested_svm_load_cr3 to be too early, before the NPT is enabled, which is very wrong to do. KVM can't even access guest memory at that point as nested NPT is needed for that, and of course it won't initialize the walk_mmu, which is main issue the patch was addressing. Fix this for real.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysisunknown

Security readout for executives and security teams

Plain-English summary

This is a Linux kernel KVM issue affecting AMD nested virtualization paths. A bad ordering during nested SVM migration can leave required memory-walking state uninitialized, causing a potential NULL pointer dereference. Business urgency is highest for organizations running KVM virtualization hosts with nested virtualization or nested migration.

Executive priority

Handle through normal kernel patch governance, with higher priority for virtualization platforms that rely on nested KVM. The available evidence does not justify emergency action across all Linux assets, but affected hypervisor hosts deserve timely remediation.

Technical view

The fix moves nested_svm_load_cr3 to the correct point after nested page tables are enabled. Calling it too early means KVM cannot access guest memory and walk_mmu is not initialized. The source bundle lists affected Linux kernel version ranges, but provides no CVSS, CWE, or detailed impact beyond NULL dereference.

Likely exposure

Exposure appears limited to Linux systems using KVM on x86 AMD SVM nested virtualization, especially nested migration scenarios. General Linux systems without KVM, AMD SVM, or nested virtualization use are less likely to be exposed based on the provided description.

Exploitation context

No active exploitation is supported by the supplied evidence. The CVE is not marked KEV, and the source bundle does not include exploit reports, proof-of-concept details, or attacker requirements. Treat exploitation status as unconfirmed.

Researcher notes

The key condition is nSVM migration state restoration before nested NPT enables guest memory access. The public record is sparse: no CVSS, CWE, exploitability analysis, or precise downstream package matrix is provided. Validate against kernel commits and distribution backports.

Mitigation direction

  • Apply Linux kernel updates containing the referenced stable fixes or vendor backports.
  • Prioritize KVM hosts that run AMD nested virtualization or nested migration.
  • Check distribution advisories for exact fixed package versions.
  • If patching is delayed, review whether nested virtualization can be disabled safely.
  • Track vendor guidance because source details do not name all downstream fixes.

Validation and detection

  • Inventory KVM hosts and record kernel versions and virtualization roles.
  • Identify systems using AMD SVM nested virtualization or nested migration.
  • Confirm installed kernels include the referenced stable commits or distro backports.
  • Review vendor package changelogs for CVE-2022-48793 coverage.
  • Regression-test nested virtualization and migration workflows after patching.
Prepared
Confidence
medium
Sources
5

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cve · low confidence lookup

CVE-2022-48793 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Unknown
CVSS
Not scored
Known Exploited
No
Published
Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

0CVSS vectors
3Timeline events
2ADP providers
4Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: partial

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CVECVE Program Container
CISA-ADPCISA ADP Vulnrichment
other:ssvc
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinux232f75d3b4b5456de6f0b671aa86345d62de1473, 232f75d3b4b5456de6f0b671aa86345d62de1473, 232f75d3b4b5456de6f0b671aa86345d62de1473unaffected
LinuxLinux5.13, 0, 5.15.25, 5.16.11, 5.17affected
Weakness

CWE details

No CWE listed

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.