Google Chrome
cpe:2.3:a:google:chrome:*:*:*:*:*:*:*
- >= 133, < 133.0.6943.53
A use-after-free vulnerability has been identified in the V8 JavaScript engine of Google Chrome, in versions prior to 133.0.6943.53. This vulnerability allows remote attackers to potentially exploit heap corruption by using a crafted HTML page. The issue arises from an incorrect optimization in the write barrier process, which can be manipulated to create dangling pointers that reference freed memory. This can lead to memory corruption and could be exploited to execute arbitrary code.
Exploitation of this vulnerability causes a use-after-free condition, leading to heap corruption. Such memory corruption vulnerabilities can often be exploited to execute arbitrary code, especially in a sandboxed environment where the attacker can control the execution context.
The vulnerability can be reproduced by allocating objects in the V8 JavaScript engine's young generation space, manipulating their properties to create references that bypass the garbage collector's write barrier, and then freeing the referenced objects. This process involves careful management of memory allocation and garbage collection to create a use-after-free condition that can be exploited.
Users should update to Google Chrome version 133.0.6943.53 or later, where this vulnerability has been fixed.
Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.