LiveActive security incident?Get immediate response
CVE Record

CVE-2021-22552: Memory overread secure enclave in Asylo 0.6.2

An untrusted memory read vulnerability in Asylo versions up to 0.6.1 allows an untrusted attacker to pass a syscall number in MessageReader that is then used by sysno() and can bypass validation. This can allow the attacker to read memory from within the secure enclave. We recommend updating to Asylo 0.6.3 or past https://github.com/google/asylo/commit/90d7619e9dd99bcdb6cd28c7649d741d254d9a1a

MediumCVSS 5.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2021-22552 is a memory overread in Google Asylo secure-enclave code. A local, low-privileged attacker interacting with affected enclave messaging could read sensitive memory from inside the enclave. Business urgency depends on whether Asylo is used in production enclave workloads.

Executive priority

Treat this as a targeted confidentiality risk for enclave-backed systems, not a broad internet-facing emergency. Prioritize remediation if Asylo protects sensitive keys, credentials, or regulated data in production.

Technical view

The flaw is CWE-126 in Asylo MessageReader/sysno handling. The CVE says an untrusted syscall number can bypass validation and permit memory reads from the secure enclave. CVSS 3.1 is 5.3 with local access, high complexity, low privileges, high confidentiality impact, and low integrity impact.

Likely exposure

Exposure is likely limited to organizations using Google Asylo in enclave-based applications, especially versions described as up to 0.6.1. The bundle title mentions 0.6.2, so version scoping should be confirmed against the vendor commit and deployed dependency records.

Exploitation context

The provided sources do not show active exploitation, and KEV is false. Exploitation requires local access, low privileges, no user interaction, and high attack complexity. The main concern is confidentiality loss from enclave memory, not remote takeover.

Researcher notes

Evidence is concise and partly inconsistent: the title names Asylo 0.6.2, while the description says versions up to 0.6.1 and recommends 0.6.3 or the linked commit. Validate exact affected revisions before declaring scope.

Mitigation direction

  • Update Asylo to 0.6.3 or a version containing the referenced commit.
  • Rebuild and redeploy enclave applications after updating the Asylo dependency.
  • Limit local users and processes that can interact with affected enclave services until upgraded.
  • Check Google Asylo guidance if version applicability remains unclear.

Validation and detection

  • Inventory applications and images that include Google Asylo.
  • Confirm deployed Asylo versions against 0.6.3 or the referenced fixed commit.
  • Review build manifests for pinned Asylo revisions older than the fix.
  • Prioritize validation for systems processing secrets inside enclaves.
  • Confirm no production enclave workloads still use affected Asylo builds.
Prepared
Confidence
medium
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-126: 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-22552 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
5.3 (3.1)
Known Exploited
No
Published

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

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
2Source 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
5.3CVSS 3.1MediumCVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:L/A:N14.2Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

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

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

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
Google LLCAsylounspecifiedListed
Weakness

CWE details

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

CWE-126 · source CWE mapping

Buffer Over-read

Buffer Over-read represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.