CVE-2026-10022
Type Confusion in V8 in Google Chrome
Publication date: 2026-05-28
Last updated on: 2026-05-29
Assigner: Chrome
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| chrome | to 148.0.7778.216 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-843 | The product allocates or initializes a resource such as a pointer, object, or variable using one type, but it later accesses that resource using a type that is incompatible with the original type. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a type confusion issue in the V8 JavaScript engine used by Google Chrome versions prior to 148.0.7778.216. It allows an attacker who convinces a user to install a malicious Chrome extension to execute arbitrary code within the browser's sandbox environment by using a specially crafted extension.
How can this vulnerability impact me? :
If exploited, this vulnerability could allow an attacker to run arbitrary code inside the sandbox of Google Chrome. This could potentially lead to unauthorized actions within the browser context, such as accessing or manipulating browser data, though the attack is limited to the sandbox environment.