CVE-2026-9993: Use after free in Views in Google Chrome prior to 148.0.7778.216 allowed a remote attacker who had compromi...
Use after free in Views 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 PDF file. (Chromium security severity: High)
This is a high-severity Chrome memory safety bug that could let an attacker escape Chrome’s sandbox after first compromising the renderer process. A crafted PDF is the stated trigger path, so exposure is mainly users on vulnerable Chrome versions who open untrusted PDF content.
Executive priority
Treat this as a prompt browser update priority, not a panic event. The impact is serious, but the public evidence provided indicates user interaction and a renderer compromise prerequisite, with no KEV-confirmed exploitation.
Technical view
CVE-2026-9993 is a CWE-416 use-after-free in Chrome Views before 148.0.7778.216. The CVSS 3.1 score is 8.3 with network attack vector, high complexity, no privileges, user interaction required, and high confidentiality, integrity, and availability impact after sandbox escape.
Likely exposure
Endpoints running Google Chrome prior to 148.0.7778.216 are the relevant exposure. Risk is higher where browser updates are delayed, users handle external PDFs, or renderer-compromise defenses and isolation controls are weak.
Exploitation context
The CVE source says exploitation requires a compromised renderer process and a crafted PDF file. The bundle does not show CISA KEV listing or other evidence of active exploitation, so active exploitation should not be assumed.
Researcher notes
Public details are limited in the bundle. Key constraints are Chrome Views use-after-free, crafted PDF trigger, renderer compromise prerequisite, and potential sandbox escape. Avoid assuming exploit availability, affected downstream browsers, or detection indicators without further vendor evidence.
Mitigation direction
Update Google Chrome to 148.0.7778.216 or later.
Confirm enterprise browser update policies are enforcing timely Chrome updates.
Prioritize systems used for email, web browsing, and external PDF review.
Check Google Chrome release guidance for any additional vendor instructions.
Validation and detection
Inventory Chrome versions across managed endpoints.
Flag any Chrome installation older than 148.0.7778.216.
Verify update policy compliance in endpoint management tooling.
Review vulnerability scanner results for CVE-2026-9993 coverage.
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.