vendor:
WebKit
by:
Not mentioned
7.5
CVSS
HIGH
Type Confusion
843
CWE
Product Name: WebKit
Affected Version From: Not mentioned
Affected Version To: Not mentioned
Patch Exists: Not mentioned
Related CWE: Not mentioned
CPE: Not mentioned
Platforms Tested: Not mentioned
Not mentioned
Mismatch between property value and attributes in WebKit
In WebKit, there is a vulnerability where a mismatch can occur between the value of a property and its attributes. This can lead to a type confusion vulnerability. When handling a property access operation, the normal interpreter sees the type of the value whereas the JIT compiler sees the attributes. This can potentially be exploited by an attacker to execute arbitrary code or gain unauthorized access.
Mitigation:
It is recommended to apply the latest patches and updates provided by the vendor. Additionally, developers should ensure that property values and attributes are properly matched to avoid type confusion vulnerabilities.