CVE-2026-9901: Use after free in ANGLE in Google Chrome prior to 148.0.7778.216 allowed a remote attacker who had compromi...
Use after free in ANGLE in Google Chrome prior to 148.0.7778.216 allowed a remote attacker who had compromised the renderer process to execute arbitrary code via a crafted HTML page. (Chromium security severity: High)
Chrome has a high-severity memory safety flaw in ANGLE, Chrome's graphics translation layer. A malicious HTML page could help an attacker run code, but the CVE states they first need to compromise the renderer process. Organizations should treat outdated Chrome installations as the main business risk.
Executive priority
Prioritize prompt browser update compliance. This is not cited as actively exploited, but high-impact memory corruption in Chrome can become urgent quickly because browsers are heavily exposed and often used in exploit chains.
Technical view
CVE-2026-9901 is a CWE-416 use-after-free in ANGLE affecting Google Chrome prior to 148.0.7778.216. The CVSS 3.1 score is 7.5 with network attack vector, high complexity, no privileges, user interaction required, and high confidentiality, integrity, and availability impact.
Likely exposure
Exposure is likely wherever managed or unmanaged endpoints run Google Chrome versions prior to 148.0.7778.216, especially desktops with delayed browser updates or users browsing untrusted content.
Exploitation context
The bundle does not show CISA KEV listing or any cited evidence of active exploitation. The described path requires a crafted HTML page and a separately compromised renderer process, suggesting chainable post-renderer-compromise risk rather than a standalone drive-by condition.
Researcher notes
Public details are limited. The issue is identified as a use-after-free in ANGLE with arbitrary code execution after renderer compromise. Avoid assuming standalone sandbox escape behavior unless future Chromium or CVE updates state that explicitly.
Mitigation direction
Update Google Chrome to 148.0.7778.216 or later where available.
Confirm users restart Chrome after updates are installed.
Use endpoint management to enforce Chrome auto-update policy.
Prioritize systems with internet-facing browsing and high-value user access.
Monitor Google Chrome release guidance for any revised vendor instructions.
Validation and detection
Inventory Chrome versions across managed and unmanaged endpoints.
Flag any Chrome installation older than 148.0.7778.216.
Confirm update compliance after browser restart, not only package deployment.
Review browser security telemetry for unusual renderer or GPU-process crashes.
Track the Chromium issue and CVE record for newly disclosed 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 code or command execution, so execution technique review may help defensive triage. 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.