Inappropriate implementation in V8 in Google Chrome prior to 144.0.7559.59 allowed a remote attacker to perform an out of bounds memory read via a crafted HTML page. (Chromium security severity: Medium)
The code uses a function that has inconsistent implementations across operating systems and versions.
| Name | Vendor | Start Version | End Version |
|---|---|---|---|
| Chrome | * | 144.0.7559.59 (excluding) | |
| Chromium-browser | Ubuntu | upstream | * |
The use of inconsistent implementations can cause changes in behavior when the code is ported or built under a different environment than the programmer expects, which can lead to security problems in some cases. The implementation of many functions varies by platform, and at times, even by different versions of the same platform. Implementation differences can include: