LiveActive security incident?Get immediate response
CVE Record

CVE-2021-32844: HyperKit is a toolkit for embedding hypervisor capabilities in an application.

HyperKit is a toolkit for embedding hypervisor capabilities in an application. In versions 0.20210107 and prior of HyperKit, ` vi_pci_write` has is a call to `vc_cfgwrite` that does not check for null which when called makes the host crash. This issue may lead to a guest crashing the host causing a denial of service. This issue is fixed in commit 451558fe8aaa8b24e02e34106e3bb9fe41d7ad13.

MediumCVSS 6.2Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

HyperKit can let a guest crash the host through a null-pointer bug in PCI configuration handling. The impact is denial of service, not data theft or code execution based on the supplied sources. Business urgency is moderate where HyperKit supports important local virtualization workloads.

Executive priority

Prioritize remediation for developer, CI, or operational environments where a host crash disrupts work or services. This is not currently evidenced as exploited in the wild, but availability impact can still be material.

Technical view

CVE-2021-32844 is a CWE-476 null-pointer dereference in moby/hyperkit versions 0.20210107 and prior. vi_pci_write calls vc_cfgwrite without a null check, allowing a guest-triggered host crash. CVSS 3.1 is 6.2 with local attack vector and high availability impact.

Likely exposure

Exposure is limited to systems or applications embedding affected moby/hyperkit builds. The CVSS vector indicates local attack conditions, so internet-facing exposure is unlikely unless an exposed service grants control over guest workloads.

Exploitation context

The bundle does not show KEV listing or active exploitation. The described abuse path is a guest causing host denial of service. No evidence in the supplied sources supports confidentiality impact, integrity impact, or remote exploitation.

Researcher notes

The source bundle names the vulnerable code path and fixed commit, but does not provide a fixed release version. Validate downstream packaging carefully, because embedded HyperKit copies may not map cleanly to upstream commit history.

Mitigation direction

  • Upgrade or rebuild HyperKit with commit 451558fe8aaa8b24e02e34106e3bb9fe41d7ad13 included.
  • Check downstream vendor guidance for packaged releases containing the fix.
  • Limit untrusted guest workloads on affected hosts until updated.
  • Monitor host crash reports where HyperKit is in use.

Validation and detection

  • Inventory systems and products embedding moby/hyperkit.
  • Confirm whether the deployed HyperKit version is 0.20210107 or prior.
  • Verify the deployed source or binary includes the fixed commit.
  • Review virtualization host logs for unexplained HyperKit-related crashes.
Prepared
Confidence
high
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.

cwe · low confidence lookup

CWE-476: 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
cve · low confidence lookup

CVE-2021-32844 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
Medium
CVSS
6.2 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/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
0Timeline events
0ADP providers
4Source links

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
6.2CVSS 3.1MediumCVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H2.53.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

6.2Medium
CVSS 3.1 vector shape for CVE-2021-32844Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/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
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
mobyhyperkit0.20210107Listed
Weakness

CWE details

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

CWE-476 · source CWE mapping

NULL Pointer Dereference

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