
Emergency Chrome update information and tools for CVE-2023-7024 and other critical vulnerabilities
This repository contains information and tools related to Google's emergency Chrome update addressing critical security vulnerabilities.
Google has issued an emergency Chrome update to patch critical zero-day vulnerabilities being actively exploited in the wild.
/docs - Detailed vulnerability information and mitigation steps/update-scripts - Automated update scripts for different platforms/detection-scripts - Scripts to check current Chrome versionsecurity-advisory.md - Comprehensive security advisory# Windows PowerShell
.\detection-scripts\check-chrome-version.ps1
# Linux/Mac
chmod +x detection-scripts/check-chrome-version.sh
./detection-scripts/check-chrome-version.sh
# Windows
.\update-scripts\update-chrome-windows.ps1
# Mac
chmod +x update-scripts/update-chrome-macos.sh
./update-scripts/update-chrome-macos.sh
# Linux
chmod +x update-scripts/update-chrome-linux.sh
./update-scripts/update-chrome-linux.sh
This repository is for informational and educational purposes. Always verify security information from official sources.
Last Updated: December 2023