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-2021-21149

CVE-2021-21149: Google Chrome Buffer Overflow Vulnerability

CVE-2021-21149 is a stack buffer overflow in Google Chrome on Linux that enables remote attackers to access out-of-bounds memory via crafted HTML. This article covers technical details, affected versions, and mitigations.

Published: February 25, 2026

CVE-2021-21149 Overview

CVE-2021-21149 is a stack buffer overflow vulnerability in the Data Transfer component of Google Chrome on Linux. This vulnerability allows a remote attacker to perform out-of-bounds memory access via a crafted HTML page. The flaw exists in versions of Google Chrome prior to 88.0.4324.182, and successful exploitation could lead to arbitrary code execution, information disclosure, or denial of service conditions.

Critical Impact

Remote attackers can exploit this vulnerability through malicious web pages to gain out-of-bounds memory access, potentially leading to code execution with the privileges of the browser process.

Affected Products

  • Google Chrome (versions prior to 88.0.4324.182)
  • Linux Kernel (as the underlying operating system)
  • Fedora 32 and Fedora 33 (distributions shipping vulnerable Chrome versions)

Discovery Timeline

  • 2021-02-22 - CVE-2021-21149 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2021-21149

Vulnerability Analysis

This vulnerability is classified as CWE-787 (Out-of-bounds Write), which occurs when the software writes data past the end, or before the beginning, of the intended buffer. In the context of the Data Transfer component in Google Chrome, improper boundary checks allow an attacker to craft a malicious HTML page that triggers a stack buffer overflow condition.

The vulnerability requires user interaction—specifically, a victim must navigate to a malicious webpage. Once exploited, the attacker can perform out-of-bounds memory operations, which may corrupt adjacent memory structures on the stack. This can potentially be leveraged to hijack control flow, execute arbitrary code, or crash the browser process.

Root Cause

The root cause of CVE-2021-21149 lies in insufficient bounds checking within the Data Transfer component when processing specific HTML content. Stack-based buffers have fixed sizes, and when input data exceeds these boundaries without proper validation, the overflow corrupts adjacent stack memory. This implementation flaw in Chrome's Linux-specific Data Transfer handling creates an exploitable condition through carefully crafted web content.

Attack Vector

The attack vector for this vulnerability is network-based, requiring a victim to visit a malicious website or be redirected to one. The attacker must craft a specific HTML page designed to trigger the buffer overflow in the Data Transfer component. No privileges are required on the target system, but user interaction is necessary to navigate to the malicious content. Upon successful exploitation, the attacker gains the ability to perform out-of-bounds memory access operations, which can be chained with other techniques to achieve code execution.

The vulnerability specifically affects Google Chrome on Linux systems, indicating platform-specific behavior in the Data Transfer implementation that differs from other operating systems.

Detection Methods for CVE-2021-21149

Indicators of Compromise

  • Unexpected browser crashes or instability when loading specific web pages
  • Anomalous memory access patterns in Chrome processes on Linux systems
  • Presence of suspicious HTML files or cached web content designed to exploit Data Transfer functionality
  • Chrome process termination logs indicating memory corruption or segmentation faults

Detection Strategies

  • Monitor Chrome browser version across endpoints to identify installations running versions prior to 88.0.4324.182
  • Implement endpoint detection rules for anomalous Chrome process behavior, particularly stack-based memory violations
  • Deploy web filtering to block access to known malicious domains serving exploit payloads
  • Review Chrome crash reports for patterns consistent with buffer overflow exploitation

Monitoring Recommendations

  • Enable enhanced logging for browser crashes and memory-related errors on Linux workstations
  • Monitor network traffic for suspicious HTML content delivery patterns targeting Chrome users
  • Track Chrome update deployment status across the organization to ensure timely patching
  • Configure SentinelOne to alert on behavioral indicators associated with browser exploitation attempts

How to Mitigate CVE-2021-21149

Immediate Actions Required

  • Update Google Chrome to version 88.0.4324.182 or later immediately
  • Verify all Linux systems running Chrome have automatic updates enabled
  • Audit Chrome installations across the organization to identify vulnerable versions
  • Consider restricting browser access to untrusted websites until patching is complete

Patch Information

Google has released a security update addressing this vulnerability. The fix is included in Chrome version 88.0.4324.182 and all subsequent releases. Organizations should update Chrome through their standard software management processes. For detailed information about the security update, refer to the Google Chrome Desktop Update. Additional technical details can be found in the Chrome Bug Report #1138143.

Fedora users should apply updates from the distribution's package repositories, as security updates have been distributed via the Fedora Package Announcement. Gentoo users can reference the Gentoo GLSA 2021-04-08 for guidance.

Workarounds

  • Limit browsing to trusted websites only until patches can be applied
  • Consider using alternative browsers temporarily on Linux systems if Chrome cannot be immediately updated
  • Implement network-based web filtering to block potentially malicious content
  • Enable Chrome's Site Isolation feature to provide additional defense-in-depth
bash
# Verify Chrome version on Linux
google-chrome --version

# Update Chrome on Debian/Ubuntu-based systems
sudo apt update && sudo apt install --only-upgrade google-chrome-stable

# Update Chrome on Fedora
sudo dnf update chromium

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechGoogle Chrome

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.81%

  • 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-787
  • Technical References
  • Fedora Package Announcement

  • Fedora Package Announcement

  • Gentoo GLSA 2021-04-08
  • Vendor Resources
  • Google Chrome Desktop Update

  • Chrome Bug Report #1138143
  • Related CVEs
  • CVE-2026-7900: Google Chrome Buffer Overflow Vulnerability

  • CVE-2026-7904: Google Chrome Buffer Overflow Vulnerability

  • CVE-2026-7933: Google Chrome Buffer Overflow Vulnerability

  • CVE-2026-7353: Google Chrome Skia Buffer Overflow Flaw
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