LiveActive security incident?Get immediate response
CVE Record

CVE-2022-31614: NVIDIA vGPU software contains a vulnerability in the Virtual GPU Manager (vGPU plugin) where it may double-...

NVIDIA vGPU software contains a vulnerability in the Virtual GPU Manager (vGPU plugin) where it may double-free some resources. An attacker may exploit this vulnerability with other vulnerabilities to cause denial of service, code execution, and information disclosure.

HighCVSS 7Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

This is a high-severity NVIDIA vGPU flaw in systems that share GPUs with virtual machines or cloud gaming workloads. A low-privileged local attacker could combine it with other weaknesses to crash services, expose data, or execute code. Risk is highest on shared virtualization hosts.

Executive priority

Treat this as a priority patching item for GPU virtualization platforms, especially shared or customer-facing environments. It is not documented as actively exploited in the provided sources, but the possible impact includes service outage, data exposure, and code execution.

Technical view

CVE-2022-31614 is a CWE-415 double-free issue in the NVIDIA Virtual GPU Manager vGPU plugin. The CVSS 3.1 score is 7.0 with local access, high complexity, low privileges, no user interaction, and high confidentiality, integrity, and availability impact.

Likely exposure

Exposure applies to NVIDIA Virtual GPU Software and NVIDIA Cloud Gaming using vGPU 14.x before 14.2, 13.x before 13.4, or 11.x before 11.9. It is most relevant to VDI, GPU-backed virtualization, and cloud gaming environments.

Exploitation context

The source bundle does not show CISA KEV listing or other evidence of active exploitation. The CVE states exploitation may require combining this vulnerability with other vulnerabilities, which raises impact but reduces standalone exploit likelihood.

Researcher notes

Key constraints are local attack vector, high complexity, low privileges, and likely chaining. Validate product branch and vGPU Manager placement first. The public bundle does not provide exploit details, indicators of compromise, or workaround guidance beyond fixed-version boundaries.

Mitigation direction

  • Upgrade vGPU 14.x environments to 14.2 or later.
  • Upgrade vGPU 13.x environments to 13.4 or later.
  • Upgrade vGPU 11.x environments to 11.9 or later.
  • Review NVIDIA advisory guidance for supported upgrade paths.
  • Prioritize shared or multi-tenant GPU virtualization hosts.

Validation and detection

  • Inventory NVIDIA vGPU Manager versions across virtualization hosts.
  • Confirm no hosts run affected 14.x, 13.x, or 11.x versions.
  • Identify systems exposing GPU-backed VMs to non-admin users.
  • Check whether NVIDIA Cloud Gaming components are deployed.
  • Document upgrade status and remaining exceptions.
Prepared
Confidence
high
Sources
3

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.

cwe · low confidence lookup

CWE-415: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

Execution behavior lookup

The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2022-31614 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
High
CVSS
7 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H

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.

1CVSS vectors
3Timeline events
2ADP providers
2Source links

SSVC decision data

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

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
7CVSS 3.1HighCVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H15.9nvidia

Vulnerability scoring details

Base CVSS 3.1 score

7High
CVSS 3.1 vector shape for CVE-2022-31614Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

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

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
NVIDIANVIDIA Virtual GPU Software and NVIDIA Cloud GamingvGPU version 14.x (prior to 14.2), version 13.x (prior to 13.4) and version 11.x (prior 11.9).Listed
Weakness

CWE details

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

CWE-415 · source CWE mapping

Double Free

Double Free represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.