CVE-2026-9902: Use after free in Accessibility in Google Chrome prior to 148.0.7778.216 allowed a remote attacker who had...
Use after free in Accessibility in Google Chrome prior to 148.0.7778.216 allowed a remote attacker who had compromised the renderer process to potentially perform a sandbox escape via a crafted HTML page. (Chromium security severity: High)
This Chrome vulnerability could let an attacker escape the browser sandbox after already compromising Chrome's renderer process. The likely business risk is from users visiting a malicious or compromised page while running an outdated Chrome version. The public sources do not show active exploitation.
Executive priority
Treat this as a high-priority browser update, not an emergency zero-day response based on current evidence. Patch quickly because sandbox escapes can become serious in exploit chains, but the provided sources do not confirm exploitation in the wild.
Technical view
CVE-2026-9902 is a high-severity CWE-416 use-after-free flaw in Chrome Accessibility. Google describes potential sandbox escape through a crafted HTML page, but only after renderer compromise. CVSS 8.3 reflects network reachability, required user interaction, high complexity, changed scope, and high confidentiality, integrity, and availability impact.
Likely exposure
Organizations are exposed where Google Chrome desktop installations remain below 148.0.7778.216, especially on endpoints that browse untrusted web content. Evidence in the bundle is Chrome-specific; it does not establish impact for other Chromium-based browsers.
Exploitation context
The CVE is not listed as KEV in the provided bundle, and no cited source states active exploitation. The attack scenario requires user interaction and a prior renderer compromise, which raises difficulty but makes the issue important when chained with another browser bug.
Researcher notes
Public technical detail is limited. The Chromium issue may restrict details, and the CVE description only identifies Accessibility, use-after-free, renderer compromise prerequisite, and crafted HTML trigger context. Avoid assuming exploit primitives, affected platforms beyond Chrome, or independent mitigations not stated by Google.
Mitigation direction
Update Google Chrome to 148.0.7778.216 or later per vendor guidance.
Ensure users restart Chrome so the update is fully applied.
Use enterprise browser management to enforce minimum Chrome versions.
Prioritize patching high-risk users who browse untrusted sites.
Monitor Google's Chrome release notes for additional guidance.
Validation and detection
Inventory Chrome desktop versions across managed endpoints.
Confirm installed versions are 148.0.7778.216 or later.
Check browser management reports for update failures or pending restarts.
Review vulnerability scanner results for CVE-2026-9902 coverage.
Track the Chromium issue and CVE record for newly released details.
Based on public source material and reviewed before publication.
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.
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.
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
3Timeline events
1ADP providers
3Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: total
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.
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.