LiveActive security incident?Get immediate response
CVE Record

CVE-2020-35503: A NULL pointer dereference flaw was found in the megasas-gen2 SCSI host bus adapter emulation of QEMU in ve...

A NULL pointer dereference flaw was found in the megasas-gen2 SCSI host bus adapter emulation of QEMU in versions before and including 6.0. This issue occurs in the megasas_command_cancelled() callback function while dropping a SCSI request. This flaw allows a privileged guest user to crash the QEMU process on the host, resulting in a denial of service. The highest threat from this vulnerability is to system availability.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2020-35503 can let a privileged user inside a virtual machine crash the QEMU process running that VM. The impact is denial of service, not data theft or host code execution based on the provided sources. Availability risk is higher where affected QEMU hosts run important or multi-tenant workloads.

Executive priority

Treat this as a targeted availability risk. It should be prioritized for virtualization platforms supporting critical services or untrusted tenants, but it is not supported by the sources as a critical remote takeover issue.

Technical view

The flaw is a NULL pointer dereference in QEMU's megasas-gen2 SCSI host bus adapter emulation. It occurs in megasas_command_cancelled() while dropping a SCSI request. A privileged guest user can trigger a host-side QEMU process crash. Sources identify affected QEMU versions as before and including 6.0.

Likely exposure

Exposure is most likely on virtualization hosts or appliances using QEMU version 6.0 or earlier with megasas-gen2 SCSI HBA emulation enabled. Systems without that emulated adapter, without affected QEMU versions, or without privileged guest access are less exposed.

Exploitation context

The source bundle does not show active exploitation, and this CVE is not marked as CISA KEV. The described attacker position is a privileged guest user. Evidence supports denial of service against the QEMU process, not guest escape or host compromise.

Researcher notes

Key gaps are missing CVSS data and limited public detail in the supplied bundle. The vulnerability is CWE-476 and scoped to QEMU megasas-gen2 emulation. Do not infer exploit maturity, broader adapters, or host code execution from these sources.

Mitigation direction

  • Upgrade affected QEMU deployments to a vendor-supported release newer than 6.0.
  • Check Red Hat, NetApp, and OS vendor advisories for package-specific fixes.
  • Avoid exposing megasas-gen2 emulation where it is not required.
  • Prioritize hosts running critical or untrusted guest workloads.

Validation and detection

  • Inventory QEMU versions and flag releases before or including 6.0.
  • Confirm whether megasas-gen2 SCSI HBA emulation is configured.
  • Identify guests where users can obtain privileged guest access.
  • Review vendor security advisories for exact fixed package versions.
  • Check historical host logs for unexplained QEMU process crashes.
Prepared
Confidence
high
Sources
4

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-2020-35503 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
0Timeline events
0ADP providers
3Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/aQEMUAll QEMU versions before and including 6.0Listed
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.