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

CVE-2026-1861: Google Chrome libvpx Buffer Overflow Flaw

CVE-2026-1861 is a heap buffer overflow in libvpx within Google Chrome that enables remote attackers to exploit heap corruption through malicious HTML pages. This article covers technical details, affected versions, and fixes.

Published: February 6, 2026

CVE-2026-1861 Overview

A heap buffer overflow vulnerability has been identified in the libvpx library used by Google Chrome. This vulnerability exists in versions prior to 144.0.7559.132 and can be exploited by a remote attacker through a specially crafted HTML page. Successful exploitation could lead to heap corruption, potentially allowing attackers to execute arbitrary code or cause application crashes in the context of the browser process.

Critical Impact

Remote attackers can potentially exploit heap corruption through maliciously crafted web content, leading to arbitrary code execution or denial of service conditions affecting all users browsing to attacker-controlled pages.

Affected Products

  • Google Chrome versions prior to 144.0.7559.132
  • Chromium-based browsers utilizing vulnerable libvpx library versions
  • Applications embedding libvpx for VP8/VP9 video decoding

Discovery Timeline

  • 2026-02-03 - CVE-2026-1861 published to NVD
  • 2026-02-04 - Last updated in NVD database

Technical Details for CVE-2026-1861

Vulnerability Analysis

This vulnerability is classified as CWE-122 (Heap-based Buffer Overflow), a memory corruption vulnerability that occurs when data is written beyond the allocated boundaries of a heap buffer. The libvpx library is responsible for decoding VP8 and VP9 video codecs within Chrome's media pipeline.

When processing malformed video content embedded in a crafted HTML page, the decoder fails to properly validate buffer boundaries during frame processing operations. This allows an attacker to trigger an out-of-bounds write condition in heap memory, corrupting adjacent memory structures. The vulnerability requires user interaction—specifically, the victim must navigate to a page containing the malicious content.

Root Cause

The root cause stems from insufficient bounds checking within the libvpx video decoder when handling specially crafted video frame data. The decoder allocates a fixed-size heap buffer for frame processing but does not adequately validate that incoming frame dimensions and data sizes fit within the allocated space. This oversight allows oversized or malformed frame data to overflow the buffer boundaries, corrupting heap metadata and potentially adjacent application data.

Attack Vector

The attack vector is network-based and requires user interaction. An attacker would need to:

  1. Host malicious content on a web server or inject it into a compromised website
  2. Craft a specially malformed VP8/VP9 video stream embedded within an HTML page
  3. Lure the victim to visit the malicious page through phishing, malvertising, or other social engineering techniques
  4. The browser's media pipeline automatically processes the video content, triggering the heap overflow

The vulnerability manifests during video frame decoding when malformed VP8/VP9 data causes the libvpx decoder to write beyond allocated heap buffer boundaries. Attackers can potentially leverage this heap corruption to achieve arbitrary code execution within the browser's renderer process. For detailed technical information, refer to the Chromium Issue Tracker Entry.

Detection Methods for CVE-2026-1861

Indicators of Compromise

  • Unexpected Google Chrome crashes or renderer process terminations during video playback
  • Memory access violations or heap corruption errors in crash dumps referencing libvpx components
  • Unusual network traffic to domains hosting VP8/VP9 video content from untrusted sources
  • Browser sandbox escape attempts following media processing operations

Detection Strategies

  • Monitor for abnormal Chrome process behavior including unexpected child process spawning or memory anomalies
  • Implement web filtering rules to block access to known malicious domains serving exploit content
  • Deploy endpoint detection and response (EDR) solutions capable of detecting heap spray and corruption techniques
  • Enable crash reporting and analyze dumps for libvpx-related memory corruption signatures

Monitoring Recommendations

  • Configure centralized logging for browser crash events across enterprise endpoints
  • Monitor for unusual VP8/VP9 video processing patterns or oversized media file downloads
  • Track Chrome version deployment across the environment to identify unpatched systems
  • Implement network-level monitoring for known exploit delivery infrastructure

How to Mitigate CVE-2026-1861

Immediate Actions Required

  • Update Google Chrome to version 144.0.7559.132 or later immediately
  • Enable automatic updates for Chrome across all managed endpoints
  • Review and audit all Chromium-based browsers in the environment for affected versions
  • Consider temporarily restricting access to untrusted websites until patching is complete

Patch Information

Google has released a security update addressing this vulnerability in Chrome version 144.0.7559.132. The patch includes enhanced bounds checking in the libvpx decoder to prevent heap buffer overflows during video frame processing. Organizations should prioritize deployment of this update through their patch management systems.

For official patch details, see the Google Chrome Desktop Update announcement.

Workarounds

  • Deploy browser isolation solutions to contain potential exploitation attempts
  • Configure content security policies to restrict video content from untrusted origins
  • Utilize enterprise browser management to enforce Chrome updates across the organization
  • Consider disabling VP8/VP9 codec support if business requirements permit (may impact video playback functionality)
bash
# Verify Chrome version on Windows (PowerShell)
Get-ItemProperty "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\chrome.exe" | Select-Object -ExpandProperty "(Default)" | ForEach-Object { & $_ --version }

# Force Chrome update check via command line
# Navigate to chrome://settings/help in browser to trigger update

# Enterprise deployment - use Chrome Browser Cloud Management or
# Group Policy to enforce minimum version requirements

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechLibvpx

  • 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-122
  • Technical References
  • Google Chrome Desktop Update

  • Chromium Issue Tracker Entry
  • Related CVEs
  • CVE-2023-5217: Webmproject Libvpx Buffer Overflow Flaw

  • CVE-2024-5197: Libvpx Buffer Overflow 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