| Reporter | Title | Published | Views | Family All 142 |
|---|---|---|---|---|
| chromium -- V8 type confusion | 25 Mar 202200:00 | – | freebsd | |
| chromium -- Type confusion in V8 | 4 Apr 202200:00 | – | freebsd | |
| Google Chrome < 99.0.4844.84 Vulnerability | 25 Mar 202200:00 | – | nessus | |
| Google Chrome < 100.0.4896.75 Vulnerability | 4 Apr 202200:00 | – | nessus | |
| Debian DSA-5110-1 : chromium - security update | 28 Mar 202200:00 | – | nessus | |
| Debian DSA-5114-1 : chromium - security update | 8 Apr 202200:00 | – | nessus | |
| FreeBSD : chromium -- V8 type confusion (323f900d-ac6d-11ec-a0b8-3065ec8fd3ec) | 26 Mar 202200:00 | – | nessus | |
| FreeBSD : chromium -- Type confusion in V8 (fe15f30a-b4c9-11ec-94a3-3065ec8fd3ec) | 5 Apr 202200:00 | – | nessus | |
| GLSA-202208-25 : Chromium, Google Chrome, Microsoft Edge, QtWebEngine: Multiple Vulnerabilities | 15 Aug 202200:00 | – | nessus | |
| Google Chrome < 100.0.4896.75 Vulnerability | 4 Apr 202200:00 | – | nessus |
`Chrome: Incomplete fix for CVE-2022-1096
VULNERABILITY DETAILS
The fix for https://crbug.com/1309225 has modified `SetPropertyInternal()` to fall back to `SetSuperProperty()` whenever a property access interceptor is encountered because `SetSuperProperty()` is robust against possible side effects caused by interceptors.
Unfortunately, the function `JSObject::DefineOwnPropertyIgnoreAttributes()` is also affected by the bug and requires the same change.
VERSION
Google Chrome 100.0.4896.60 (Official Build) (arm64)
Chromium 102.0.4972.0 (Developer Build) (64-bit)
REPRODUCTION CASE
To make the exploit functional again, the attacker only needs to replace one property store with an `Object.defineProperty()` call:
```
<script>
style = document.createElement('p').style;
Object.defineProperty(style, 'prop', {
value: { toString() { style.prop = 1 } }
});
</script>
```
The repro case above triggers the same DCHECK failure:
```
#
# Fatal error in ../../v8/src/objects/map.cc, line 437
# Debug check failed: map->instance_descriptors(isolate) .Search(*name, map->NumberOfOwnDescriptors()) .is_not_found().
#
```
CREDIT INFORMATION
Sergei Glazunov of Google Project Zero
This bug is subject to a 90-day disclosure deadline. If a fix for this
issue is made available to users before the end of the 90-day deadline,
this bug report will become public 30 days after the fix was made
available. Otherwise, this bug report will become public at the deadline.
The scheduled deadline is 2022-06-28.
Related CVE Numbers: CVE-2022-1232,CVE-2022-1096.
Found by: [email protected]
`
Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation