CVE-2022-0799

8.8 HIGH

📋 TL;DR

This vulnerability allows a remote attacker to escalate privileges on Windows systems by tricking users into running a malicious Chrome offline installer. It affects Google Chrome on Windows versions before 99.0.4844.51. Attackers could gain SYSTEM-level access by exploiting insufficient policy enforcement in the installer.

💻 Affected Systems

Products:
  • Google Chrome
Versions: All versions prior to 99.0.4844.51
Operating Systems: Windows
Default Config Vulnerable: ⚠️ Yes
Notes: Only affects Chrome offline installer on Windows. Online installer and other operating systems are not vulnerable.

📦 What is this software?

Chrome by Google

Google Chrome is the world's most popular web browser, used by over 3 billion users globally across Windows, macOS, Linux, Android, and iOS platforms. As a Chromium-based browser developed by Google, Chrome dominates the browser market with approximately 65% market share, making it a critical compon...

Learn more about Chrome →

⚠️ Risk & Real-World Impact

🔴

Worst Case

Full system compromise with SYSTEM privileges, allowing installation of persistent malware, credential theft, and complete control of the affected Windows machine.

🟠

Likely Case

Local privilege escalation leading to unauthorized software installation, configuration changes, and lateral movement within the network.

🟢

If Mitigated

Limited impact if users only install Chrome from official sources and have proper endpoint protection that detects malicious installers.

🌐 Internet-Facing: MEDIUM
🏢 Internal Only: MEDIUM

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: LIKELY
Unauthenticated Exploit: ✅ No
Complexity: LOW

Exploitation requires user interaction (running malicious installer) but is straightforward once the malicious file is executed.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 99.0.4844.51 and later

Vendor Advisory: https://chromereleases.googleblog.com/2022/03/stable-channel-update-for-desktop.html

Restart Required: Yes

Instructions:

1. Open Chrome 2. Click menu (three dots) → Help → About Google Chrome 3. Chrome will automatically check for and install updates 4. Click 'Relaunch' to restart Chrome with the fixed version

🔧 Temporary Workarounds

Use Chrome Online Installer

windows

Only install Chrome using the online installer from chrome.google.com instead of offline installer files

Block Offline Installer Execution

windows

Use Group Policy to prevent execution of Chrome offline installers

New-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Google\Chrome" -Name "AllowOfflineInstallers" -Value 0 -PropertyType DWORD -Force

🧯 If You Can't Patch

  • Restrict user permissions to prevent local privilege escalation
  • Implement application whitelisting to block unauthorized installer execution

🔍 How to Verify

Check if Vulnerable:

Check Chrome version: if below 99.0.4844.51 on Windows, system is vulnerable

Check Version:

chrome://version/ or "chrome --version" in command line

Verify Fix Applied:

Confirm Chrome version is 99.0.4844.51 or higher

📡 Detection & Monitoring

Log Indicators:

  • Windows Event Logs showing Chrome installer execution with unusual parameters
  • Process creation events for chrome_installer.exe with suspicious parent processes

Network Indicators:

  • Downloads of Chrome offline installer from non-Google domains
  • Unusual network traffic following installer execution

SIEM Query:

Process Name="chrome_installer.exe" AND Parent Process NOT IN ("chrome.exe", "msiexec.exe")

🔗 References

📤 Share & Export