Technical breakdown of Chrome's emergency stable channel update resolving actively exploited JIT compiler type confusion vulnerabilities.
| CVE Identifier | Subsystem / Component | Impact | CVSS | In-The-Wild Exploitation? |
|---|---|---|---|---|
| CVE-2024-4947 | V8 JavaScript Engine | JIT Type Confusion | 8.8 High | YES (In-The-Wild) |
| CVE-2024-4948 | Dawn / WebGPU | Use-After-Free | 8.1 High | No |
| CVE-2024-4949 | V8 WebAssembly | Out-of-Bounds Memory Access | 7.5 High | No |
| CVE-2024-4950 | Downloads Subsystem | Inappropriate Implementation | 4.3 Medium | No |
Examine the exact C++ Git commit from Chromium Gerrit showing how property accessor prototype transitions fooled the Turbofan optimizer.