Home Google CVE-2025-2783
CRITICAL: THIS VULNERABILITY IS ACTIVELY BEING EXPLOITED IN THE WILD (CISA KEV CATALOG)
Back to Google

CVE-2025-2783

Exploited

Google Chrome - Mojo

Google CVSS 8.3 Updated March 12, 2026

Executive Risk Summary

"A high-severity vulnerability in Google Chrome's Mojo component allows a remote attacker to perform a sandbox escape via a malicious file, potentially leading to code execution. This vulnerability affects Google Chrome on Windows prior to version 134.0.6998.177."

Operational Audit Arsenal

Target Type Executable
Target Asset chrome.exe
Standard Path %ProgramFiles%GoogleChromeApplication
PowerShell
# 🛠️ Senior Engineer Universal Audit
# Target: chrome.exe (Executable)
$Targets = 'chrome.exe'
$SearchPaths = @("$env:windir\System32", "$env:ProgramFiles", "${env:ProgramFiles(x86)}")

Get-ChildItem -Path $SearchPaths -Include $Targets -Recurse -ErrorAction SilentlyContinue | 
Select-Object FullName, @{Name="Version";Expression={$_.VersionInfo.ProductVersion}}

Patch Impact Forecast

Reboot Required Unlikely

Web browsing services may be affected during the update process

Internal Work Notes

Apply Google Chrome update to version 134.0.6998.177 or later to mitigate a high-severity sandbox escape vulnerability in the Mojo component.

Technical Intelligence & Operational Utilities • Delivered Weekly

Intelligence Sources

Related Google Threats

Data compiled from NVD, MSRC, and CISA KEV Catalog. Intelligence synthesized via AI. Scripts provided for diagnostic purposes under MIT License.