LiveActive security incident?Get immediate response
CVE Record

CVE-2021-30633: Use after free in Indexed DB API in Google Chrome prior to 93.0.4577.82 allowed a remote attacker who had c...

Use after free in Indexed DB API in Google Chrome prior to 93.0.4577.82 allowed a remote attacker who had compromised the renderer process to potentially perform a sandbox escape via a crafted HTML page.

CriticalCVSS 9.6Known exploitedUpdated
Glexia's TakeHuman reviewedcritical

Security readout for executives and security teams

Plain-English summary

CVE-2021-30633 is a critical Chrome browser flaw in IndexedDB. A malicious web page could help an attacker escape Chrome’s sandbox after renderer compromise, raising the impact from browser compromise to broader system risk. CISA lists it as known exploited, so old Chrome versions should be treated as urgent exposure.

Executive priority

Treat this as urgent legacy exposure. It is critical severity, remotely reachable through browsing, and listed by CISA as known exploited. The main business action is rapid verification that no managed endpoints still run vulnerable Chrome versions.

Technical view

The flaw is a CWE-416 use-after-free in Chrome’s Indexed DB API before 93.0.4577.82. The CVSS 9.6 vector is network-based, low complexity, no privileges, user interaction required, scope changed, and high confidentiality, integrity, and availability impact. Exploitation requires a compromised renderer process and crafted HTML page.

Likely exposure

Exposure is primarily Chrome installations older than 93.0.4577.82. Managed desktops, kiosks, and systems with delayed browser or OS package updates are the most likely places to find residual risk. Fedora advisories indicate downstream package update relevance, but the bundle does not enumerate all affected distributions.

Exploitation context

CISA KEV inclusion supports known exploitation in the wild. The CVE text describes a remote attacker using crafted HTML after renderer compromise to potentially escape the sandbox. The sources do not provide exploit details, campaign attribution, or current exploitation volume.

Researcher notes

Key constraints matter: user interaction is required, and the sandbox escape condition assumes renderer compromise. Public sources confirm the bug class, affected Chrome threshold, and KEV status, but do not disclose reliable exploit mechanics or complete downstream affected-product scope.

Mitigation direction

  • Update Chrome to 93.0.4577.82 or later, or a current vendor-supported release.
  • Apply relevant OS distribution browser package updates, including Fedora advisories where applicable.
  • Verify enterprise browser auto-update and patch compliance policies are enforced.
  • Prioritize remediation on internet-browsing endpoints and shared kiosk systems.
  • Check vendor guidance for any environment-specific hardening recommendations.

Validation and detection

  • Inventory Chrome versions and flag installations below 93.0.4577.82.
  • Review endpoint management reports for failed or deferred browser updates.
  • Confirm Fedora or distribution package advisories are applied where relevant.
  • Check CISA KEV tracking for remediation deadlines and audit expectations.
  • Monitor security tooling for browser exploit or sandbox escape detections.
Prepared
Reviewed
Confidence
high
Sources
7

Michael Williams reviewed this cited source version on .

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-416: 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
description · low confidence lookup

Privilege behavior lookup

The CVE wording references privilege impact, so privilege escalation and authorization behavior review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2021-30633 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
Critical
CVSS
9.6 (3.1)
Known Exploited
Yes
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/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
6Source links

CISA KEV status

Status
Known exploited
Source
CISA / ADP
Date added
Not provided

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
9.6CVSS 3.1CriticalCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H2.86Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

9.6Critical
CVSS 3.1 vector shape for CVE-2021-30633Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
GoogleChromeunspecifiedListed
Weakness

CWE details

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

CWE-416 · source CWE mapping

Use After Free

Use After Free represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.