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

CVE-2023-3079: Google Chrome V8 RCE Vulnerability

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

Published: February 11, 2026

CVE-2023-3079 Overview

CVE-2023-3079 is a type confusion vulnerability in the V8 JavaScript engine used by Google Chrome prior to version 114.0.5735.110. This vulnerability allows a remote attacker to potentially exploit heap corruption via a crafted HTML page, leading to arbitrary code execution within the browser context. The flaw exists in how V8 handles type information during JavaScript execution, where incorrect type assumptions can lead to memory corruption.

Critical Impact

This vulnerability is actively exploited in the wild and has been added to the CISA Known Exploited Vulnerabilities (KEV) catalog. Organizations must prioritize patching as attackers can achieve remote code execution by simply convincing a user to visit a malicious webpage.

Affected Products

  • Google Chrome (versions prior to 114.0.5735.110)
  • Debian Linux 11.0 and 12.0
  • Fedora 37 and 38
  • Couchbase Server (including version 7.2.0)
  • Chromium-based browsers on Microsoft Windows, Apple macOS, and Linux

Discovery Timeline

  • 2023-06-05 - CVE-2023-3079 published to NVD
  • 2025-10-24 - Last updated in NVD database

Technical Details for CVE-2023-3079

Vulnerability Analysis

This type confusion vulnerability (CWE-843) occurs in Chrome's V8 JavaScript engine, which is responsible for compiling and executing JavaScript code. Type confusion vulnerabilities arise when code allocates or initializes a resource using one type but later accesses it using an incompatible type. In V8's context, this can occur during JIT (Just-In-Time) compilation when the engine makes incorrect assumptions about object types.

When V8 misidentifies an object's type, subsequent operations may read or write memory using the wrong size or structure, corrupting adjacent heap memory. This corruption can be leveraged by attackers to achieve arbitrary read/write primitives, ultimately enabling code execution outside the JavaScript sandbox.

The vulnerability requires user interaction—specifically, a victim must navigate to a malicious webpage containing crafted JavaScript. Once triggered, the attacker gains the ability to execute arbitrary code with the privileges of the browser process.

Root Cause

The root cause is a type confusion error in V8's type tracking mechanism. During JavaScript execution, V8 maintains type information to optimize code performance. A flaw in this type inference logic allows specially crafted JavaScript to create conditions where V8 incorrectly identifies an object's type. When the engine subsequently accesses the object using the wrong type information, it causes heap memory corruption that can be exploited for arbitrary code execution.

Attack Vector

The attack vector is network-based and requires user interaction. An attacker crafts a malicious HTML page containing JavaScript designed to trigger the type confusion in V8. The attack flow typically involves:

  1. The victim visits a malicious or compromised website controlled by the attacker
  2. The crafted JavaScript executes, triggering the type confusion in V8
  3. The type confusion leads to heap corruption
  4. The attacker leverages the corruption to achieve arbitrary code execution
  5. In sophisticated attacks, this can be chained with sandbox escape techniques for full system compromise

Technical details and proof-of-concept exploits demonstrating both the type confusion and sandbox escape techniques are available through Packet Storm Type Confusion Exploit and Packet Storm Sandbox Escape Exploit.

Detection Methods for CVE-2023-3079

Indicators of Compromise

  • Unusual Chrome renderer process crashes or memory access violations
  • Chrome crash reports indicating V8 heap corruption or type-related errors
  • Suspicious JavaScript execution patterns in browser logs
  • Detection of known exploit payloads in network traffic destined to Chrome browsers

Detection Strategies

  • Monitor endpoint browser versions and alert on any Chrome installations below 114.0.5735.110
  • Deploy network-based detection for known exploit signatures associated with CVE-2023-3079
  • Implement browser process monitoring to detect anomalous memory operations
  • Enable Chrome's Enhanced Safe Browsing feature to detect and block malicious pages

Monitoring Recommendations

  • Configure SIEM rules to correlate Chrome crash events with network connections to suspicious domains
  • Monitor for exploitation attempts using threat intelligence feeds that include CVE-2023-3079 indicators
  • Enable endpoint detection and response (EDR) monitoring for browser process behavior anomalies
  • Review proxy and firewall logs for connections to domains known to host CVE-2023-3079 exploits

How to Mitigate CVE-2023-3079

Immediate Actions Required

  • Update Google Chrome to version 114.0.5735.110 or later immediately across all endpoints
  • Enable automatic Chrome updates to ensure timely deployment of security patches
  • For Chromium-based browsers and applications, verify they have incorporated the patched V8 engine
  • Implement application allowlisting to restrict execution of untrusted applications
  • Consider temporarily restricting JavaScript execution on untrusted sites via browser policies

Patch Information

Google has released a security update addressing this vulnerability in Chrome version 114.0.5735.110. The official patch information is available in the Chrome Stable Channel Update. Additional security advisories have been published by affected distributions:

  • Debian Security Advisory DSA-5420
  • Fedora Package Announcements
  • Gentoo GLSA 202311-11
  • Couchbase Security Alerts

Workarounds

  • Disable JavaScript in Chrome via chrome://settings/content/javascript for untrusted sites (impacts functionality)
  • Use browser isolation technology to contain potential exploits
  • Implement network segmentation to limit lateral movement if browser compromise occurs
  • Deploy web content filtering to block access to known malicious domains
bash
# Chrome Enterprise policy to enforce minimum version requirements
# Create/edit the policy file on Linux systems
cat > /etc/opt/chrome/policies/managed/version_policy.json << EOF
{
  "MinimumChromeVersionEnforced": "114.0.5735.110"
}
EOF

# Verify Chrome version from command line
google-chrome --version
# Should output: Google Chrome 114.0.5735.110 or higher

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechMicrosoft Windows

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability1.52%

  • 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
  • Packet Storm Type Confusion Exploit

  • Packet Storm Sandbox Escape Exploit

  • Chrome Bug Report #1450481

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Gentoo GLSA 202311-11

  • Gentoo GLSA 202401-34

  • Couchbase Security Alerts

  • Debian Security Advisory DSA-5420

  • CISA Known Exploit CVE-2023-3079
  • Vendor Resources
  • Chrome Stable Channel Update
  • Related CVEs
  • CVE-2025-4660: Forescout SecureConnector RCE Vulnerability

  • CVE-2024-49117: Windows Hyper-V RCE Vulnerability

  • CVE-2023-24816: IPython Command Injection RCE Vulnerability

  • CVE-2022-28182: Nvidia GPU Display Driver 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