LiveActive security incident?Get immediate response
CVE Record

CVE-2020-35505: A NULL pointer dereference flaw was found in the am53c974 SCSI host bus adapter emulation of QEMU in versio...

A NULL pointer dereference flaw was found in the am53c974 SCSI host bus adapter emulation of QEMU in versions before 6.0.0. This issue occurs while handling the 'Information Transfer' command. 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-35505 is a QEMU denial-of-service flaw. A privileged user inside a guest VM could crash the QEMU process on the host when the am53c974 SCSI emulation handles a specific command path. The documented impact is availability, not data theft or host code execution.

Executive priority

Treat this as a service availability issue for QEMU-based virtualization. Prioritize patching shared, production, or customer-facing virtualization hosts, especially where guest administrators are not fully trusted. It is not evidenced as actively exploited in the supplied sources.

Technical view

The issue is a CWE-476 NULL pointer dereference in QEMU am53c974 SCSI host bus adapter emulation before 6.0.0, triggered while handling the Information Transfer command. Sources state a privileged guest user can crash the host-side QEMU process, causing denial of service.

Likely exposure

Exposure is most likely where QEMU versions before 6.0.0 are used with the am53c974 SCSI emulation reachable by guest systems. Risk is higher in multi-tenant or less-trusted guest environments where guest administrators should not be able to disrupt host workloads.

Exploitation context

The provided sources do not cite active exploitation, and the CVE is not marked as KEV. Exploitation requires privileged access inside a guest VM, limiting reach, but successful abuse can interrupt the affected virtual machine service by crashing QEMU.

Researcher notes

Evidence supports a local, guest-privileged denial-of-service condition tied to am53c974 SCSI emulation. The source bundle does not provide CVSS details, exploit maturity, or broader product impact beyond referenced vendor advisories, so exposure should be confirmed against local QEMU configuration and vendor packages.

Mitigation direction

  • Upgrade QEMU to 6.0.0 or a vendor package that includes the fix.
  • Apply relevant Debian, Gentoo, NetApp, or platform vendor security updates.
  • Inventory VMs using am53c974 or related SCSI emulation.
  • Restrict privileged guest access in less-trusted tenant environments.
  • Monitor for unexpected QEMU process crashes until patched.

Validation and detection

  • Check QEMU package versions on virtualization hosts.
  • Review VM hardware definitions for am53c974 SCSI emulation exposure.
  • Confirm vendor advisories or changelogs mention CVE-2020-35505 remediation.
  • Review host logs for unexplained QEMU process termination events.
Prepared
Confidence
high
Sources
7

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-35505 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
6Source 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/aQEMUqemu 6.0.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.