The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2024-10229

CVE-2024-10229: Google Chrome Auth Bypass Vulnerability

CVE-2024-10229 is an authentication bypass flaw in Google Chrome Extensions that allows attackers to bypass site isolation via crafted extensions. This article covers technical details, affected versions, and mitigation.

Published: January 28, 2026

CVE-2024-10229 Overview

CVE-2024-10229 is a high-severity vulnerability affecting Google Chrome's Extensions component. This inappropriate implementation flaw allows a remote attacker to bypass site isolation protections via a specially crafted Chrome Extension. Site isolation is a critical security boundary in Chrome that prevents malicious websites from accessing data from other sites, making this bypass particularly concerning for enterprise environments and individual users alike.

Critical Impact

Remote attackers can bypass Chrome's site isolation security boundary through malicious extensions, potentially enabling cross-site data theft and unauthorized access to sensitive information from other browser contexts.

Affected Products

  • Google Chrome versions prior to 130.0.6723.69
  • All platforms running vulnerable Chrome versions (Windows, macOS, Linux)
  • Chromium-based browsers that have not incorporated the security fix

Discovery Timeline

  • October 22, 2024 - CVE-2024-10229 published to NVD
  • October 25, 2024 - Last updated in NVD database

Technical Details for CVE-2024-10229

Vulnerability Analysis

This vulnerability stems from an inappropriate implementation in how Google Chrome handles Extensions interactions with site isolation mechanisms. Site isolation is designed to run each site in its own process, preventing malicious code from one site from accessing data belonging to another site. The flaw allows a crafted Chrome Extension to circumvent these protections, effectively breaking the security boundary that site isolation provides.

The attack requires user interaction—specifically, the victim must install or have installed a malicious extension. Once in place, the extension can exploit the implementation flaw to access cross-site data that should normally be protected by Chrome's process isolation architecture.

Root Cause

The root cause is an inappropriate implementation in the Chrome Extensions subsystem that fails to properly enforce site isolation boundaries. Extensions are granted elevated privileges within the browser, and this vulnerability represents a case where those privileges were not adequately constrained when interacting with site-isolated contexts.

Attack Vector

The attack vector is network-based and requires user interaction. An attacker would need to:

  1. Create a malicious Chrome Extension designed to exploit this implementation flaw
  2. Distribute the extension through social engineering, malicious websites, or potentially by compromising legitimate extension distribution channels
  3. Convince users to install the extension or exploit scenarios where extensions auto-update with malicious code
  4. Once installed, the extension can bypass site isolation to access data from other origins

The vulnerability does not currently have known active exploits in the wild, and no exploit code has been publicly released. However, the technical details are tracked in the Chromium Issue Tracker Entry.

Detection Methods for CVE-2024-10229

Indicators of Compromise

  • Unusual extension behavior accessing cross-origin data without legitimate reason
  • Browser extensions with excessive permissions or suspicious permission requests
  • Unexpected network traffic from browser processes attempting to access data across site boundaries
  • Chrome extensions that were recently installed from untrusted sources

Detection Strategies

  • Monitor installed Chrome extensions across the enterprise for unauthorized or suspicious additions
  • Implement allowlisting policies for approved browser extensions
  • Deploy endpoint detection solutions that can identify anomalous browser extension behavior
  • Review browser telemetry for signs of cross-site data access violations

Monitoring Recommendations

  • Enable Chrome browser management and extension reporting in enterprise environments
  • Configure SentinelOne to monitor for suspicious browser process behavior and extension installations
  • Audit Chrome extension installations regularly using browser management consoles
  • Monitor for extensions requesting broad host permissions that could facilitate this attack

How to Mitigate CVE-2024-10229

Immediate Actions Required

  • Update Google Chrome to version 130.0.6723.69 or later immediately
  • Audit all installed browser extensions and remove any untrusted or unnecessary extensions
  • Implement enterprise browser extension policies to restrict unauthorized extension installations
  • Enable automatic updates for Chrome to ensure timely patching of future vulnerabilities

Patch Information

Google has addressed this vulnerability in Chrome version 130.0.6723.69. The security update was announced in the Google Chrome Desktop Update on October 22, 2024. Organizations should prioritize deploying this update across all managed endpoints.

Workarounds

  • Restrict browser extension installations to approved extensions only using Chrome policies
  • Disable or remove non-essential extensions until patching is complete
  • Use browser isolation technologies for high-risk browsing activities
  • Consider using Chrome's Enhanced Safe Browsing mode for additional protection
bash
# Chrome Enterprise Policy Configuration Example
# Apply extension allowlist via Group Policy or Chrome management
# ExtensionInstallAllowlist: Only allow approved extension IDs
# ExtensionInstallBlocklist: Block all by default with "*"

# Registry path for Windows:
# HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome\ExtensionInstallBlocklist
# Set value "1" to "*" to block all extensions by default

# Then allowlist specific approved extensions:
# HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome\ExtensionInstallAllowlist
# Add approved extension IDs as numbered values

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechGoogle Chrome

  • SeverityHIGH

  • CVSS Score8.1

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityNone
  • CWE References
  • NVD-CWE-noinfo
  • Technical References
  • Google Chrome Desktop Update

  • Chromium Issue Tracker Entry
  • Related CVEs
  • CVE-2026-5911: Google Chrome Policy Bypass Vulnerability

  • CVE-2026-5919: Google Chrome WebSockets SOP Bypass Flaw

  • CVE-2026-5903: Google Chrome Auth Bypass Vulnerability

  • CVE-2026-5901: Google Chrome Auth Bypass Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English