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-2026-5915

CVE-2026-5915: Google Chrome WebML RCE Vulnerability

CVE-2026-5915 is a remote code execution vulnerability in Google Chrome's WebML component that allows attackers to exploit memory write flaws via crafted HTML. This article covers technical details, affected versions, and mitigation.

Published: April 10, 2026

CVE-2026-5915 Overview

CVE-2026-5915 is an input validation vulnerability affecting the WebML component in Google Chrome prior to version 147.0.7727.55. The flaw stems from insufficient validation of untrusted input, which allows a remote attacker to perform an out-of-bounds memory write via a crafted HTML page. This vulnerability poses significant risk as it can be exploited remotely through user interaction with malicious web content.

Critical Impact

Remote attackers can trigger out-of-bounds memory writes through maliciously crafted HTML pages, potentially leading to data corruption and application crashes without requiring any special privileges.

Affected Products

  • Google Chrome versions prior to 147.0.7727.55
  • Chromium-based browsers using affected WebML implementation
  • Desktop platforms running vulnerable Chrome versions

Discovery Timeline

  • 2026-04-08 - CVE-2026-5915 published to NVD
  • 2026-04-09 - Last updated in NVD database

Technical Details for CVE-2026-5915

Vulnerability Analysis

This vulnerability is classified as CWE-20 (Improper Input Validation), affecting the WebML API implementation in Google Chrome. WebML is Chrome's Web Machine Learning API that enables machine learning inference directly in the browser. The flaw occurs when the WebML component fails to properly validate input data, allowing attackers to manipulate memory boundaries.

The vulnerability can be exploited over the network but requires user interaction—specifically, a user must visit a malicious webpage or load attacker-controlled HTML content. Successful exploitation does not require authentication or elevated privileges, making it accessible to any remote attacker who can deliver malicious content to potential victims.

Root Cause

The root cause lies in insufficient boundary checking within the WebML input processing routines. When handling untrusted input data for machine learning operations, the WebML component fails to adequately validate input parameters before performing memory operations. This lack of proper input sanitization allows attackers to supply specially crafted values that cause the application to write data outside of allocated memory boundaries.

Attack Vector

The attack is network-based and requires user interaction. An attacker constructs a malicious HTML page containing specially crafted WebML API calls designed to exploit the input validation weakness. When a victim visits the attacker-controlled page, the malformed input triggers an out-of-bounds memory write condition.

The attack flow typically involves:

  1. Attacker creates a webpage with malicious WebML API invocations
  2. Victim navigates to the attacker's page or loads malicious content
  3. Chrome's WebML component processes the untrusted input without proper validation
  4. Out-of-bounds memory write occurs, potentially corrupting adjacent memory regions
  5. This can result in integrity violations and application instability

The vulnerability manifests in the WebML input processing routines where boundary validation is insufficient. For detailed technical analysis, refer to the Chromium Issue Tracker Entry and the Google Chrome Desktop Update advisory.

Detection Methods for CVE-2026-5915

Indicators of Compromise

  • Unexpected Chrome crashes or instability when visiting specific websites
  • Memory corruption errors reported in Chrome's crash logs related to WebML operations
  • Anomalous WebML API usage patterns in browser telemetry
  • Suspicious HTML pages containing unusual WebML API calls with malformed parameters

Detection Strategies

  • Monitor for Chrome process crashes with memory corruption signatures in crash dumps
  • Implement web proxy analysis to detect suspicious HTML content with malformed WebML invocations
  • Deploy endpoint detection rules to identify exploitation attempts targeting WebML APIs
  • Analyze browser extension and content security policy violations that may indicate malicious page loading

Monitoring Recommendations

  • Enable Chrome's built-in crash reporting and review crash logs for WebML-related errors
  • Monitor network traffic for delivery of HTML pages with suspicious machine learning API calls
  • Configure SIEM rules to correlate browser crash events with recently visited URLs
  • Review browser process behavior for abnormal memory access patterns

How to Mitigate CVE-2026-5915

Immediate Actions Required

  • Update Google Chrome to version 147.0.7727.55 or later immediately
  • Enable automatic updates in Chrome to ensure timely security patches
  • Restrict access to untrusted websites and implement URL filtering where possible
  • Consider disabling WebML features via Chrome flags if updates cannot be applied immediately

Patch Information

Google has addressed this vulnerability in Chrome version 147.0.7727.55 released in April 2026. The fix implements proper input validation for WebML operations, preventing out-of-bounds memory writes when processing untrusted input data.

Organizations should prioritize updating all Chrome installations across their environment. The official patch information is available in the Google Chrome Desktop Update announcement.

Workarounds

  • Restrict browser access to trusted websites only using web filtering solutions
  • Disable experimental web platform features including WebML via chrome://flags if available
  • Implement Content Security Policy headers on internal web applications to limit external content loading
  • Use browser isolation technologies to contain potential exploitation attempts
bash
# Check current Chrome version
google-chrome --version

# Force Chrome update via command line (Linux)
sudo apt update && sudo apt upgrade google-chrome-stable

# Verify Chrome version meets minimum requirement (147.0.7727.55 or later)
# If version is below 147.0.7727.55, update immediately

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.1

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-20
  • Technical References
  • Google Chrome Desktop Update

  • Chromium Issue Tracker Entry
  • 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