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

CVE-2024-5493: Google Chrome Buffer Overflow Vulnerability

CVE-2024-5493 is a heap buffer overflow in Google Chrome's WebRTC component that enables remote attackers to exploit heap corruption through malicious HTML pages. This article covers technical details, affected versions, and mitigations.

Published: January 28, 2026

CVE-2024-5493 Overview

A heap buffer overflow vulnerability exists in the WebRTC component of Google Chrome prior to version 125.0.6422.141. This memory corruption flaw allows a remote attacker to potentially exploit heap corruption through a specially crafted HTML page. The vulnerability is classified with high severity by the Chromium security team and poses significant risk to user systems when visiting malicious websites.

Critical Impact

Remote attackers can exploit heap corruption via malicious web pages, potentially achieving arbitrary code execution and full system compromise without requiring any privileges.

Affected Products

  • Google Chrome versions prior to 125.0.6422.141
  • Canonical Ubuntu Linux 22.04 LTS
  • Fedora 39 and Fedora 40

Discovery Timeline

  • May 30, 2024 - CVE-2024-5493 published to NVD
  • December 26, 2024 - Last updated in NVD database

Technical Details for CVE-2024-5493

Vulnerability Analysis

This vulnerability is classified under CWE-787 (Out-of-bounds Write) and CWE-122 (Heap-based Buffer Overflow), indicating a memory safety issue in the WebRTC implementation. WebRTC (Web Real-Time Communication) is a critical browser component enabling peer-to-peer audio, video, and data sharing functionality.

The heap buffer overflow occurs when processing specially crafted data within the WebRTC subsystem. When a user visits a malicious webpage containing crafted HTML content, the browser's WebRTC component can be triggered to write data beyond the bounds of an allocated heap buffer. This memory corruption can lead to arbitrary code execution in the context of the browser process, potentially allowing attackers to escape the browser sandbox and compromise the underlying system.

The attack requires user interaction in the form of visiting a malicious webpage, but no additional privileges are needed by the attacker. The vulnerability affects the confidentiality, integrity, and availability of the targeted system.

Root Cause

The root cause is a heap-based buffer overflow in the WebRTC component's data processing routines. The vulnerability stems from insufficient bounds checking when handling input data, allowing an attacker to cause memory writes beyond the allocated buffer boundaries. This type of memory safety issue is particularly dangerous in C/C++ codebases where manual memory management is required.

Attack Vector

The attack vector is network-based, requiring an attacker to host or inject malicious HTML content on a webpage that a victim must visit. The exploitation flow involves:

  1. Attacker crafts a malicious HTML page with specially designed content targeting the WebRTC vulnerability
  2. Victim navigates to the malicious page or is redirected through social engineering
  3. The browser's WebRTC component processes the malicious content
  4. Heap corruption occurs, potentially allowing arbitrary code execution
  5. Attacker gains control of the browser process, which may lead to further system compromise

The vulnerability does not require any authentication or special privileges, making it particularly attractive for drive-by download attacks and watering hole campaigns.

Detection Methods for CVE-2024-5493

Indicators of Compromise

  • Unusual browser crashes or instability, particularly when accessing WebRTC-enabled sites
  • Unexpected network connections originating from browser processes
  • Memory access violations or heap corruption errors logged in browser crash reports
  • Suspicious JavaScript or HTML content attempting to invoke WebRTC APIs with malformed data

Detection Strategies

  • Monitor browser version deployments across the enterprise to identify unpatched Chrome installations below 125.0.6422.141
  • Implement web filtering to block known malicious domains distributing WebRTC exploits
  • Deploy endpoint detection and response (EDR) solutions to identify anomalous browser behavior indicative of exploitation
  • Enable browser telemetry and crash reporting to identify potential exploitation attempts

Monitoring Recommendations

  • Audit Chrome browser versions across all endpoints using software inventory tools
  • Configure alerting for browser process crashes that may indicate exploitation attempts
  • Monitor for unusual child process spawning from Chrome browser processes
  • Review network traffic for connections to untrusted WebRTC signaling servers

How to Mitigate CVE-2024-5493

Immediate Actions Required

  • Update Google Chrome to version 125.0.6422.141 or later immediately across all systems
  • Enable automatic updates for Chrome browsers to receive future security patches
  • Consider temporarily disabling WebRTC functionality if updates cannot be immediately applied
  • Educate users about the risks of visiting untrusted websites

Patch Information

Google has released a stable channel update addressing this vulnerability. The fix is included in Chrome version 125.0.6422.141 and later. For detailed information about the update, refer to the Chrome Blog Update Announcement. Additional technical details can be found in the Chromium Issue Tracker Entry.

Linux distribution users should apply the relevant security updates:

  • Fedora users should refer to the Fedora Package Announcement for updated packages

Workarounds

  • If immediate patching is not possible, consider using browser extensions that disable or restrict WebRTC functionality
  • Implement network segmentation to limit the impact of potential browser compromises
  • Deploy web application firewalls (WAF) or proxy solutions to filter potentially malicious web content
  • Consider using alternative browsers while awaiting patch deployment, though this is not recommended as a long-term solution
bash
# Check Chrome version on Linux systems
google-chrome --version

# Force Chrome update via command line
google-chrome --check-for-update-interval=1

# Disable WebRTC via Chrome flags (temporary workaround)
# Navigate to chrome://flags and search for WebRTC settings

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechGoogle Chrome

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.74%

  • 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-787

  • CWE-122
  • Technical References
  • Chrome Blog Update Announcement

  • Chromium Issue Tracker Entry

  • Fedora Package Announcement

  • Fedora Package Announcement
  • Related CVEs
  • CVE-2026-6306: Google Chrome PDFium Buffer Overflow Flaw

  • CVE-2026-6305: Google Chrome PDFium Buffer Overflow Flaw

  • CVE-2026-6298: Google Chrome Skia Buffer Overflow Flaw

  • CVE-2026-6296: Google Chrome ANGLE Buffer Overflow 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