A use-after-free in Google Dawn (CVE-2026-5281) — a vulnerability whose precondition is that the renderer is already compromised
Dawn, the graphics foundation in Chromium, contains a use-after-free flaw that could let a remote attacker who had already compromised the renderer process execute arbitrary code via a crafted HTML page. It could affect multiple Chromium-based products including Google Chrome, Microsoft Edge and Opera.
Key facts
- CVE IDCVE-2026-5281
- Affected (vendor / product)Google Dawn
- CWECWE-416
- ExploitationListed in CISA KEV (exploitation confirmed)
- Remediation due2026-04-15 (U.S. federal civilian agencies, BOD 22-01)
Key points
- The affected product is Google Dawn, the graphics foundation in Chromium; CWE-416, use-after-free.
- The catalog states the precondition explicitly: a remote attacker who had already compromised the renderer process. It does not stand up alone.
- Arbitrary code execution may follow via a crafted HTML page.
- The impact could extend to multiple Chromium-based products including Google Chrome, Microsoft Edge and Opera.
- Of the 1,685 records this site holds as of 2026-08-28, 39 name Google Chromium V8; Dawn and Skia have one each. Records are filed by component of the foundation.
- The premise is a renderer process already compromised, and scoring one entry at a time misses the combination.
1A vulnerability with its precondition written down
What stands out in this record is that the condition on the attacker is stated explicitly: a remote attacker who had compromised the renderer process. In other words this flaw does not stand up on its own from outside. A browser confines the part that draws web pages to a restricted area, and this is used after that area has been broken, to move further outward.
When an attack is built from several stages, each stage looks unremarkable in isolation. Scoring severity one entry at a time is exactly what misses such combinations.
2The shape of a use-after-free
Use-after-free names the fault of using a region of memory again after releasing it, having lost track of the release. Other data can be allocated into the released region, so if an attacker can place content of their own there, the program treats it as the data it expected.
That is the classic route to hijacking the flow of execution, and it surfaces readily in a layer like Dawn that allocates and frees graphics resources constantly.
3The reach does not end at one browser
The catalog states that the impact could extend to multiple Chromium-based products including Google Chrome, Microsoft Edge and Opera. Different companies ship under different names while sharing the same foundation internally. Of the 1,685 KEV records this site holds as of 2026-08-28, 39 name Google Chromium V8 as the product, while Dawn and Skia have one each.
Because records are filed by the component of the foundation, searching by the name of the browser in use will not find them. Assets have to be understood by what they are built on, not by what they are called.
4A vulnerability whose premise is written down
What stands out here is that the attacker's condition is stated: a remote attacker who had already compromised the renderer process. It does not succeed from outside on its own.
A browser confines the part that renders web pages to a restricted area, and this vulnerability is used after breaking that, to get further out. When an attack succeeds through several stages, each stage on its own looks unremarkable. What scoring severity one entry at a time misses is exactly that combination.
Why it matters
Browser vulnerabilities are recorded by shared component rather than by product name, so tracking only the names of the browsers deployed internally will miss matches. Judging a vulnerability with a stated precondition by its standalone severity also skews priority: in a multi-stage attack, closing any one stage stops the whole chain.
FAQ
What is a use-after-free?
Is it less dangerous if the renderer must already be compromised?
Are Chrome and Edge affected?
Sources (primary)
This article is an independent organization based on the U.S. official data below. Always verify the exact, latest details and applicability with the official and vendor sources.
- CISA KEV Catalog (known exploited list)
- NVD (CVE details / CVSS)
- This product uses data from the NVD API but is not endorsed or certified by the NVD. KEV data is CC0 (public domain).