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

CVE-2024-8198: Google Chrome Buffer Overflow Vulnerability

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

Updated: January 22, 2026

CVE-2024-8198 Overview

CVE-2024-8198 is a heap buffer overflow vulnerability affecting the Skia graphics library in Google Chrome prior to version 128.0.6613.113. This memory corruption flaw enables a remote attacker who has already compromised the renderer process to potentially exploit heap corruption through a specially crafted HTML page. The vulnerability affects the browser's core graphics rendering engine, making it a significant security concern for Chrome users.

Critical Impact

Successful exploitation of this heap buffer overflow could allow attackers to achieve arbitrary code execution, potentially leading to complete system compromise through a crafted web page after initial renderer process compromise.

Affected Products

  • Google Chrome versions prior to 128.0.6613.113
  • All platforms running vulnerable Chrome versions (Windows, macOS, Linux)
  • Chromium-based browsers using affected Skia library versions

Discovery Timeline

  • August 28, 2024 - CVE-2024-8198 published to NVD
  • October 15, 2024 - Last updated in NVD database

Technical Details for CVE-2024-8198

Vulnerability Analysis

This vulnerability exists within Skia, Google Chrome's 2D graphics library responsible for rendering graphics, text, and images. The heap buffer overflow occurs when the Skia library improperly handles memory allocation during graphics processing operations. An attacker who has already gained control of the renderer process can leverage this flaw to corrupt heap memory structures, potentially leading to arbitrary code execution or further system compromise.

The vulnerability is classified under multiple CWE identifiers: CWE-122 (Heap-based Buffer Overflow), CWE-787 (Out-of-bounds Write), and CWE-120 (Buffer Copy without Checking Size of Input). This classification indicates that the core issue involves writing data beyond the allocated buffer boundaries in heap memory without proper bounds checking.

Root Cause

The root cause stems from insufficient boundary validation in the Skia graphics library when processing certain graphical elements. When handling specially crafted HTML content, the library fails to properly validate the size of input data before copying it into a heap-allocated buffer. This oversight allows more data to be written than the buffer can accommodate, resulting in heap corruption that can be exploited for malicious purposes.

Attack Vector

The attack requires a multi-stage exploitation approach. First, an attacker must compromise the Chrome renderer process through a separate vulnerability or attack vector. Once the renderer process is under attacker control, the heap buffer overflow in Skia can be triggered by loading a maliciously crafted HTML page. The crafted page would contain graphics elements designed to trigger the overflow condition in Skia's processing routines.

The network-based attack vector means users can be targeted by simply visiting a malicious website or viewing compromised content online. While user interaction (visiting the malicious page) is required, no special privileges are needed, and the attack does not require authentication.

The vulnerability mechanism involves crafting specific HTML/CSS elements that trigger improper memory handling in Skia's graphics processing pipeline. Technical details can be found in the Chromium Issue Tracker Entry once the security embargo period has ended.

Detection Methods for CVE-2024-8198

Indicators of Compromise

  • Unexpected Chrome crashes or renderer process terminations during web browsing
  • Abnormal memory consumption patterns in Chrome processes
  • Detection of exploit code attempting to trigger Skia-related heap operations
  • Suspicious network traffic to known malicious domains serving crafted HTML content

Detection Strategies

  • Monitor Chrome browser version inventory across enterprise endpoints to identify unpatched installations
  • Deploy endpoint detection rules targeting heap overflow exploitation patterns in browser processes
  • Implement web content inspection for malformed graphics elements that may trigger the vulnerability
  • Configure browser telemetry to alert on unusual Skia library behavior or crashes

Monitoring Recommendations

  • Enable Chrome crash reporting and analyze crash dumps for heap corruption signatures
  • Monitor for renderer process compromise indicators that may precede exploitation attempts
  • Track browser update compliance across the organization to ensure timely patching
  • Implement network-level detection for known exploit delivery infrastructure

How to Mitigate CVE-2024-8198

Immediate Actions Required

  • Update Google Chrome to version 128.0.6613.113 or later immediately on all systems
  • Enable automatic updates for Chrome browsers to ensure future security patches are applied promptly
  • Review endpoint protection solutions to ensure they can detect heap overflow exploitation attempts
  • Consider implementing browser isolation technologies for high-risk users until patching is complete

Patch Information

Google has addressed this vulnerability in Chrome version 128.0.6613.113, released as part of a stable channel update. Organizations should prioritize updating to this version or later. The official security advisory is available at the Chrome Desktop Update page. Enterprise administrators can use Chrome's group policy settings or enterprise management tools to enforce the update across managed devices.

Workarounds

  • Implement web content filtering to block access to untrusted or suspicious websites until patching is complete
  • Enable Chrome's Site Isolation feature to provide additional sandboxing between renderer processes
  • Consider using browser extensions that limit JavaScript execution on untrusted sites
  • Deploy network-based web application firewalls capable of inspecting HTML content for malicious patterns
bash
# Verify Chrome version on Linux/macOS
google-chrome --version
# Expected output should be 128.0.6613.113 or higher

# Force Chrome update check (Windows - run as administrator)
# Navigate to chrome://settings/help to trigger update check
# Or use enterprise deployment tools like SCCM/Intune for managed updates

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

  • 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-120
  • Technical References
  • Chrome Desktop Update

  • 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