Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • 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-1670

CVE-2024-1670: Google Chrome Use After Free Vulnerability

CVE-2024-1670 is a use after free vulnerability in Google Chrome's Mojo component that enables remote attackers to exploit heap corruption through malicious HTML pages. This article covers technical details, affected versions, and mitigations.

Updated: January 22, 2026

CVE-2024-1670 Overview

CVE-2024-1670 is a use-after-free vulnerability in the Mojo inter-process communication (IPC) component of Google Chrome prior to version 122.0.6261.57. This memory corruption flaw allows a remote attacker to potentially exploit heap corruption by convincing a victim to visit a maliciously crafted HTML page. The vulnerability occurs when Chrome's Mojo subsystem improperly handles memory after it has been freed, creating conditions that could lead to arbitrary code execution within the browser context.

Critical Impact

Successful exploitation could allow attackers to achieve remote code execution, compromise browser integrity, and potentially gain access to sensitive user data through heap corruption.

Affected Products

  • Google Chrome versions prior to 122.0.6261.57
  • Fedora Project Fedora 38
  • Fedora Project Fedora 39

Discovery Timeline

  • February 20, 2024 - Google releases security patch in Chrome 122.0.6261.57
  • February 21, 2024 - CVE-2024-1670 published to NVD
  • December 19, 2024 - Last updated in NVD database

Technical Details for CVE-2024-1670

Vulnerability Analysis

This vulnerability exists in the Mojo component of Google Chrome, which serves as the foundational IPC mechanism for communication between Chrome's sandboxed processes. Use-after-free vulnerabilities in this layer are particularly dangerous because Mojo handles critical inter-process data marshalling and message passing across Chrome's multi-process architecture.

When memory is freed but a reference to that memory location is retained and subsequently accessed, an attacker can potentially manipulate the freed memory region. In the context of heap corruption, this can allow attackers to overwrite function pointers, object vtables, or other critical data structures, ultimately leading to control flow hijacking.

The vulnerability requires user interaction—specifically, the victim must navigate to or be redirected to a malicious web page containing specially crafted HTML content designed to trigger the vulnerable code path in the Mojo subsystem.

Root Cause

The root cause is a use-after-free condition (CWE-416) in Chrome's Mojo IPC framework. This occurs when an object is deallocated but a dangling pointer continues to reference the freed memory. Subsequent operations on this stale reference can lead to memory corruption when the freed heap region is reallocated for other purposes and then accessed through the dangling pointer.

Attack Vector

The attack vector is network-based and requires user interaction. An attacker must host or inject malicious HTML content that exploits the Mojo use-after-free condition. The attack scenario typically involves:

  1. The attacker creates a malicious web page with crafted HTML content that triggers the vulnerable Mojo code path
  2. The victim is lured to visit the malicious page through phishing, malvertising, or compromised legitimate websites
  3. Upon rendering the malicious content, Chrome's Mojo component processes the data, triggering the use-after-free condition
  4. The attacker-controlled data is used to corrupt heap structures, potentially achieving code execution within the renderer process sandbox

Due to the sensitive nature of this vulnerability and its potential for exploitation, specific proof-of-concept code is not publicly disclosed. For technical details, refer to the Chromium Issue Tracker Entry which may contain additional information once the issue is fully disclosed.

Detection Methods for CVE-2024-1670

Indicators of Compromise

  • Unexpected Chrome crashes or instability, particularly when visiting unfamiliar websites
  • Anomalous memory access patterns in Chrome processes detected by endpoint security solutions
  • Suspicious outbound network connections following Chrome rendering of unknown web content
  • Crash reports indicating heap corruption or use-after-free conditions in Mojo components

Detection Strategies

  • Monitor Chrome version across endpoints and flag installations below version 122.0.6261.57
  • Deploy browser-based threat detection solutions capable of identifying memory corruption attempts
  • Implement network security monitoring to detect and block known malicious domains serving exploit content
  • Utilize SentinelOne's behavioral AI to detect anomalous process behavior indicative of memory exploitation attempts

Monitoring Recommendations

  • Enable Chrome crash reporting and analyze dumps for signatures matching use-after-free exploitation patterns
  • Implement endpoint detection rules that alert on Chrome child processes exhibiting abnormal memory behavior
  • Monitor for unexpected code execution or shellcode patterns within Chrome renderer processes
  • Track browser plugin and extension installations that could be used as attack vectors

How to Mitigate CVE-2024-1670

Immediate Actions Required

  • Update Google Chrome to version 122.0.6261.57 or later immediately across all endpoints
  • Enable Chrome's automatic update mechanism to ensure timely patching of future vulnerabilities
  • For Fedora users, apply the latest package updates from the official repositories
  • Consider implementing browser isolation technologies for high-risk users to contain potential exploitation

Patch Information

Google has addressed this vulnerability in Chrome version 122.0.6261.57, released on February 20, 2024. The fix is included in the stable channel update for desktop platforms. Organizations should reference the Google Chrome Stable Update announcement for complete details.

For Fedora users, security updates have been released through the official package announcement channels for Fedora 38 and Fedora 39.

Workarounds

  • If immediate patching is not possible, consider temporarily using an alternative browser until Chrome can be updated
  • Implement strict web filtering policies to block access to untrusted or suspicious websites
  • Enable site isolation in Chrome to limit the impact of renderer process compromise
  • Deploy network-level protections to block known malicious content delivery networks
bash
# Verify Chrome version on Linux systems
google-chrome --version
# Expected output: Google Chrome 122.0.6261.57 or higher

# Update Chrome on Fedora
sudo dnf update chromium

# Check automatic updates are enabled in Chrome
# Navigate to: chrome://settings/help

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

  • Vulnerability Details
  • TypeUse After Free

  • Vendor/TechGoogle Chrome

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.47%

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

  • Chromium Issue Tracker Entry

  • Fedora Package Announcement

  • Fedora Package Announcement
  • Related CVEs
  • CVE-2026-6919: Google Chrome DevTools Use After Free Flaw

  • CVE-2026-6362: Google Chrome Codecs Use-After-Free Flaw

  • CVE-2026-6319: Google Chrome Use-After-Free Vulnerability

  • CVE-2026-6318: Google Chrome Codecs Use-After-Free Flaw
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