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-7904

CVE-2026-7904: Google Chrome Buffer Overflow Vulnerability

CVE-2026-7904 is a buffer overflow flaw in Google Chrome's font rendering that enables remote attackers to read out-of-bounds memory through malicious HTML pages. This article covers technical details, affected versions, and mitigation.

Published: May 7, 2026

CVE-2026-7904 Overview

CVE-2026-7904 is an out-of-bounds read vulnerability in the Fonts component of Google Chrome versions prior to 148.0.7778.96. A remote attacker can trigger an out-of-bounds memory read by serving a crafted HTML page to a victim. Chromium classifies the security severity as High, while the NVD CVSS 3.1 base score is 4.3 (Medium).

The flaw is tracked as [CWE-125: Out-of-bounds Read] and affects Chrome on Windows, macOS, and Linux. Exploitation requires user interaction, typically loading an attacker-controlled web page. The issue can disclose process memory contents to the attacker, potentially aiding follow-on exploitation.

Critical Impact

A crafted HTML page can read out-of-bounds memory in the Chrome Fonts component, leaking sensitive process data to a remote attacker.

Affected Products

  • Google Chrome versions prior to 148.0.7778.96
  • Google Chrome on Microsoft Windows
  • Google Chrome on Apple macOS and Linux

Discovery Timeline

  • 2026-05-06 - CVE CVE-2026-7904 published to NVD
  • 2026-05-06 - Google publishes Stable Channel update for desktop addressing the issue
  • 2026-05-06 - Last updated in NVD database

Technical Details for CVE-2026-7904

Vulnerability Analysis

The vulnerability resides in Chrome's Fonts handling code, which parses font data referenced by web content. When the browser processes a maliciously crafted font or font-related structure embedded in an HTML page, the parser reads memory outside the bounds of the intended buffer. This out-of-bounds read can return adjacent process memory to attacker-controlled JavaScript or rendering logic.

The attack is remote and requires user interaction, which in browser contexts means visiting a page or rendering attacker-controlled content. The scope is unchanged, and the impact is limited to confidentiality. There is no integrity or availability impact in the recorded CVSS metrics.

Root Cause

The root cause is missing or insufficient bounds checking in the Fonts component when interpreting font tables or glyph metadata. The parser trusts size or offset fields supplied by the input without validating them against the actual buffer length. As a result, read operations extend past the allocated region.

Attack Vector

An attacker hosts a crafted HTML page that references or embeds a malicious font payload. When a victim using a vulnerable Chrome build loads the page, the renderer parses the font and performs the out-of-bounds read. Disclosed bytes may include heap layout information, pointers, or sensitive data useful for bypassing Address Space Layout Randomization (ASLR) in chained exploits.

No proof-of-concept exploit is publicly listed for CVE-2026-7904, and the vulnerability is not on the CISA Known Exploited Vulnerabilities catalog. Technical details are tracked in Chromium Issue Tracker #492350406.

Detection Methods for CVE-2026-7904

Indicators of Compromise

  • Chrome renderer crashes or unexpected termination logs referencing the Fonts component on pages from untrusted origins.
  • Outbound connections from end-user hosts to recently registered or low-reputation domains hosting font-heavy HTML payloads.
  • Browser telemetry showing Chrome versions older than 148.0.7778.96 still in active use.

Detection Strategies

  • Inventory installed Chrome versions across the fleet and flag any build below 148.0.7778.96.
  • Monitor web proxy and DNS logs for requests to suspicious sites delivering custom @font-face resources or unusual font MIME types.
  • Correlate renderer process crashes with browsing history to identify potential exploitation attempts.

Monitoring Recommendations

  • Enable browser version reporting through enterprise management tools such as Chrome Browser Cloud Management.
  • Ingest endpoint browser telemetry into a central data lake to query for outdated Chrome installations at scale.
  • Track Google Chrome Stable Update advisories to align detection content with each release cycle.

How to Mitigate CVE-2026-7904

Immediate Actions Required

  • Update Google Chrome to version 148.0.7778.96 or later on Windows, macOS, and Linux endpoints.
  • Force a browser restart after the update so the patched binary is loaded into memory.
  • Verify that auto-update is enabled and not blocked by group policy or network controls.

Patch Information

Google has released the fix in the Stable Channel update for desktop. Administrators should reference the Google Chrome Stable Update announcement and deploy 148.0.7778.96 or higher. Embedded Chromium-based products should pick up the corresponding upstream fix once vendors release updated builds.

Workarounds

  • Restrict browsing to trusted sites using URL allow-listing where business needs allow.
  • Disable or block web fonts via enterprise policy on high-risk endpoints until patching is complete.
  • Apply Site Isolation and ensure renderer sandboxing is enforced to limit the value of leaked memory.
bash
# Verify Chrome version on Linux/macOS endpoints
google-chrome --version

# Windows: query installed Chrome version via registry
reg query "HKLM\SOFTWARE\Google\Chrome\BLBeacon" /v version

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

  • SeverityMEDIUM

  • CVSS Score4.3

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-125
  • Technical References
  • Chromium Issue Tracker #492350406
  • Vendor Resources
  • Google Chrome Stable Update
  • Related CVEs
  • CVE-2026-7900: Google Chrome Buffer Overflow Vulnerability

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

  • CVE-2026-7353: Google Chrome Skia Buffer Overflow Flaw

  • CVE-2026-7339: Google Chrome WebRTC 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