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-9369

CVE-2024-9369: Google Chrome Mojo RCE Vulnerability

CVE-2024-9369 is a remote code execution vulnerability in Google Chrome's Mojo component caused by insufficient data validation. Attackers can exploit compromised renderer processes to execute arbitrary code. Learn about technical details, affected versions, impact, and mitigation strategies.

Updated: January 22, 2026

CVE-2024-9369 Overview

CVE-2024-9369 is a critical vulnerability affecting Google Chrome's Mojo component, a cross-platform IPC framework used for inter-process communication within the browser. The vulnerability stems from insufficient data validation that allows an attacker who has already compromised the renderer process to perform an out-of-bounds memory write. This memory corruption vulnerability can be exploited through a specially crafted HTML page, potentially leading to arbitrary code execution with elevated privileges beyond the browser sandbox.

Critical Impact

An attacker who has compromised the renderer process can escape the browser sandbox and execute arbitrary code on the victim's system by triggering an out-of-bounds memory write through maliciously crafted web content.

Affected Products

  • Google Chrome versions prior to 129.0.6668.89
  • Chromium-based browsers using vulnerable Mojo component versions

Discovery Timeline

  • 2024-11-27 - CVE-2024-9369 published to NVD
  • 2025-11-20 - Last updated in NVD database

Technical Details for CVE-2024-9369

Vulnerability Analysis

This vulnerability exists within Google Chrome's Mojo subsystem, which serves as the browser's inter-process communication (IPC) framework. Mojo facilitates communication between different browser processes, including the renderer process (which handles web content) and more privileged browser processes.

The flaw is classified as CWE-1284 (Improper Validation of Specified Quantity in Input), indicating that the vulnerable code fails to properly validate data quantities before using them in memory operations. When processing certain IPC messages, the Mojo component does not adequately validate input data, allowing crafted values to trigger an out-of-bounds memory write condition.

This vulnerability is particularly concerning because it represents a sandbox escape primitive. While modern browsers isolate web content in sandboxed renderer processes, this flaw allows an attacker who has already compromised the renderer (through another vulnerability) to break out of the sandbox by corrupting memory in more privileged processes.

Root Cause

The root cause is insufficient validation of data passed through Mojo IPC messages. When handling serialized data structures, the affected code fails to verify that specified quantities or offsets remain within expected bounds before performing memory operations. This improper input validation allows attackers to specify malicious values that cause writes to memory locations outside the intended buffer boundaries.

Attack Vector

Exploitation requires user interaction—specifically, the victim must visit a malicious webpage containing crafted HTML/JavaScript content. The attack chain typically involves:

  1. The attacker hosts a malicious webpage with specially crafted content
  2. The victim navigates to the malicious page in a vulnerable Chrome version
  3. The attacker leverages another vulnerability or technique to compromise the renderer process
  4. Once the renderer is compromised, the attacker crafts malicious Mojo IPC messages
  5. These messages trigger the out-of-bounds write in a more privileged process
  6. The attacker achieves code execution outside the sandbox with elevated privileges

The vulnerability leverages the network attack vector, as the malicious content can be delivered remotely through any website the victim visits.

Detection Methods for CVE-2024-9369

Indicators of Compromise

  • Unexpected crashes in Chrome browser processes, particularly those involving Mojo IPC handling
  • Abnormal memory access patterns or memory corruption signatures in browser process memory
  • Suspicious child process spawning from Chrome browser processes
  • Evidence of renderer process compromise followed by unusual inter-process communication activity

Detection Strategies

  • Monitor Chrome crash reports and telemetry for patterns consistent with memory corruption exploits
  • Implement browser version auditing to identify unpatched Chrome installations across the environment
  • Deploy endpoint detection solutions capable of identifying browser exploitation attempts and sandbox escape techniques
  • Analyze network traffic for known malicious infrastructure associated with Chrome exploit distribution

Monitoring Recommendations

  • Enable enhanced logging for Chrome browser events and crash dumps in enterprise environments
  • Configure SentinelOne agents to monitor for suspicious process behavior originating from browser processes
  • Establish baseline browser behavior patterns to detect anomalous IPC activity or memory access
  • Monitor for unauthorized code execution attempts following browser process compromise

How to Mitigate CVE-2024-9369

Immediate Actions Required

  • Update Google Chrome to version 129.0.6668.89 or later immediately across all systems
  • Enable automatic Chrome updates to ensure timely patching of future vulnerabilities
  • Audit all Chromium-based browsers in the environment for vulnerable versions
  • Consider implementing browser isolation technologies for high-risk users or sensitive environments
  • Review endpoint protection configurations to ensure browser exploit detection is enabled

Patch Information

Google has released a security update addressing this vulnerability in Chrome version 129.0.6668.89. Organizations should prioritize updating to this version or later. The fix implements proper validation of data quantities and bounds checking in the affected Mojo IPC code paths, preventing the out-of-bounds write condition.

For detailed patch information, refer to the Google Chrome Update Announcement and the Chromium Issue Tracker Entry.

Workarounds

  • Restrict access to untrusted websites until patching is complete
  • Consider using alternative browsers temporarily if immediate patching is not feasible
  • Enable site isolation and strict site process isolation in Chrome enterprise policies
  • Deploy web filtering solutions to block access to known malicious domains that may host exploit code
  • Implement network-level controls to limit exposure to potentially malicious web content
bash
# Verify Chrome version on Linux/macOS
google-chrome --version
# Expected: Google Chrome 129.0.6668.89 or higher

# Force Chrome update check (Windows - run as administrator)
# Navigate to chrome://settings/help to trigger update check

# Enterprise deployment: Use Chrome management policies
# to enforce minimum version requirements

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechGoogle Chrome

  • SeverityCRITICAL

  • CVSS Score9.6

  • EPSS Probability0.12%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-1284
  • Technical References
  • Google Chrome Update Announcement

  • Chromium Issue Tracker Entry
  • Related CVEs
  • CVE-2026-5279: Google Chrome V8 RCE Vulnerability

  • CVE-2026-5277: Google Chrome ANGLE RCE Vulnerability

  • CVE-2026-5274: Google Chrome RCE Vulnerability

  • CVE-2026-4679: Google Chrome RCE Vulnerability
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