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-2024-0811

CVE-2024-0811: Google Chrome Information Disclosure Flaw

CVE-2024-0811 is an information disclosure vulnerability in Google Chrome's Extensions API that allows malicious extensions to leak cross-origin data. This article covers technical details, affected versions, and mitigations.

Updated: January 22, 2026

CVE-2024-0811 Overview

CVE-2024-0811 is an inappropriate implementation vulnerability in the Extensions API of Google Chrome prior to version 121.0.6167.85. This security flaw allows an attacker who convinces a user to install a malicious browser extension to leak cross-origin data through a crafted Chrome Extension. The vulnerability specifically involves the chrome.pageCapture.saveAsMHTML extension API, which can be exploited to bypass blocked origin restrictions.

Critical Impact

Malicious Chrome extensions can exploit this vulnerability to access and exfiltrate sensitive cross-origin data, potentially compromising user privacy and exposing confidential information from other websites the user visits.

Affected Products

  • Google Chrome versions prior to 121.0.6167.85
  • Fedora 38 (with bundled Chromium packages)
  • Fedora 39 (with bundled Chromium packages)

Discovery Timeline

  • 2024-01-24 - CVE-2024-0811 published to NVD
  • 2025-06-16 - Last updated in NVD database

Technical Details for CVE-2024-0811

Vulnerability Analysis

This vulnerability stems from an inappropriate implementation in Google Chrome's Extensions API, specifically affecting how the browser handles cross-origin data access requests from extensions. The flaw resides in the chrome.pageCapture.saveAsMHTML API functionality, which is designed to allow extensions to capture web page content as MHTML archives.

Under normal circumstances, Chrome enforces strict origin isolation policies to prevent extensions from accessing data from origins they are not permitted to interact with. However, due to this implementation flaw, a maliciously crafted extension can circumvent these protections and extract data from blocked origins.

The attack requires user interaction, as the victim must be convinced to install the malicious extension. Once installed, the extension can silently harvest cross-origin data without additional user consent or visible indicators.

Root Cause

The root cause lies in insufficient validation within the Extensions API's origin-checking mechanism. The chrome.pageCapture.saveAsMHTML API failed to properly enforce origin restrictions when capturing page content, allowing extensions to access MHTML representations of pages from origins that should have been blocked. This represents a failure in the security boundary between extension capabilities and cross-origin resource protection.

Attack Vector

The attack leverages network-based delivery combined with social engineering. An attacker must first create a malicious Chrome extension that exploits the chrome.pageCapture.saveAsMHTML API vulnerability. The attack proceeds as follows:

  1. The attacker develops a Chrome extension that appears benign but contains code to exploit the API flaw
  2. The victim is tricked into installing the extension through social engineering, phishing, or distribution through unofficial channels
  3. Once installed, the extension uses the vulnerable API to capture MHTML content from cross-origin pages
  4. Sensitive data from other websites the user visits is extracted and exfiltrated to attacker-controlled infrastructure

The vulnerability requires user interaction for the initial extension installation, but subsequent data exfiltration occurs without additional user consent. Technical details are available in the Packet Storm Exploit Report and the Chromium Issue Tracker Entry.

Detection Methods for CVE-2024-0811

Indicators of Compromise

  • Presence of unfamiliar or recently installed Chrome extensions with pageCapture API permissions
  • Unusual network traffic from browser processes to unknown external domains
  • Extensions requesting broader permissions than their stated functionality requires
  • Browser extension audit logs showing saveAsMHTML API calls targeting unexpected origins

Detection Strategies

  • Monitor Chrome extension installations across enterprise environments using group policy or endpoint management tools
  • Implement browser extension allowlisting to prevent installation of unapproved extensions
  • Review installed extensions for those requesting pageCapture permissions
  • Deploy network monitoring to detect anomalous data exfiltration patterns from browser processes

Monitoring Recommendations

  • Enable Chrome enterprise logging to track extension API usage and installation events
  • Configure SIEM rules to alert on new extension installations, particularly those with sensitive permissions
  • Implement regular audits of installed browser extensions across the organization
  • Monitor for connections to newly registered domains from Chrome processes

How to Mitigate CVE-2024-0811

Immediate Actions Required

  • Update Google Chrome to version 121.0.6167.85 or later immediately
  • Audit all installed Chrome extensions and remove any unauthorized or suspicious extensions
  • Enforce Chrome browser policies to restrict extension installation sources
  • Educate users about the risks of installing browser extensions from untrusted sources

Patch Information

Google has addressed this vulnerability in Chrome version 121.0.6167.85, released on January 23, 2024. The fix properly enforces origin restrictions in the Extensions API to prevent cross-origin data leakage. Users and administrators should update to this version or later through Chrome's automatic update mechanism or by downloading directly from Google. For detailed information, see the Google Chrome Update Announcement.

Fedora users should apply the latest Chromium package updates as announced in the Fedora Package Announcements.

Workarounds

  • Implement Chrome extension allowlisting via enterprise policies to prevent installation of unauthorized extensions
  • Disable the chrome.pageCapture API through Chrome policy if not required for business operations
  • Deploy endpoint protection solutions that can monitor and block malicious extension behavior
  • Use Chrome's Safe Browsing enhanced protection mode for additional defense against malicious extensions
bash
# Chrome Enterprise Policy Configuration (Linux/macOS)
# Block all extensions except those explicitly allowed
# Add to /etc/opt/chrome/policies/managed/extension_policy.json
{
  "ExtensionInstallBlocklist": ["*"],
  "ExtensionInstallAllowlist": ["<approved_extension_id_1>", "<approved_extension_id_2>"]
}

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechGoogle Chrome

  • SeverityMEDIUM

  • CVSS Score4.3

  • EPSS Probability0.26%

  • 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
  • NVD-CWE-noinfo
  • Technical References
  • Packet Storm Exploit Report

  • Chromium Issue Tracker Entry

  • Fedora Package Announcement

  • Fedora Package Announcement
  • Vendor Resources
  • Google Chrome Update Announcement
  • Related CVEs
  • CVE-2026-6364: Google Chrome Skia Info Disclosure Flaw

  • CVE-2026-6313: Google Chrome CORS Information Disclosure

  • CVE-2026-6312: Google Chrome Information Disclosure Flaw

  • CVE-2026-5918: Google Chrome Information Disclosure 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