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

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

CVE-2024-1284 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-1284 Overview

CVE-2024-1284 is a use-after-free vulnerability in the Mojo IPC (Inter-Process Communication) component of Google Chrome. This memory corruption flaw exists in Chrome versions prior to 121.0.6167.160 and can be exploited remotely through a crafted HTML page, potentially leading to heap corruption and arbitrary code execution. Chromium has rated this vulnerability with high security severity.

Critical Impact

Remote attackers can exploit heap corruption through maliciously crafted web content, potentially achieving arbitrary code execution in the context of the browser process without any user interaction beyond visiting a malicious page.

Affected Products

  • Google Chrome prior to version 121.0.6167.160
  • Fedora 38 (via Chromium package)
  • Fedora 39 (via Chromium package)

Discovery Timeline

  • 2024-02-07 - CVE-2024-1284 published to NVD
  • 2025-05-15 - Last updated in NVD database

Technical Details for CVE-2024-1284

Vulnerability Analysis

This vulnerability is classified as CWE-416 (Use After Free), a dangerous memory corruption condition that occurs when a program continues to use a pointer after the memory it references has been freed. In the context of Google Chrome's Mojo component, this creates a scenario where freed heap memory can be reallocated for attacker-controlled data, enabling exploitation of the corrupted memory state.

Mojo is Chrome's IPC subsystem responsible for communication between different processes in Chrome's multi-process architecture. A use-after-free condition in this critical component is particularly severe because Mojo handles inter-process messaging between the browser, renderer, and utility processes.

The attack requires no privileges and no user interaction beyond visiting a malicious webpage, making it highly exploitable in real-world scenarios. A successful exploit could allow an attacker to execute arbitrary code with the privileges of the Chrome process, potentially leading to complete system compromise.

Root Cause

The vulnerability stems from improper memory management within Chrome's Mojo IPC implementation. When a Mojo object is freed but a reference to that memory location is retained and subsequently used, the program operates on stale data. This dangling pointer condition allows attackers to manipulate the freed memory region through heap spraying or other memory manipulation techniques, potentially redirecting program execution to attacker-controlled code.

Attack Vector

The attack is network-based, requiring only that a victim navigate to a malicious web page. The crafted HTML page triggers the use-after-free condition in the Mojo component through specially designed JavaScript or HTML content that manipulates the timing and order of object allocations and deallocations in the heap.

Exploitation typically involves:

  1. Triggering the allocation of a Mojo object
  2. Causing the object to be freed while retaining a reference
  3. Spraying the heap with attacker-controlled data to occupy the freed memory region
  4. Triggering use of the dangling pointer to redirect execution

For detailed technical information about this vulnerability, refer to the Chromium Issue Tracker #41494539 and the Google Chrome Update Announcement.

Detection Methods for CVE-2024-1284

Indicators of Compromise

  • Unusual Chrome process crashes or memory access violations in the Mojo component
  • Unexpected child process spawning from Chrome browser processes
  • Network connections to suspicious domains immediately following browser activity
  • Chrome crash reports indicating heap corruption in mojo related modules

Detection Strategies

  • Monitor for Chrome versions older than 121.0.6167.160 across enterprise environments
  • Deploy endpoint detection rules to identify unusual process behavior from Chrome processes
  • Implement web content filtering to block known malicious domains serving exploit kits
  • Use memory integrity monitoring tools to detect heap corruption attempts

Monitoring Recommendations

  • Enable Chrome's built-in crash reporting and monitor for Mojo-related crashes
  • Implement network traffic analysis to detect suspicious patterns following browser activity
  • Deploy SentinelOne agents to monitor for post-exploitation behavior such as unexpected code execution from browser processes
  • Audit browser extension installations and monitor for malicious extensions that may leverage this vulnerability

How to Mitigate CVE-2024-1284

Immediate Actions Required

  • Update Google Chrome to version 121.0.6167.160 or later immediately
  • Enable automatic updates for Chrome across all enterprise endpoints
  • For Fedora users, apply the latest Chromium package updates via dnf update chromium
  • Consider enabling Chrome's Site Isolation feature for additional exploit mitigation
  • Deploy endpoint protection with exploit mitigation capabilities

Patch Information

Google has addressed this vulnerability in Chrome version 121.0.6167.160, released in February 2024. The patch corrects the memory management issue in the Mojo component to prevent the use-after-free condition.

For official patch details, refer to the Google Chrome Stable Channel Update.

Fedora users should apply updates from the official repositories:

  • Fedora 38 Package Announcement
  • Fedora 39 Package Announcement

Workarounds

  • Restrict browsing to trusted websites until patching is complete
  • Consider using an alternative browser temporarily in high-risk environments
  • Implement network-level filtering to block known exploit delivery domains
  • Enable Chrome's Enhanced Safe Browsing mode for additional protection against malicious pages
bash
# Check current Chrome version and update on Linux
google-chrome --version
# For Fedora systems, update Chromium package
sudo dnf update chromium
# Verify the update was applied
chromium-browser --version

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

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.74%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-416
  • Technical References
  • Chromium Issue Tracker #41494539

  • Fedora Package Announcement

  • Fedora Package Announcement
  • Vendor Resources
  • Google Chrome Update 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