Home Google CVE-2024-11114
Back to Google

CVE-2024-11114

Google Chrome

Google CVSS 8.3 Updated March 15, 2026

Executive Risk Summary

"A remote attacker who has compromised the renderer process in Google Chrome on Windows can potentially perform a sandbox escape via a crafted HTML page, allowing for unauthorized access to system resources. This vulnerability is rated as Medium severity by Chromium and can be mitigated by updating Google Chrome to version 131.0.6778.69 or later."

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 briefly interrupted during the update process

Internal Work Notes

Update Google Chrome to the latest version to mitigate a potential sandbox escape vulnerability

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.