IRONSMITHINTEL
CRITICALCVSS8.8
|
Actively Exploited
|CVE-2024-0519|Auth: none|Reboot: not required|Est. 10 minutes|Manual only

Google Chrome < 120.0.6099.234

Chrome's JavaScript engine contains a memory access bug that attackers are actively exploiting to compromise systems — update immediately.

Published May 7, 2026 · Updated May 10, 2026
Why patchRisk explained in plain English
Worst-case scenarioIf unpatched

A malicious web page containing crafted JavaScript can trigger the memory corruption, potentially leading to arbitrary code execution in the Chrome renderer process. Active exploitation was confirmed by Google's Threat Analysis Group, indicating real-world attacks against Chrome users.

How the attack worksNo clicks needed

Google Chrome's V8 JavaScript engine contains an out-of-bounds memory access vulnerability that can be triggered by specially crafted JavaScript. V8 is the core engine that executes all JavaScript on every web page loaded in Chrome. The vulnerability is present in all Chrome versions before 120.0.6099.234 and was confirmed as actively exploited before the patch release.

📧

Phishing link

🖼

Malicious file

🔓

Server compromised

Am I affected?Quick check

Probably yes if any of these apply:

Any server with Chrome installed used for browsing
Jump hosts
RDS environments
Running Chrome < 120.0.6099.234

Affected OS versions

Windows Server 2016Windows Server 2019Windows Server 2022
Fixed in120.0.6099.234
Real-world incidentsWhat we've seen

This vulnerability was part of a series of Chrome V8 zero-days exploited in January 2024. Browser-based exploitation remains one of the most common initial access techniques for both targeted attacks and commodity malware.

How to patch

Manual remediation steps

10 minutes

Check Current Version

(Get-ItemProperty 'HKLM:\SOFTWARE\Google\Chrome\BLBeacon').version

Update Chrome

1
Open Chrome → three-dot menu → Help → About Google Chrome
2
Wait for update to download and install
3
Click Relaunch when prompted

Verification

(Get-ItemProperty 'HKLM:\SOFTWARE\Google\Chrome\BLBeacon').version
# Must show 120.0.6099.234 or later
PowerShell automationComing soon

No tested PowerShell script for this entry yet. We’re prioritising automation based on user demand.