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

CVE-2024-1283: Google Chrome Buffer Overflow Vulnerability

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

Updated: January 22, 2026

CVE-2024-1283 Overview

CVE-2024-1283 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 applications. This vulnerability affects Google Chrome versions prior to 121.0.6167.160 and allows remote attackers to potentially exploit heap corruption through a specially crafted HTML page.

Critical Impact

Remote attackers can exploit this heap buffer overflow to achieve arbitrary code execution, potentially leading to complete system compromise when users visit malicious websites.

Affected Products

  • Google Chrome prior to version 121.0.6167.160
  • Fedora Project Fedora 38 (with affected Chrome packages)
  • Fedora Project Fedora 39 (with affected Chrome packages)

Discovery Timeline

  • February 7, 2024 - CVE-2024-1283 published to NVD
  • June 17, 2025 - Last updated in NVD database

Technical Details for CVE-2024-1283

Vulnerability Analysis

This vulnerability is classified as CWE-787 (Out-of-bounds Write) and CWE-122 (Heap-based Buffer Overflow). The flaw exists within the Skia graphics engine, which handles complex rendering operations including image processing, text rendering, and vector graphics. When processing maliciously crafted content, the Skia library fails to properly validate buffer boundaries during heap memory operations, allowing attackers to write data beyond allocated memory regions.

The heap corruption can be triggered remotely by convincing a user to visit a malicious website containing a specially crafted HTML page. Since Chrome's renderer processes handle untrusted web content, a successful exploit could allow attackers to execute arbitrary code within the context of the browser sandbox.

Root Cause

The root cause of this vulnerability is improper bounds checking within Skia's heap memory allocation and manipulation routines. When processing certain graphical elements or operations, the library allocates a heap buffer that is insufficient to hold the processed data, leading to a buffer overflow condition. This memory safety issue allows attackers to corrupt adjacent heap memory structures, which can be leveraged to achieve code execution.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction beyond visiting a malicious webpage. An attacker can exploit this vulnerability through the following attack chain:

  1. Attacker creates a malicious webpage containing crafted HTML/CSS/JavaScript that triggers the Skia vulnerability
  2. Victim is lured to visit the malicious webpage through phishing, malvertising, or watering hole attacks
  3. Chrome's rendering engine processes the malicious content, triggering the heap buffer overflow in Skia
  4. The heap corruption allows the attacker to manipulate memory structures and potentially achieve code execution
  5. While Chrome's sandbox provides defense-in-depth, heap corruption vulnerabilities may be chainable with sandbox escape exploits

For technical details regarding the specific vulnerable code paths, refer to Chromium Issue #41494860.

Detection Methods for CVE-2024-1283

Indicators of Compromise

  • Unusual Chrome renderer process crashes or restarts, particularly when visiting specific websites
  • Unexpected memory allocation patterns or heap corruption errors in Chrome crash logs
  • Suspicious network activity originating from Chrome processes after visiting untrusted websites
  • Detection of exploit kit landing pages in network traffic logs

Detection Strategies

  • Monitor Chrome version deployments across the enterprise to identify systems running vulnerable versions (prior to 121.0.6167.160)
  • Implement web filtering to block known malicious domains and URLs associated with exploit kits
  • Enable Chrome's built-in crash reporting and analyze crash dumps for signs of heap corruption attacks
  • Deploy endpoint detection and response (EDR) solutions capable of detecting memory corruption exploitation attempts

Monitoring Recommendations

  • Enable enhanced logging for Chrome browser processes to capture crash telemetry
  • Monitor for unusual child process spawning from Chrome renderer processes
  • Implement network-level inspection for suspicious HTML/JavaScript payloads targeting browser vulnerabilities
  • Track Chrome update status across all managed endpoints to ensure timely patching

How to Mitigate CVE-2024-1283

Immediate Actions Required

  • Update Google Chrome to version 121.0.6167.160 or later immediately
  • Enable automatic updates for Chrome to ensure timely security patches
  • For Fedora 38 and 39 users, apply the latest Chromium packages from the Fedora repositories
  • Review and restrict access to untrusted websites until patching is complete

Patch Information

Google has released a security update addressing this vulnerability in Chrome version 121.0.6167.160. The fix was announced in the Google Chrome Stable Channel Update in February 2024. Fedora users should apply updates from the official Fedora package repositories as announced in the Fedora Package Announcement.

Workarounds

  • Use alternative browsers temporarily until Chrome can be updated in environments where immediate patching is not feasible
  • Implement strict web content filtering policies to block access to potentially malicious websites
  • Enable Chrome's Site Isolation feature to provide additional protection against cross-site attacks
  • Consider disabling JavaScript execution on untrusted sites through browser extensions or enterprise policies
bash
# Verify Chrome version on Linux/macOS
google-chrome --version

# Force Chrome update check (Windows)
# Navigate to chrome://settings/help in the browser

# For Fedora systems, update Chrome packages
sudo dnf update chromium --refresh

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

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability2.17%

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

  • CWE-122
  • Technical References
  • Chromium Issue #41494860

  • Fedora Package Announcement

  • Fedora Package Announcement
  • Vendor Resources
  • Google Chrome Stable Update
  • Related CVEs
  • CVE-2026-4673: Google Chrome Buffer Overflow Vulnerability

  • CVE-2026-4675: Google Chrome Buffer Overflow Vulnerability

  • CVE-2026-4677: Google Chrome Buffer Overflow Vulnerability

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