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

CVE-2024-8636: Google Chrome Buffer Overflow Vulnerability

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

Updated: January 22, 2026

CVE-2024-8636 Overview

CVE-2024-8636 is a heap buffer overflow vulnerability in the Skia graphics library used by Google Chrome. Skia is the open-source 2D graphics library that serves as the graphics engine for Chrome, Android, and many other products. This vulnerability exists in versions of Google Chrome prior to 128.0.6613.137 and can be exploited remotely through a specially crafted HTML page, potentially allowing attackers to corrupt heap memory and execute arbitrary code in the context of the user's browser session.

Critical Impact

Remote attackers can potentially achieve arbitrary code execution by exploiting heap corruption through maliciously crafted web content, compromising user systems without requiring any special privileges.

Affected Products

  • Google Chrome versions prior to 128.0.6613.137
  • Chromium-based browsers using vulnerable Skia versions
  • Any application embedding the affected Chrome engine

Discovery Timeline

  • 2024-09-11 - CVE-2024-8636 published to NVD
  • 2024-09-13 - Last updated in NVD database

Technical Details for CVE-2024-8636

Vulnerability Analysis

This vulnerability is classified as a heap buffer overflow (CWE-122, CWE-787) with potential use-after-free conditions (CWE-416) in the Skia graphics rendering engine. Skia handles various graphics operations including rendering HTML canvas elements, SVG graphics, and other visual content within Chrome. The vulnerability occurs when processing malformed or specially crafted graphics data, causing the engine to write beyond allocated heap buffer boundaries.

The exploitation requires user interaction—specifically, visiting a malicious webpage containing the crafted HTML content. Once triggered, the heap corruption can potentially be leveraged to achieve arbitrary code execution within the browser's sandboxed renderer process. While Chrome's sandbox provides an additional layer of protection, successful exploitation could still lead to information disclosure, denial of service, or serve as a stepping stone for sandbox escape attacks when chained with other vulnerabilities.

Root Cause

The root cause stems from improper bounds checking during graphics rendering operations within the Skia library. When processing certain graphical elements or canvas operations, the code fails to properly validate buffer sizes or indices, allowing writes to occur outside the allocated heap memory region. This type of memory corruption vulnerability is particularly dangerous in graphics libraries due to the complex data structures and frequent memory operations they perform.

Attack Vector

The attack vector is network-based, requiring a victim to navigate to an attacker-controlled or compromised webpage. The malicious page contains specially crafted HTML and graphics content designed to trigger the vulnerable code path in Skia. The attack unfolds as follows:

  1. The attacker hosts a webpage containing malicious HTML with crafted graphics elements
  2. The victim visits the webpage using a vulnerable Chrome version
  3. Chrome's rendering engine invokes Skia to process the graphics content
  4. The crafted input triggers the heap buffer overflow during rendering
  5. Memory corruption occurs, potentially allowing code execution or causing a crash

The vulnerability mechanism exploits the graphics rendering pipeline when processing certain canvas operations or SVG elements. The crafted HTML page triggers a condition where Skia's memory allocation and buffer handling routines fail to properly validate boundaries, resulting in heap corruption. For detailed technical information, refer to the Chromium Issue Tracker Entry.

Detection Methods for CVE-2024-8636

Indicators of Compromise

  • Unexpected browser crashes or renderer process termination while visiting unfamiliar websites
  • Unusual memory consumption patterns in Chrome's renderer processes
  • Crash dumps indicating heap corruption or access violations in Skia-related modules
  • Browser stability issues coinciding with visits to specific web resources

Detection Strategies

  • Monitor for Chrome browser versions below 128.0.6613.137 across the enterprise environment
  • Implement endpoint detection rules for anomalous Chrome renderer process behavior
  • Deploy network monitoring to identify traffic to known malicious domains serving exploit content
  • Utilize browser crash telemetry to detect potential exploitation attempts

Monitoring Recommendations

  • Enable Chrome's built-in crash reporting and monitor for Skia-related crashes
  • Configure SIEM alerts for multiple browser crash events from single endpoints
  • Monitor for unusual child process spawning from Chrome renderer processes
  • Track browser version compliance across all managed endpoints

How to Mitigate CVE-2024-8636

Immediate Actions Required

  • Update Google Chrome to version 128.0.6613.137 or later immediately
  • Enable automatic updates for Chrome to ensure timely security patches
  • Implement browser version compliance policies across the organization
  • Consider blocking access to untrusted websites until patching is complete

Patch Information

Google has addressed this vulnerability in Chrome version 128.0.6613.137 released on September 10, 2024. Organizations should prioritize updating all Chrome installations to this version or later. The fix addresses the improper bounds checking in Skia that allowed the heap buffer overflow condition.

For detailed patch information, refer to the Google Chrome Update Announcement.

Workarounds

  • Restrict browsing to trusted websites only until patches can be deployed
  • Consider using alternative browsers temporarily if immediate patching is not feasible
  • Implement web content filtering to block potentially malicious graphics content
  • Enable Chrome's Site Isolation feature for additional process-level protection
bash
# Verify Chrome version on Linux/macOS
google-chrome --version

# Force Chrome update on managed systems (Windows GPO example)
# Set the following registry key to force updates:
# HKLM\SOFTWARE\Policies\Google\Update\UpdateDefault = 1

# Check for outdated Chrome installations across fleet
# PowerShell example for Windows environments
Get-WmiObject Win32_Product | Where-Object {$_.Name -like "*Chrome*"} | Select-Object Name, Version

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.30%

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

  • CWE-787

  • CWE-416
  • Technical References
  • Google Chrome Update Announcement

  • Chromium Issue Tracker Entry
  • Related CVEs
  • CVE-2026-5907: Google Chrome Buffer Overflow Vulnerability

  • CVE-2026-5869: Google Chrome WebML Buffer Overflow Flaw

  • CVE-2026-5867: Google Chrome WebML Buffer Overflow Flaw

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