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

CVE-2026-7986: Google Chrome Information Disclosure Flaw

CVE-2026-7986 is an information disclosure vulnerability in Google Chrome Autofill that allows attackers to leak cross-origin data. This article covers the technical details, affected versions, impact, and mitigation.

Published: May 7, 2026

CVE-2026-7986 Overview

CVE-2026-7986 is an insufficient policy enforcement vulnerability in the Autofill component of Google Chrome prior to version 148.0.7778.96. A remote attacker can leak cross-origin data by serving a crafted HTML page to a victim. The flaw is categorized under [CWE-346] (Origin Validation Error) and requires user interaction to exploit. Google has rated the Chromium security severity as Medium. The vulnerability affects Chrome on Windows, macOS, and Linux desktop platforms. Successful exploitation results in unauthorized disclosure of data that should be isolated by the same-origin policy.

Critical Impact

A crafted HTML page can bypass Autofill origin checks, enabling remote attackers to leak cross-origin data from authenticated browser sessions.

Affected Products

  • Google Chrome versions prior to 148.0.7778.96
  • Chrome desktop on Microsoft Windows, Apple macOS, and Linux
  • Chromium-based browsers that inherit the affected Autofill code

Discovery Timeline

  • 2026-05-06 - CVE-2026-7986 published to NVD
  • 2026-05-06 - Last updated in NVD database

Technical Details for CVE-2026-7986

Vulnerability Analysis

The vulnerability resides in the Autofill subsystem of Google Chrome. Autofill stores form data such as addresses, payment details, and credentials, then suggests entries when users interact with form fields. The component must enforce origin boundaries so that data captured from one site cannot be exposed to another. Insufficient policy enforcement breaks this isolation. An attacker hosting a crafted HTML page can manipulate Autofill behavior to disclose information tied to a different origin. The attack requires the victim to interact with the malicious page, consistent with the User Interaction Required attribute in the CVSS vector. The impact is limited to confidentiality, with no integrity or availability consequences reported.

Root Cause

The root cause is improper origin validation [CWE-346] within Chrome Autofill prior to 148.0.7778.96. The component does not adequately verify the origin context when processing certain Autofill operations triggered from a page. As a result, content controlled by an attacker origin can observe or influence data associated with a different origin, violating the same-origin policy enforced elsewhere in the browser.

Attack Vector

Exploitation is performed remotely over the network. An attacker hosts a crafted HTML page containing form elements and scripts designed to manipulate Autofill suggestions or submission behavior. When a victim visits the page and interacts with it, the malicious content elicits Autofill responses that reveal cross-origin data. No privileges are required, and the attack can be delivered through standard web vectors such as phishing links, malvertising, or compromised sites. Public proof-of-concept code is not available, and the vulnerability is not listed in the CISA Known Exploited Vulnerabilities catalog.

No verified exploitation code is publicly available. Refer to the Chromium Issue Tracker Entry for technical details once access restrictions are lifted.

Detection Methods for CVE-2026-7986

Indicators of Compromise

  • Browser telemetry showing Chrome desktop versions earlier than 148.0.7778.96 in active use
  • Outbound connections from user endpoints to newly registered or low-reputation domains hosting form-heavy HTML pages
  • Unexpected Autofill prompts or form submissions in browser logs that do not correspond to user-initiated navigation

Detection Strategies

  • Inventory installed Chrome versions across managed endpoints and flag any build below 148.0.7778.96
  • Inspect web proxy and DNS logs for users visiting suspicious pages immediately followed by Autofill-related form POSTs to third-party origins
  • Correlate browser process activity with network requests to identify cross-origin form submissions inconsistent with the visited site

Monitoring Recommendations

  • Enable enterprise reporting via Chrome Browser Cloud Management to track browser version compliance
  • Forward browser and endpoint telemetry to a centralized analytics platform for version drift and anomalous form submission detection
  • Monitor user reports of unexpected Autofill suggestions, which can indicate exposure to a crafted page

How to Mitigate CVE-2026-7986

Immediate Actions Required

  • Update Google Chrome to version 148.0.7778.96 or later on all Windows, macOS, and Linux endpoints
  • Force browser relaunch through endpoint management to ensure the patched binary is loaded
  • Audit Chromium-derived browsers (Edge, Brave, Opera, Vivaldi) and apply vendor updates that incorporate the upstream fix

Patch Information

Google addressed CVE-2026-7986 in the Chrome Stable channel update referenced in the Google Chrome Update Notice. Administrators should deploy 148.0.7778.96 or newer. Additional context is available in the Chromium Issue Tracker Entry.

Workarounds

  • Disable Autofill for addresses, payment methods, and passwords through enterprise policy until patching is complete
  • Restrict navigation to untrusted sites using web filtering or browser isolation for high-risk user groups
  • Educate users to avoid interacting with forms on unfamiliar pages, since exploitation requires user interaction
bash
# Configuration example: disable Autofill via Chrome enterprise policy
# Windows registry (HKLM)
reg add "HKLM\Software\Policies\Google\Chrome" /v AutofillAddressEnabled /t REG_DWORD /d 0 /f
reg add "HKLM\Software\Policies\Google\Chrome" /v AutofillCreditCardEnabled /t REG_DWORD /d 0 /f
reg add "HKLM\Software\Policies\Google\Chrome" /v PasswordManagerEnabled /t REG_DWORD /d 0 /f

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

  • 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-346
  • Technical References
  • Chromium Issue Tracker Entry
  • Vendor Resources
  • Google Chrome Update Notice
  • Related CVEs
  • CVE-2026-7949: Google Chrome Information Disclosure Flaw

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

  • CVE-2026-7960: Google Chrome Information Disclosure Bug

  • CVE-2026-7961: 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