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
    • 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-2023-4762

CVE-2023-4762: Google Chrome V8 Type Confusion RCE Flaw

CVE-2023-4762 is a type confusion vulnerability in Google Chrome's V8 engine that enables remote code execution through malicious HTML pages. This article covers technical details, affected versions, impact, and mitigation.

Published: February 11, 2026

CVE-2023-4762 Overview

CVE-2023-4762 is a type confusion vulnerability in the V8 JavaScript engine used by Google Chrome prior to version 116.0.5845.179. This vulnerability allows a remote attacker to execute arbitrary code by enticing a victim to visit a specially crafted HTML page. The flaw has been confirmed as actively exploited in the wild and has been added to CISA's Known Exploited Vulnerabilities (KEV) catalog.

Critical Impact

This vulnerability enables remote code execution through malicious web content, allowing attackers to potentially gain full control of affected systems. Due to confirmed active exploitation, immediate patching is essential.

Affected Products

  • Google Chrome (versions prior to 116.0.5845.179)
  • Microsoft Edge Chromium (Chromium-based versions)
  • Debian Linux 11.0 and 12.0
  • Fedora 37, 38, and 39

Discovery Timeline

  • September 5, 2023 - CVE-2023-4762 published to NVD
  • October 24, 2025 - Last updated in NVD database

Technical Details for CVE-2023-4762

Vulnerability Analysis

This type confusion vulnerability (CWE-843) resides in Chrome's V8 JavaScript engine, which is responsible for parsing and executing JavaScript code in the browser. Type confusion occurs when code allocates or initializes an object of one type but later accesses the same memory location using an incompatible type pointer. In the context of V8, this can lead to memory corruption when the JavaScript engine incorrectly handles object types during runtime optimization.

The vulnerability requires user interaction—specifically, the victim must navigate to a malicious webpage containing crafted JavaScript. Once triggered, the type confusion can corrupt memory in a predictable way, allowing an attacker to hijack program execution flow and achieve arbitrary code execution within the context of the browser process.

Root Cause

The root cause is improper type handling within V8's Just-In-Time (JIT) compilation and optimization pipeline. When V8 optimizes JavaScript code for performance, it makes assumptions about object types. If these assumptions are violated through carefully crafted JavaScript that causes the engine to misinterpret an object's actual type, memory corruption occurs. The type mismatch allows attackers to read or write memory at unintended locations, ultimately enabling code execution.

Attack Vector

The attack is delivered remotely over the network and requires user interaction. An attacker must convince a victim to visit a malicious website or click a link that leads to attacker-controlled content. The attack sequence typically involves:

  1. Attacker hosts a malicious webpage containing JavaScript that triggers the type confusion
  2. Victim navigates to the malicious page (via phishing, malicious ads, or compromised legitimate sites)
  3. V8 engine processes the malicious JavaScript, triggering the type confusion
  4. Memory corruption enables the attacker to execute arbitrary code
  5. Attacker gains code execution within the browser's renderer process, potentially escaping the sandbox through additional exploits

The vulnerability affects all Chromium-based browsers, including Google Chrome and Microsoft Edge, making it particularly impactful given their combined market share.

Detection Methods for CVE-2023-4762

Indicators of Compromise

  • Unexpected browser crashes or instability, particularly when visiting unfamiliar websites
  • Anomalous network connections from browser processes to suspicious external hosts
  • Unusual child processes spawned by Chrome or Edge browser processes
  • Memory allocation anomalies or access violations logged in system event logs

Detection Strategies

  • Monitor browser version deployment across endpoints and flag any installations running Chrome versions prior to 116.0.5845.179
  • Implement web content filtering to block access to known malicious domains serving exploit code
  • Deploy endpoint detection and response (EDR) solutions capable of detecting memory corruption exploitation techniques
  • Analyze browser crash reports for patterns consistent with type confusion exploitation

Monitoring Recommendations

  • Enable enhanced JavaScript logging in enterprise browser deployments to identify suspicious script behavior
  • Monitor for unusual process creation events originating from browser processes
  • Configure SIEM rules to alert on browser processes exhibiting code execution behaviors outside normal patterns
  • Establish baseline browser behavior and alert on deviations indicative of exploitation

How to Mitigate CVE-2023-4762

Immediate Actions Required

  • Update Google Chrome to version 116.0.5845.179 or later immediately
  • Update Microsoft Edge Chromium to the latest patched version
  • Apply distribution-specific security updates for Debian and Fedora systems running Chromium
  • Prioritize patching given confirmed active exploitation and CISA KEV listing

Patch Information

Google has released Chrome version 116.0.5845.179 which addresses this vulnerability. For detailed patch information, refer to the Google Chrome Update Announcement. Microsoft has also released corresponding patches for Edge Chromium, documented in the Microsoft Security Advisory.

Linux distributions have released security updates:

  • Debian users should apply DSA-5491
  • Fedora users should apply updates per the Fedora Security Announcements
  • Gentoo users should reference GLSA 202311-11

Workarounds

  • Consider disabling JavaScript in Chrome via chrome://settings/content/javascript for high-risk users until patching is complete (note: this significantly impacts browsing functionality)
  • Implement network-level blocking of known malicious domains serving exploits
  • Use browser isolation technologies to contain potential exploitation attempts
  • Restrict access to untrusted websites through web filtering solutions
bash
# Verify Chrome version on Linux systems
google-chrome --version
# Expected output should be 116.0.5845.179 or later

# Check for available updates on Debian/Ubuntu
sudo apt update && sudo apt list --upgradable | grep -i chromium

# Check for available updates on Fedora
sudo dnf check-update chromium

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechGoogle Chrome

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability48.35%

  • 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
  • CISA KEV Information
  • In CISA KEVYes
  • CWE References
  • CWE-843
  • Technical References
  • Chromium Bug Report #1473247

  • Fedora Package Announcement

  • Fedora Security Update Notice

  • Fedora Package Announcement

  • Gentoo GLSA 202311-11 Advisory

  • Gentoo GLSA 202312-07 Advisory

  • Gentoo GLSA 202401-34 Advisory

  • Debian Security Advisory DSA-5491

  • CISA Known Exploit CVE-2023-4762
  • Vendor Resources
  • Google Chrome Update Announcement

  • Microsoft CVE-2023-4762 Vulnerability
  • Related CVEs
  • CVE-2026-5912: Google Chrome WebRTC RCE Vulnerability

  • CVE-2026-5910: Google Chrome Media Integer Overflow RCE

  • CVE-2026-5909: Google Chrome Media Integer Overflow RCE

  • CVE-2026-5908: Google Chrome Media RCE Vulnerability
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