Security readout for executives and security teams
Plain-English summary
CVE-2022-3872 is a QEMU denial-of-service flaw. A malicious guest VM could trigger an off-by-one read/write bug in the emulated SDHCI device and crash the QEMU process on the host. The business impact is service interruption for affected virtualized workloads, not documented data theft or privilege escalation in the supplied sources.
Executive priority
Prioritize remediation for shared virtualization, hosted customer workloads, and systems running untrusted guests. The likely impact is outage of affected virtual machines or services through host-side QEMU process crashes, which can be operationally significant even without evidence of data compromise.
Technical view
The issue is a CWE-193 off-by-one condition in QEMU SDHCI Buffer Data Port Register handling, specifically sdhci_read_dataport and sdhci_write_dataport when data_count equals block_size. The supplied record lists QEMU affected up to latest v7.1.0-rc4 and assigns CVSS 3.1 score 8.6, with high availability impact.
Likely exposure
Exposure is most likely where QEMU, or downstream products embedding QEMU, run affected SDHCI device emulation for guest workloads. The bundle names QEMU and links a NetApp advisory, but it does not enumerate every downstream product, distribution package, or fixed version.
Exploitation context
The source bundle says a malicious guest could crash the QEMU host process. CISA KEV status is false, and the provided sources do not state active exploitation or public weaponization. Treat this as a guest-to-host availability risk requiring access to a vulnerable virtualized environment.
Researcher notes
Evidence supports a high-severity availability flaw in QEMU SDHCI dataport handling. The supplied sources do not provide a fixed version, exploit availability, or complete downstream product matrix. Validate exposure through actual QEMU versions, device configuration, and vendor-specific advisories before declaring risk closed.
Mitigation direction
- Inventory QEMU deployments and downstream appliances that may embed QEMU.
- Check QEMU, operating system, and appliance vendor advisories for CVE-2022-3872 fixes.
- Apply supported vendor updates once the applicable fixed package is identified.
- Review the NetApp advisory if NetApp products are in scope.
- Avoid running untrusted guests on affected hosts until vendor guidance is applied.
Validation and detection
- Confirm whether deployed QEMU versions are up to v7.1.0-rc4.
- Identify workloads using QEMU SDHCI emulation or affected virtual hardware profiles.
- Check vendor changelogs or advisories for explicit CVE-2022-3872 remediation.
- Review host monitoring for unexpected QEMU process crashes.
- Map NetApp product exposure against the linked NetApp advisory.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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-193: 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 lookupCVE-2022-3872 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- High
- CVSS
- 8.6 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H
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.
CVSS vector scores
1 official scoreWe 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.
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H3.94Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
8.6HighVector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H
Source materials
- CVE List V5 sourceCVE List V5
- https://lists.nongnu.org/archive/html/qemu-devel/2022-11/msg01068.htmlCVE reference
- https://security.netapp.com/advisory/ntap-20221215-0005/CVE reference
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
Off-by-one Error
Off-by-one Error represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
