Critical Chrome 'Use-After-Free' Vulnerability Uncovered
The National Vulnerability Database (NVD) has documented a critical ‘use-after-free’ vulnerability, identified as CVE-2026-6299, impacting Google Chrome. This flaw, present in the browser’s Prerender component prior to version 147.0.7727.101, could allow a remote attacker to execute arbitrary code. The attack vector leverages a specially crafted HTML page, making it a serious concern for anyone running unpatched Chrome instances.
This isn’t just a run-of-the-mill bug; NVD has assigned it a CVSS score of 8.8, classifying it as HIGH severity. The CVSS vector CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H paints a clear picture: it’s network-exploitable, low complexity, requires no privileges, but does need user interaction (like visiting a malicious page). Critically, it can lead to high impacts on confidentiality, integrity, and availability. This type of vulnerability, specifically CWE-416 (Use After Free), is a classic memory corruption bug that attackers love to weaponize for arbitrary code execution.
While NVD hasn’t specified particular affected products beyond ‘Google Chrome prior to 147.0.7727.101,’ the broad impact of a critical browser vulnerability cannot be overstated. Given Chrome’s massive user base, any unpatched system is essentially an open door for sophisticated adversaries. Keeping browsers updated isn’t just good practice; it’s a fundamental security requirement, especially when dealing with critical flaws like this.
Related ATT&CK Techniques
🛡️ Detection Rules
1 rules · 6 SIEM formats1 auto-generated detection rules for this incident, mapped to MITRE ATT&CK. Available in Sigma, Splunk SPL, Sentinel KQL, Elastic Lucene, QRadar AQL, and Wazuh.
Exploitation Attempt — CVE-2026-6299
Want this in your SIEM's native format? Get Splunk SPL, Sentinel KQL, Elastic, QRadar AQL, or Wazuh — ready to paste.
1 Sigma rules mapped to the ATT&CK techniques from this breach — pick your SIEM and get a ready-to-paste query.
Get All SIEM Formats →Indicators of Compromise
| ID | Type | Indicator |
|---|---|---|
| CVE-2026-6299 | Use After Free | Google Chrome < 147.0.7727.101 |
| CVE-2026-6299 | RCE | Prerender component in Google Chrome |
| CVE-2026-6299 | Code Injection | crafted HTML page |