Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2025-6191

CVE-2025-6191: Google Chrome V8 RCE Vulnerability

CVE-2025-6191 is an integer overflow RCE vulnerability in Google Chrome's V8 engine that enables remote code execution through crafted HTML pages. This article covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2025-6191 Overview

CVE-2025-6191 is an integer overflow vulnerability in the V8 JavaScript engine used by Google Chrome. This vulnerability affects versions of Google Chrome prior to 137.0.7151.119 and allows a remote attacker to potentially perform out-of-bounds memory access through a crafted HTML page. The vulnerability was assigned a High severity rating by the Chromium security team.

Critical Impact

A remote attacker could exploit this integer overflow in V8 to achieve out-of-bounds memory access, potentially leading to arbitrary code execution, information disclosure, or browser crashes when a victim visits a malicious webpage.

Affected Products

  • Google Chrome versions prior to 137.0.7151.119
  • All platforms running vulnerable Chrome versions (Windows, macOS, Linux)
  • Chromium-based browsers that incorporate the vulnerable V8 engine

Discovery Timeline

  • 2025-06-18 - CVE-2025-6191 published to NVD
  • 2025-07-03 - Last updated in NVD database

Technical Details for CVE-2025-6191

Vulnerability Analysis

This vulnerability is classified under CWE-190 (Integer Overflow or Wraparound) and CWE-472 (External Control of Assumed-Immutable Web Parameter). The integer overflow occurs within V8, Google Chrome's high-performance JavaScript and WebAssembly engine. When processing specially crafted JavaScript or WebAssembly content, arithmetic operations can exceed the maximum value that an integer variable can hold, causing the value to wrap around. This wraparound can result in incorrect memory allocation sizes or array bounds calculations.

The vulnerability requires user interaction—specifically, the victim must navigate to a malicious webpage hosting the crafted HTML content. Once triggered, the integer overflow can corrupt memory state within the V8 engine's heap, potentially allowing an attacker to read or write memory outside of intended boundaries.

Root Cause

The root cause stems from insufficient validation of arithmetic operations in the V8 JavaScript engine. When certain calculations involving array sizes, buffer lengths, or memory offsets are performed without proper overflow checks, the resulting values can wrap around to small positive values or negative numbers. This leads to undersized memory allocations that are subsequently accessed as if they were larger, enabling out-of-bounds memory operations.

Integer overflow vulnerabilities in JavaScript engines are particularly dangerous because V8 performs just-in-time (JIT) compilation and aggressive optimizations that can amplify the impact of memory corruption bugs.

Attack Vector

The attack vector is network-based and requires user interaction. An attacker must host malicious JavaScript code on a webpage and convince a victim to visit it. The exploitation flow typically involves:

  1. Victim navigates to an attacker-controlled or compromised website
  2. Malicious JavaScript triggers the integer overflow condition in V8
  3. The overflow results in out-of-bounds memory access
  4. Attacker leverages memory corruption to achieve code execution or information disclosure

The vulnerability affects the confidentiality, integrity, and availability of the affected system, as successful exploitation could allow attackers to execute arbitrary code within the browser's sandbox, steal sensitive data, or crash the browser.

For technical details on this vulnerability, refer to the Google Chrome Release Update and the Chromium Issue Tracker Entry.

Detection Methods for CVE-2025-6191

Indicators of Compromise

  • Unusual Chrome browser crashes or instability when visiting specific websites
  • Unexpected memory consumption patterns in Chrome processes
  • V8 engine crash dumps indicating heap corruption or out-of-bounds access
  • Browser process spawning unusual child processes after visiting unknown websites

Detection Strategies

  • Monitor for Chrome version numbers below 137.0.7151.119 across enterprise endpoints
  • Deploy endpoint detection rules to identify V8 crash signatures associated with integer overflow exploitation
  • Implement browser isolation for untrusted web content to contain potential exploitation attempts
  • Analyze network traffic for known malicious domains serving exploit payloads

Monitoring Recommendations

  • Enable Chrome crash reporting and monitor for patterns indicating V8 exploitation attempts
  • Configure SIEM alerts for multiple browser crashes from the same source across endpoints
  • Monitor web proxy logs for suspicious JavaScript-heavy pages from untrusted sources
  • Implement behavioral analysis to detect anomalous renderer process activity

How to Mitigate CVE-2025-6191

Immediate Actions Required

  • Update Google Chrome to version 137.0.7151.119 or later immediately
  • Enable automatic updates for Chrome to ensure timely security patches
  • Consider using browser isolation technologies for high-risk browsing activities
  • Audit enterprise systems to identify and remediate unpatched Chrome installations

Patch Information

Google has addressed this vulnerability in Chrome version 137.0.7151.119. The fix implements proper bounds checking for arithmetic operations in the V8 engine to prevent integer overflow conditions. Organizations should apply this update across all managed Chrome installations as soon as possible.

Patch details are available in the Google Chrome Stable Channel Update announcement.

Workarounds

  • Disable JavaScript execution for untrusted websites using Chrome's site settings (reduces functionality)
  • Employ browser isolation solutions to execute untrusted web content in isolated environments
  • Use enterprise group policies to restrict access to known malicious or high-risk domains
  • Consider temporary use of alternative browsers while awaiting patch deployment
bash
# Check current Chrome version (command line)
google-chrome --version

# Force Chrome update check via command line (Linux)
google-chrome --check-for-update-interval=1

# Enterprise deployment: Use Chrome Browser Cloud Management
# or deploy via SCCM/Intune with version targeting 137.0.7151.119+

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 Probability0.03%

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

  • CWE-190
  • Technical References
  • Google Chrome Release Update

  • Chromium Issue Tracker Entry
  • Related CVEs
  • CVE-2026-6920: Google Chrome GPU Sandbox Escape RCE Flaw

  • CVE-2026-6361: Google Chrome PDFium RCE Vulnerability

  • CVE-2026-6308: Google Chrome Media RCE Vulnerability

  • CVE-2026-6363: Google Chrome V8 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